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/arch/i386/conf/RAMDISK | |
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/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 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 |