[PATCH] finally, sgio updates
commit788cba94f95fc2cd08d0fe55d287e608f24cc20c
authorJens Axboe <axboe@suse.de>
Mon, 28 Oct 2002 02:48:17 +0000 (27 18:48 -0800)
committerJens Axboe <axboe@suse.de>
Mon, 28 Oct 2002 02:48:17 +0000 (27 18:48 -0800)
tree8b12a537ac37465c7518d7277ac513ea76257ecc
parent5fe41502b4ac8fb2d92dbc6000da15deb3aad981
[PATCH] finally, sgio updates

Lots of stuff here... Basically we are using all that flashy
infrastructure I sent you to allow DMA for ATAPI at a 4-byte
granularity. So we can burns audio cds with zero-copy dma, and all that
cool stuff.

o Use bio_map_user(), fallback to kmalloc approach if it fails

o Use per-queue timeouts

o Check for right sg version, we can add old type support too later.

o Support SCSI_IOCTL_SEND_COMMAND old crap

o Check for size of command

o Make cdrom eject work

Etc...
drivers/block/scsi_ioctl.c