diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-24 22:38:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-24 22:38:04 +0000 |
commit | 229f438bede61cf09c0e83a91465b8185242836c (patch) | |
tree | 787c9df7cb41ead1e14f404d9db424dd1ebd5920 /sys/dev/pci/files.pci | |
parent | 7a84d429fb74a2b7280f088d6db6689b057661bc (diff) |
bussified and bus-split bustec scsi ha driver.
original port done by chris@ in '98 and pounded into
-current by me, plus support for wide mode.
tested on pci in both modes by me, on eisa (w/
half success, thus not enabled yet) by jason@.
niklas@, jason@, millert@ ok.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 181e40ff47c..bc30676e02d 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.124 2002/01/08 23:06:01 jason Exp $ +# $OpenBSD: files.pci,v 1.125 2002/01/24 22:38:03 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. @@ -58,7 +58,6 @@ file dev/ic/adwlib.c adw_pci file dev/microcode/adw/adwmcode.c adw_pci # BusLogic BT-9xx PCI family -# device declaration in sys/dev/isa/files.isa attach bha at pci with bha_pci file dev/pci/bha_pci.c bha_pci |