From owner-cvs-all Tue Jul 18 13:12:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CA9E37BA24; Tue, 18 Jul 2000 13:12:16 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12440; Tue, 18 Jul 2000 13:12:15 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200007182012.NAA12440@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 18 Jul 2000 13:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/07/18 13:12:15 PDT Modified files: sys/cam cam_ccb.h cam_xpt.c Log: cam_ccb.h: Bring back the CAM_NEGOTIATE ccb flag. This flag indicates that SPI transfer negotiation should occur concurrently with the execution of this CCB. The flag is not yet used by the XPT but is required for proper support of multi-initiator configurations where topology scans cannot rely on a bus reset to invalidate prior negotiations. cam_xpt.c: Don't allow DT transmission rates to be specified for devices that don't have the DT feature listed in their inquiry data. Revision Changes Path 1.19 +5 -1 src/sys/cam/cam_ccb.h 1.89 +10 -1 src/sys/cam/cam_xpt.c Modified files: sys/cam/scsi scsi_all.c scsi_message.h Log: scsi_all.c: Clean up the comments related to the high speed sync rate table for SPI. scsi_message.h: Bring in some SCSI3 message terminology. All SCSI2 names are still preserved for backwards compatibility. Revision Changes Path 1.15 +7 -8 src/sys/cam/scsi/scsi_all.c 1.3 +29 -6 src/sys/cam/scsi/scsi_message.h Modified files: sys/dev/aic7xxx 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Added files: sys/dev/aic7xxx aicasm_insformat.h Removed files: sys/dev/aic7xxx sequencer.h Log: o Convert to style fixed sized types to facilitate porting to other systems. o Normalize copyright text. o Clean up probe code function interfaces by passing around a single structure of common arguments instead of passing "too many" args in each function call. o Add support for the AAA-131 as a SCSI adapter. o Add support for the AHA-4944 courtesy of "Matthew N. Dodd"