From owner-cvs-sys Sat Feb 17 23:49:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01026 for cvs-sys-outgoing; Sat, 17 Feb 1996 23:49:31 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01012 Sat, 17 Feb 1996 23:49:26 -0800 (PST) Date: Sat, 17 Feb 1996 23:49:26 -0800 (PST) From: "Justin T. Gibbs" <gibbs> Message-Id: <199602180749.XAA01012@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci bt9xx.c src/sys/i386/scsi bt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/17 23:49:26 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci bt9xx.c Log: Bring in changes from rev 1.7 - Add PCI ID for older Buslogic 946 cards. Submitted by: greg@greg.rim.or.jp Revision Changes Path 1.3.2.3 +3 -1 src/sys/pci/bt9xx.c Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi bt.c Log: Bring in changes from rev 1.7 - Return immediately from our interrupt handler if there is no work to do. Allows for shared interrupts. Submitted by: greg@greg.rim.or.jp Revision Changes Path 1.3.2.3 +7 -1 src/sys/i386/scsi/bt.c