On Sun, May 08, 2005 at 01:34:23PM +1200, Xiangfei Jia wrote: > In 2.4, the kernel simualtes IDE CD-ROM and USB devices using SCSI. But in > 2.6, the kernel have been changed to support IDE CD-ROM driectly without > support of SCSI sumulation. > > One thing I'm confused is the USB driver in 2.6. For a usb storage device, > the kernel still use scsi driver to access the usb device , for example in > /dev/sda1. So, this means the 2.6 kernel still support USB devices with SCSI > simulation. Is this right??? "simulation"? The usb storage spec is scsi commands sent over usb. Nothing has changed there. But yes, if you really don't want your usb device to use the scsi code, there is a driver, ub, in the 2.6 kernel that will do this for you. Be forewarned, it is slower than the usb-storage driver. Hope this helps, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/