freebsd-dev/sys/cam/scsi
Kenneth D. Merry e35550e2bc Fix inquiry length detection for the ses(4) driver. It was using the
inq_len member of the ccb_getdev structure, but we've never filled that
value in..

So we now get the length from the inquiry data returned by the drive.
(Since we will fetch as much inquiry data as the drive claims to support.)

Reviewed by:	mjacob
Reported by:	Andrzej Tobola <san@iem.pw.edu.pl>
2001-03-16 22:16:54 +00:00
..
scsi_all.c In the SCSI_NO_SENSE_STRINGS case, properly fill the table with the 2001-02-24 19:24:36 +00:00
scsi_all.h This is an overhaul of the mode page handling in camcontrol as well as 2000-08-08 06:24:17 +00:00
scsi_cd.c Change the peripheral driver list from a linker set to module driven 2001-02-07 07:05:59 +00:00
scsi_cd.h Add support for the DVD ioctl interface. 2000-05-12 03:36:02 +00:00
scsi_ch.c Change the peripheral driver list from a linker set to module driven 2001-02-07 07:05:59 +00:00
scsi_ch.h Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
scsi_da.c Change the peripheral driver list from a linker set to module driven 2001-02-07 07:05:59 +00:00
scsi_da.h Implement a new camcontrol function, 'camcontrol format'. 2000-05-21 23:57:52 +00:00
scsi_dvcfg.h Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98 2000-10-23 12:55:51 +00:00
scsi_low_pisa.c Mechanical change to use <sys/queue.h> macro API instead of 2001-02-04 13:13:25 +00:00
scsi_low_pisa.h Changed not to use struct isa_device in the argument of scsi_low_activate(). 2000-10-29 06:47:16 +00:00
scsi_low.c o Support AUTO SENSE correctly. 2001-02-25 12:40:30 +00:00
scsi_low.h o Support AUTO SENSE correctly. 2001-02-25 12:40:30 +00:00
scsi_message.h 0x03F -> 0x3F for consistancy with the rest of the file. 2000-10-31 18:00:23 +00:00
scsi_pass.c Change the peripheral driver list from a linker set to module driven 2001-02-07 07:05:59 +00:00
scsi_pass.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scsi_pt.c Change the peripheral driver list from a linker set to module driven 2001-02-07 07:05:59 +00:00
scsi_pt.h Spell declarations correctly. 2001-01-12 02:49:40 +00:00
scsi_sa.c Use the correct device names (now that we have devfs to embarrass us). 2001-02-21 17:29:01 +00:00
scsi_sa.h Spell declarations correctly. 2001-01-12 02:49:40 +00:00
scsi_ses.c Fix inquiry length detection for the ses(4) driver. It was using the 2001-03-16 22:16:54 +00:00
scsi_ses.h Move the kernel specific stuff into scsi_ses.c. Redo the ioctls 2000-01-15 22:40:04 +00:00
scsi_targ_bh.c Change the peripheral driver list from a linker set to module driven 2001-02-07 07:05:59 +00:00
scsi_target.c Change the peripheral driver list from a linker set to module driven 2001-02-07 07:05:59 +00:00
scsi_targetio.h Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing on 2000-07-14 19:42:47 +00:00