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 | |
parent | 0bc49a287ef395842da5c56b53fdda637a405b48 (diff) |
Enable ichpcib(4) in GENERIC and on all media.
ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8c195d054db..7b8d1294580 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.358 2004/04/14 23:48:36 pvalchev Exp $ +# $OpenBSD: GENERIC,v 1.359 2004/05/08 05:11:00 grange Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -46,6 +46,7 @@ pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose isa0 at mainbus0 isa0 at pcib? +isa0 at ichpcib? eisa0 at mainbus0 pci* at mainbus0 bus ? @@ -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 # power management and other environmental stuff #amdpm* at pci? dev ? function ? # AMD768MPX diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 55def8cbcf5..8d05dec9320 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.125 2004/02/15 02:07:40 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.126 2004/05/08 05:11:00 grange Exp $ machine i386 # architecture, used by config; REQUIRED @@ -49,6 +49,7 @@ pcibios0 at bios0 flags 0x0000 isa0 at mainbus0 isa0 at pcib? +isa0 at ichpcib? eisa0 at mainbus0 pci* at mainbus0 @@ -60,6 +61,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 # ISA PCMCIA controllers pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 1122b3e44ee..c28fcf2c339 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.66 2004/04/10 08:33:04 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.67 2004/05/08 05:11:00 grange Exp $ machine i386 # architecture, used by config; REQUIRED @@ -49,6 +49,7 @@ pcibios0 at bios0 flags 0x0000 isa0 at mainbus0 isa0 at pcib? +isa0 at ichpcib? eisa0 at mainbus0 pci* at mainbus0 @@ -60,6 +61,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 # ISA PCMCIA controllers #pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 730a4ad3c62..65a8d1a19c0 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.35 2004/02/14 20:11:51 andreas Exp $ +# $OpenBSD: RAMDISKC,v 1.36 2004/05/08 05:11:00 grange Exp $ machine i386 # architecture, used by config; REQUIRED @@ -49,6 +49,7 @@ pcibios0 at bios0 flags 0x0000 isa0 at mainbus0 isa0 at pcib? +isa0 at ichpcib? eisa0 at mainbus0 pci* at mainbus0 @@ -60,6 +61,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 # ISA PCMCIA controllers pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 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? |