diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-08 05:11:01 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-08 05:11:01 +0000 |
commit | 6d9de394c0f2e3603646929628d9d3d1dbe1c864 (patch) | |
tree | 9be789be7afa8d12b8e0f928777ee4b053c3ebb8 /sys/arch/i386/conf/RAMDISK_CD | |
parent | 0bc49a287ef395842da5c56b53fdda637a405b48 (diff) |
Enable ichpcib(4) in GENERIC and on all media.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index b2d38bcb693..ca8be04a0c0 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.68 2004/03/10 01:23:25 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.69 2004/05/08 05:11:00 grange Exp $ machine i386 # architecture, used by config; REQUIRED @@ -47,6 +47,7 @@ pcibios0 at bios0 flags 0x0000 isa0 at mainbus0 isa0 at pcib? +isa0 at ichpcib? eisa0 at mainbus0 pci* at mainbus0 @@ -58,6 +59,7 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? pci* at pchb? bus ? pcib* at pci? dev ? function ? # PCI-ISA bridge +ichpcib* at pci? dev ? function ? # Intel ICHx/ICHx-M LPC bridges # CardBus bus support cardbus* at cardslot? |