From owner-cvs-sys Sun Apr 14 13:14:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11250 for cvs-sys-outgoing; Sun, 14 Apr 1996 13:14:58 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11231 Sun, 14 Apr 1996 13:14:41 -0700 (PDT) Date: Sun, 14 Apr 1996 13:14:41 -0700 (PDT) From: Stefan Esser Message-Id: <199604142014.NAA11231@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/04/14 13:14:39 Modified: sys/pci pci.c Log: Update PCI bus code from my current sources: - always use pci_conf_read() and pci_conf_write(). (This is required to simulate non-existant devices in my system for PCI bridge code tests.) - reorder some functions (put the main functions at the end). - correct off by one bug in the code dealing with unitialized PCI to PCI bridge chips. (Bug found by ASAMI Satoshi.) - print function number for multi-function devices. Revision Changes Path 1.48 +165 -155 src/sys/pci/pci.c