linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Random libata notes
@ 2006-03-04 17:33 Jeff Garzik
  2006-03-10 14:20 ` Tejun Heo
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2006-03-04 17:33 UTC (permalink / raw)
  To: linux-ide@vger.kernel.org; +Cc: Tejun Heo, Jens Axboe, Mark Lord

These are small TODO bits that I didn't want to forget...  Patches welcome.

1) ATAPI edge case.  Due to adding the padding s/g entry, we must adjust 
sg_tablesize to include ' - 1' for each driver

2) ata_scsi_slave_config() hardcodes a call to
blk_queue_max_phys_segments(, LIBATA_MAX_PRD), when the value passed
should not be so limited on nice hardware like AHCI.

3) sata_mv: add back SCR_ERR clear?
         mv_scr_write(ap, SCR_ERROR, mv_scr_read(ap, SCR_ERROR));

4) sata_mv: set DMA mask


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-13 11:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-04 17:33 Random libata notes Jeff Garzik
2006-03-10 14:20 ` Tejun Heo
2006-03-10 14:33   ` Tejun Heo
2006-03-12  1:37     ` Jeff Garzik
2006-03-13 11:40       ` Tejun Heo
2006-03-12  1:35   ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).