From owner-cvs-sys Sat Jun 8 00:11:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA21189 for cvs-sys-outgoing; Sat, 8 Jun 1996 00:11:13 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA21160; Sat, 8 Jun 1996 00:11:00 -0700 (PDT) Date: Sat, 8 Jun 1996 00:11:00 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199606080711.AAA21160@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c aic7xxx_reg.h src/sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h src/sys/i386/eisa aic7770.c src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/06/08 00:10:59 Branch: sys/dev/aic7xxx RELENG_2_1_0 sys/i386/eisa RELENG_2_1_0 sys/i386/scsi RELENG_2_1_0 sys/pci RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c aic7xxx_reg.h sys/i386/eisa aic7770.c sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h sys/pci aic7870.c Log: Sync with HEAD. Revision Changes Path 1.16.4.16 +14 -3 src/sys/dev/aic7xxx/aic7xxx.seq 1.9.4.4 +0 -0 src/sys/dev/aic7xxx/aic7xxx_asm.c 1.2.2.7 +1 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h 1.21.2.4 +204 -22 src/sys/i386/eisa/aic7770.c 1.1.2.4 +61 -57 src/sys/i386/scsi/93cx6.c 1.1.2.3 +37 -11 src/sys/i386/scsi/93cx6.h 1.29.2.21 +679 -429 src/sys/i386/scsi/aic7xxx.c 1.10.2.10 +68 -1 src/sys/i386/scsi/aic7xxx.h 1.11.2.17 +214 -104 src/sys/pci/aic7870.c