diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2008-05-16 06:55:47 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2008-05-16 06:55:47 +0000 |
commit | 5371a5f03e24dcd6745bb5d04d9d3e9e053967e5 (patch) | |
tree | 5929ce45b263c1eb111c77a7fb2f92a2f794dee6 /sys/arch | |
parent | 1b882095f169e506c0d98c8ddbb86c6e2e8856af (diff) |
reenable PCIVERBOSE now that acpi isnt pushing the media over.
Diffstat (limited to 'sys/arch')
-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 d817f20a17c..f6115037cd1 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.159 2008/05/14 22:28:13 miod Exp $ +# $OpenBSD: RAMDISK,v 1.160 2008/05/16 06:55:46 dlg 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 78d33ac2e5f..e08f06b833f 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.103 2008/05/14 22:28:13 miod Exp $ +# $OpenBSD: RAMDISKB,v 1.104 2008/05/16 06:55:46 dlg 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 5b7ea586d8b..a67d80365ce 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.84 2008/05/14 22:28:13 miod Exp $ +# $OpenBSD: RAMDISKC,v 1.85 2008/05/16 06:55:46 dlg 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 |