On Sat, 2008-04-12 at 14:52 +0900, FUJITA Tomonori wrote: > bsg are created only for scsi devices (and scsi objects like sas host) > now. Are there other means to send commands except for ioctl? Right now they are ... but the design was to allow for arbitrary packet commands (like the frame in/frame out type that SMP needs), so the anticipation is that it will be usable by arbitrary packet commands for any block conforming device, examples of which would be ide taskfiles, raid firmware commands and any other weirder native protocols. On the other hand, this is future work and won't depend on the legacy 16 byte cmd size. The only block device I know that implements SG_IO is cciss, so perhaps there's no need to support a legacy mode at all for large packet commands. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html