Date: Mon, 28 Jul 2003 21:00:35 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200307290400.h6T40aJP070672@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307290400.h6T40aJP070672>