public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Support READ CAPACITY 16 on more drives
@ 2009-03-12 18:20 Matthew Wilcox
  2009-03-12 18:20 ` [PATCH 1/2] sd: Refactor sd_read_capacity() Matthew Wilcox
  2009-03-12 18:20 ` [PATCH 2/2] sd: Try READ CAPACITY 16 first for SBC-2 devices Matthew Wilcox
  0 siblings, 2 replies; 14+ messages in thread
From: Matthew Wilcox @ 2009-03-12 18:20 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi

We need to use READ CAPACITY 16 to determine features like 4k physical
sector size, and support for UNMAP.  This pair of patches let us try it
on really recent SCSI drives and all LibATA drives (where it's emulated
by libata so we know they support it).  It will not be tried on USB
devices, as the USB layer overrides their claims of support for recent
SCSI versions.


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

end of thread, other threads:[~2009-03-15  3:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12 18:20 Support READ CAPACITY 16 on more drives Matthew Wilcox
2009-03-12 18:20 ` [PATCH 1/2] sd: Refactor sd_read_capacity() Matthew Wilcox
2009-03-12 18:35   ` Martin K. Petersen
2009-03-13 21:29   ` James Bottomley
2009-03-13 21:45     ` Martin K. Petersen
2009-03-14  1:19     ` Matthew Wilcox
2009-03-14 13:40       ` James Bottomley
2009-03-12 18:20 ` [PATCH 2/2] sd: Try READ CAPACITY 16 first for SBC-2 devices Matthew Wilcox
2009-03-14 20:41   ` James Bottomley
2009-03-14 22:48     ` Matthew Wilcox
2009-03-14 23:34       ` James Bottomley
2009-03-14 23:47         ` Matthew Wilcox
2009-03-15  2:36         ` Douglas Gilbert
2009-03-15  3:30           ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox