freebsd_amp_hwpstate/sys/cam
Kenneth D. Merry 4f1d0ef261 "Fix" a problem with the Quantum Viking. It appears that this drive does
not like the 6-byte read and write commands!  It returns illegal request,
with the field pointer pointing to byte 9 of a 6 byte CDB.

In any case, the work around is to put in a quirk mechanism that makes sure
that we don't send 6-byte reads or writes to this device.  It's rather sad
that this is necessary.  You'd think that they would be able to get
something that basic to work right in their firmware...

Reviewed by:	gibbs
Reported by:	Adam McDougall <bsdx@spawnet.com>
1998-12-02 17:35:28 +00:00
..
scsi "Fix" a problem with the Quantum Viking. It appears that this drive does 1998-12-02 17:35:28 +00:00
cam.c
cam.h
cam_ccb.h Add a mechanism to send a non-tagged transaction even if a device is 1998-10-15 23:17:35 +00:00
cam_conf.h
cam_debug.h Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel to 1998-10-02 21:00:58 +00:00
cam_extend.c
cam_extend.h
cam_periph.c Fix a problem with the way we handled device invalidation when attaching 1998-10-22 22:16:56 +00:00
cam_periph.h Fix a problem with the way we handled device invalidation when attaching 1998-10-22 22:16:56 +00:00
cam_queue.c
cam_queue.h
cam_sim.c
cam_sim.h
cam_xpt.c This old firmware of the TDC3620 hangs the SCSI bus upon serial 1998-11-25 13:50:10 +00:00
cam_xpt.h
cam_xpt_periph.h
cam_xpt_sim.h