From owner-cvs-all Mon Jan 20 15:59:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEA037B401; Mon, 20 Jan 2003 15:59:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD2743EB2; Mon, 20 Jan 2003 15:59:21 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0KNxLfh001833; Mon, 20 Jan 2003 15:59:21 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0KNxLFr001832; Mon, 20 Jan 2003 15:59:21 -0800 (PST) Message-Id: <200301202359.h0KNxLFr001832@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 20 Jan 2003 15:59:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_iu.h src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2003/01/20 15:59:21 PST Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_iu.h sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_inline.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_pci.c sys/dev/aic7xxx/aicasm aicasm_gram.y aicasm_insformat.h aicasm_symbol.c Log: MFC: aic7xxx and aic79xx drivers Revision Changes Path 1.1.2.2 +8 -0 src/sys/cam/scsi/scsi_iu.h 1.15.2.10 +3 -2 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.13 +24 -5 src/sys/dev/aic7xxx/ahc_pci.c 1.2.2.4 +18 -5 src/sys/dev/aic7xxx/ahd_pci.c 1.1.2.8 +15 -1 src/sys/dev/aic7xxx/aic7770.c 1.3.2.3 +1069 -269 src/sys/dev/aic7xxx/aic79xx.c 1.3.2.4 +213 -53 src/sys/dev/aic7xxx/aic79xx.h 1.2.2.3 +203 -43 src/sys/dev/aic7xxx/aic79xx.reg 1.2.2.3 +273 -140 src/sys/dev/aic7xxx/aic79xx.seq 1.3.2.3 +23 -6 src/sys/dev/aic7xxx/aic79xx_inline.h 1.3.2.2 +11 -6 src/sys/dev/aic7xxx/aic79xx_osm.c 1.4.2.2 +13 -3 src/sys/dev/aic7xxx/aic79xx_osm.h 1.3.2.3 +177 -70 src/sys/dev/aic7xxx/aic79xx_pci.c 1.41.2.26 +356 -136 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.15 +72 -17 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.13 +8 -3 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.18 +72 -40 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.13 +70 -1 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.27.2.5 +6 -5 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.14.2.5 +28 -4 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.2.2.16 +98 -14 src/sys/dev/aic7xxx/aic7xxx_pci.c 1.11.2.8 +8 -17 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.3.2.6 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h 1.11.2.7 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message