From owner-freebsd-commit Tue Oct 17 08:23:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA28214 for freebsd-commit-outgoing; Tue, 17 Oct 1995 08:23:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA28201 for cvs-all-outgoing; Tue, 17 Oct 1995 08:23:31 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA28191 for cvs-sys-outgoing; Tue, 17 Oct 1995 08:23:29 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA28177 ; Tue, 17 Oct 1995 08:23:19 -0700 Date: Tue, 17 Oct 1995 08:23:19 -0700 From: Stefan Esser Message-Id: <199510171523.IAA28177@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa pcibus.c Sender: owner-commit@FreeBSD.org Precedence: bulk se 95/10/17 08:23:17 Modified: sys/i386/isa pcibus.c Log: At least the ASUS Triton motherboards don't disable the PCI bus configuration accesses after the BIOS bus scan. The previous revision made the assumption, that every PCI motherboard did ... Change the test on the initial value of the CONF1_ADDR_PORT register in a way that makes the probe succeed on triton based motherboards, without breaking the EISA motherboard that has some non-PCI register at the same address.