summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcib_if.m
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-09 09:15:38 +0000
committermsmith <msmith@FreeBSD.org>2000-12-09 09:15:38 +0000
commitc174181f432119d1dae3f5e58ecc14c8d7b6f545 (patch)
tree778814cdc635e7529f9fbfe4aa3c4e514721437b /sys/dev/pci/pcib_if.m
parent27cc24d5300b6a98af9deb85109f95f0685fe01e (diff)
downloadFreeBSD-src-c174181f432119d1dae3f5e58ecc14c8d7b6f545.zip
FreeBSD-src-c174181f432119d1dae3f5e58ecc14c8d7b6f545.tar.gz
- Fix the device database parsing code so that it actually works.
- Improve the formatting for devices identified by the database. - Fix the pcib_route_interrupt method definition, as an old version snuck in here somehow 8( - Remove a couple of the vendor/device IDs for PCI:ISA bridges which correctly identify themselves. Submitted by: peter
Diffstat (limited to 'sys/dev/pci/pcib_if.m')
-rw-r--r--sys/dev/pci/pcib_if.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcib_if.m b/sys/dev/pci/pcib_if.m
index 5224778..1ea2538 100644
--- a/sys/dev/pci/pcib_if.m
+++ b/sys/dev/pci/pcib_if.m
@@ -75,7 +75,7 @@ METHOD void write_config {
# a device's interrupt register.
#
METHOD int route_interrupt {
+ device_t pcib;
device_t dev;
- int device;
int pin;
};
OpenPOWER on IntegriCloud