From owner-cvs-sys Sun Apr 28 12:37:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA18376 for cvs-sys-outgoing; Sun, 28 Apr 1996 12:37:21 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA18357 Sun, 28 Apr 1996 12:37:12 -0700 (PDT) Date: Sun, 28 Apr 1996 12:37:12 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199604281937.MAA18357@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/scsi aic7xxx.c aic7xxx.h src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/04/28 12:37:11 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Merge with HEAD. Implement SCB PAGING. Fix some bugs in find_scb. Revision Changes Path 1.16.4.11 +114 -64 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.4 +49 -31 src/sys/dev/aic7xxx/aic7xxx_reg.h Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi aic7xxx.c aic7xxx.h Log: Merge with HEAD. Implement SCB PAGING. Fix timeout handler bugs. Fix bug in RESTART_SEQUENCER. Revision Changes Path 1.29.2.12 +821 -377 src/sys/i386/scsi/aic7xxx.c 1.10.2.8 +81 -36 src/sys/i386/scsi/aic7xxx.h Branch: sys/pci RELENG_2_1_0 Modified: sys/pci aic7870.c Log: Merge with HEAD. Allow 4 bit host adapter SCSI ids for wide cards. Allow SCB Paging to be turned on. Add support for the aic7850, aic7855, aic7860. Revision Changes Path 1.11.2.10 +42 -10 src/sys/pci/aic7870.c