From owner-cvs-sys Fri Feb 16 09:56:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19877 for cvs-sys-outgoing; Fri, 16 Feb 1996 09:56:26 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19865 Fri, 16 Feb 1996 09:56:24 -0800 (PST) Date: Fri, 16 Feb 1996 09:56:24 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602161756.JAA19865@freefall.freebsd.org> To: CVS-committers, 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/16 09:56:23 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci bt9xx.c Log: Merge with HEAD. Properly scan for the I/O port in the PCI map registers. Reviewed by: Richard J Kuhns Revision Changes Path 1.3.2.2 +11 -8 src/sys/pci/bt9xx.c Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi bt.c Log: Merge with HEAD. Allow I/O ports above the standard ISA ports so PCI probes succeed. Reviewed by: Richard J Kuhns Revision Changes Path 1.3.2.2 +1 -5 src/sys/i386/scsi/bt.c