diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-03 08:15:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-03 08:15:11 +0000 |
commit | 25cc08abf966595fad3f4e77d1e76e3ed3f4cc94 (patch) | |
tree | c1e823e2c880adc8b90d89bce3f3e1895bba7d0c /sys/arch/i386/conf/GENERIC | |
parent | 14f026f04c77bd3ab4d05167ac1aa7a16fe5a285 (diff) |
add stupid pcib driver
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index fda3e335d21..0df9a949fa9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.69 1998/06/29 21:11:24 millert Exp $ +# $OpenBSD: GENERIC,v 1.70 1998/07/03 08:15:07 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -51,6 +51,7 @@ pchb* at pci? dev ? function ? # PCI-Host bridges ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? pci* at pchb? bus ? +pcib* at pci? dev ? function ? # PCI-ISA bridges (do nothing) pcicmaster0 at isa? port 0x3E0 size 2 pcic0 at pcicmaster0 irq 11 iomem 0xd4000 iosiz 4096 |