diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2010-10-13 19:47:42 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2010-10-13 19:47:42 +0000 |
commit | 5497b028780b7b7c1d10edb6c248365ce5b5417e (patch) | |
tree | a7d2ae46e99e45d0fad8691872456bb8a1a6a8f9 /sys/arch | |
parent | fb985679354aa59707123282d2deb70db0aad9f3 (diff) |
do the same thing for the cd:
shave some bytes off the ramdisk kernels by disaling a bunch of
custom pci to isa bridge drivers. pcib(4) will cope with the loss.
suggested by brad, deraadt agrees, so does kettenis
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 8cc243a5dbc..24a3401ecfa 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.179 2010/08/04 21:43:37 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.180 2010/10/13 19:47:41 mikeb Exp $ machine i386 # architecture, used by config; REQUIRED @@ -58,10 +58,10 @@ pcibios0 at bios0 flags 0x0000 isa0 at mainbus0 isa0 at pcib? -isa0 at ichpcib? -isa0 at gscpcib? -isa0 at glxpcib? -isa0 at amdpcib? +#isa0 at ichpcib? +#isa0 at gscpcib? +#isa0 at glxpcib? +#isa0 at amdpcib? eisa0 at mainbus0 pci* at mainbus0 @@ -73,10 +73,10 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? pci* at pchb? pcib* at pci? # PCI-ISA bridge -ichpcib* at pci? # Intel ICHx/ICHx-M LPC bridges -gscpcib* at pci? # NS Geode SC1100 PCI-ISA bridge -glxpcib* at pci? # AMD CS5536 PCI-ISA bridge -amdpcib* at pci? # AMD 8111 LPC bridge +#ichpcib* at pci? # Intel ICHx/ICHx-M LPC bridges +#gscpcib* at pci? # NS Geode SC1100 PCI-ISA bridge +#glxpcib* at pci? # AMD CS5536 PCI-ISA bridge +#amdpcib* at pci? # AMD 8111 LPC bridge geodesc* at pci? # Geode SC1100/SCx200 IAOC # CardBus bus support |