Date: Sun, 14 Apr 1996 13:14:41 -0700 (PDT) From: Stefan Esser <se> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c Message-ID: <199604142014.NAA11231@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604142014.NAA11231>
