From owner-cvs-sys Wed Feb 12 10:29:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA18217 for cvs-sys-outgoing; Wed, 12 Feb 1997 10:29:08 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA18210; Wed, 12 Feb 1997 10:29:06 -0800 (PST) Date: Wed, 12 Feb 1997 10:29:06 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199702121829.KAA18210@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.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 97/02/12 10:29:05 Branch: sys/dev/aic7xxx RELENG_2_2 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Sync with current. Clear up data overrun problems. Revision Changes Path 1.46.2.5 +54 -50 src/sys/dev/aic7xxx/aic7xxx.seq 1.15.2.3 +2 -2 src/sys/dev/aic7xxx/aic7xxx_reg.h Branch: sys/i386/eisa RELENG_2_2 sys/i386/scsi RELENG_2_2 sys/pci RELENG_2_2 Modified: sys/i386/eisa aic7770.c sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h sys/pci aic7870.c Log: Sync with current. Revision Changes Path 1.34.2.4 +1 -1 src/sys/i386/eisa/aic7770.c 1.7.2.1 +2 -2 src/sys/i386/scsi/93cx6.c 1.5.2.1 +1 -1 src/sys/i386/scsi/93cx6.h 1.81.2.7 +58 -37 src/sys/i386/scsi/aic7xxx.c 1.31.2.5 +2 -1 src/sys/i386/scsi/aic7xxx.h 1.41.2.5 +2 -2 src/sys/pci/aic7870.c