cvs commit: src/sys/cam cam_ccb.h src/sys/cam/scsi scsi_da.c
src/sys/dev/usb umass.c src/sys/dev/firewire sbp.c src/sys/dev/ata
atapi-cam.c
Nate Lawson
njl at FreeBSD.org
Mon Jul 28 21:00:39 PDT 2003
njl 2003/07/28 21:00:35 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/cam cam_ccb.h
sys/cam/scsi scsi_da.c
sys/dev/usb umass.c
sys/dev/firewire sbp.c
sys/dev/ata atapi-cam.c
Log:
MFC: Add PIM_NO_6_BYTE to hba_misc. USB, firewire, and ATAPI-CAM drivers
set this flag to indicate they do not wish to receive 6 byte commands.
The da(4) driver now honors this flag. Note that the cd(4) portion of the
commit is not MFCd now because it depends on other code which needs to be
MFCd first.
Revision Changes Path
1.15.2.3 +3 -2 src/sys/cam/cam_ccb.h
1.42.2.37 +11 -0 src/sys/cam/scsi/scsi_da.c
1.10.2.4 +1 -1 src/sys/dev/ata/atapi-cam.c
1.5.2.22 +1 -1 src/sys/dev/firewire/sbp.c
1.11.2.20 +1 -1 src/sys/dev/usb/umass.c
More information about the cvs-src
mailing list