From owner-cvs-all Sat Jul 28 11:46:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A202937B401; Sat, 28 Jul 2001 11:46:44 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6SIkiT59532; Sat, 28 Jul 2001 11:46:44 -0700 (PDT) (envelope-from gibbs) Message-Id: <200107281846.f6SIkiT59532@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 28 Jul 2001 11:46:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c src/sys/dev/aic7xxx/aicasm aicasm.c aicasm.h aicasm_gram.y ... 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 2001/07/28 11:46:44 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c sys/dev/aic7xxx/aicasm aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c Log: MFC: Bring the aic7xxx driver up to the head as of today. Revision Changes Path 1.15.2.5 +3 -1 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.8 +17 -7 src/sys/dev/aic7xxx/ahc_pci.c 1.1.2.4 +28 -34 src/sys/dev/aic7xxx/aic7770.c 1.41.2.19 +591 -397 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.12 +76 -69 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.10 +19 -14 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.14 +273 -141 src/sys/dev/aic7xxx/aic7xxx.seq 1.8.2.4 +3 -11 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.3.2.18 +105 -51 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2.2.6 +15 -8 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.2.2.10 +120 -46 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.2.2.11 +208 -150 src/sys/dev/aic7xxx/aic7xxx_pci.c 1.28.2.4 +19 -16 src/sys/dev/aic7xxx/aicasm/aicasm.c 1.11.2.3 +3 -2 src/sys/dev/aic7xxx/aicasm/aicasm.h 1.11.2.4 +39 -6 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.13.2.3 +50 -9 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.11.2.3 +27 -25 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