diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-14 22:28:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-14 22:28:14 +0000 |
commit | 33aa44c1b65f11dae0bb3419402872c07148ae9f (patch) | |
tree | 80ce882f0822dfb32c35d443411bbbcc5a5f0360 /sys | |
parent | 455aa7469dd19a4d2f3fa31b6c4f2df116ad0a36 (diff) |
Comment out option PCIVERBOSE on the floppies for now, to let them fit
after the code increase caused by the recent acpi changes, until a better
compromise is found.
Diffstat (limited to 'sys')
-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 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index fbeee7eb01e..d817f20a17c 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.158 2007/12/05 19:17:13 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.159 2008/05/14 22:28:13 miod Exp $ machine i386 # architecture, used by config; REQUIRED @@ -60,7 +60,7 @@ isa0 at glxpcib? eisa0 at mainbus0 pci* at mainbus0 -option PCIVERBOSE +#option PCIVERBOSE #option EISAVERBOSE pchb* at pci? # PCI-Host bridges diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index b4b53f1ffdb..78d33ac2e5f 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.102 2007/12/05 19:17:13 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.103 2008/05/14 22:28:13 miod Exp $ machine i386 # architecture, used by config; REQUIRED @@ -60,7 +60,7 @@ isa0 at amdpcib? #eisa0 at mainbus0 pci* at mainbus0 -option PCIVERBOSE +#option PCIVERBOSE #option EISAVERBOSE pchb* at pci? # PCI-Host bridges diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 241e6ae92ea..5b7ea586d8b 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.83 2007/12/05 19:17:13 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.84 2008/05/14 22:28:13 miod Exp $ machine i386 # architecture, used by config; REQUIRED @@ -60,7 +60,7 @@ isa0 at amdpcib? #eisa0 at mainbus0 pci* at mainbus0 -option PCIVERBOSE +#option PCIVERBOSE #option EISAVERBOSE pchb* at pci? # PCI-Host bridges |