From owner-freebsd-commit Fri Sep 15 14:44:02 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06615 for freebsd-commit-outgoing; Fri, 15 Sep 1995 14:44:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06603 for cvs-all-outgoing; Fri, 15 Sep 1995 14:43:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06591 for cvs-sys-outgoing; Fri, 15 Sep 1995 14:43:56 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06573 ; Fri, 15 Sep 1995 14:43:48 -0700 Date: Fri, 15 Sep 1995 14:43:48 -0700 From: Stefan Esser Message-Id: <199509152143.OAA06573@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/09/15 14:43:47 Modified: sys/i386/isa pcibus.c Log: Another try to determine the PCI bus configuration mode (and whether there is a PCI bus at all) ... - Do not expect the chip sets to follow even very clearly expressed requirements of the PCI 2.0 spec. - Do not read back the value just written to an I/O port without making sure that some other data have crossed the bus in between ...