diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-03-26 22:38:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-03-26 22:38:40 +0000 |
commit | 971bb4bc1ce2f7f91c9871b0f50a68e39326fd1c (patch) | |
tree | 349aff69b835169acc1c72f4e2c4ad13c674fcbd /sys/dev/pci/files.pci | |
parent | 4a8a2378aeebf4afb7f090031193a8fc582384e2 (diff) |
from netbsd: pci interrupt routing code.
also, change a few pcidevs names to match netbsd (and more descriptive).
tested on a bunch of laptops, helps resolving 'pin X unmapped'
problems for (usually) usb and cardbus cntrollers.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index eb9b9d60880..2b42ef8f2c8 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.65 2000/03/16 20:33:48 deraadt Exp $ +# $OpenBSD: files.pci,v 1.66 2000/03/26 22:38:20 mickey Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -9,6 +9,7 @@ device pci {[dev = -1], [function = -1]} attach pci at pcibus file dev/pci/pci.c pci needs-flag file dev/pci/pci_map.c pci +file dev/pci/pci_quirks.c pci file dev/pci/pci_subr.c pci # Generic VGA |