diff options
author | 2010-01-03 18:37:24 +0000 | |
---|---|---|
committer | 2010-01-03 18:37:24 +0000 | |
commit | 33c1281ac6c940626eabaa0341edda5412a8104a (patch) | |
tree | 43a1fe9f3232bf701247687dd27bdcbab40e7795 | |
parent | unused prototype (diff) | |
download | wireguard-openbsd-33c1281ac6c940626eabaa0341edda5412a8104a.tar.xz wireguard-openbsd-33c1281ac6c940626eabaa0341edda5412a8104a.zip |
enable aibs
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 440d5bf2ec2..3885a8c6878 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.284 2009/12/28 23:52:32 dlg Exp $ +# $OpenBSD: GENERIC,v 1.285 2010/01/03 18:37:24 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -54,7 +54,7 @@ acpithinkpad* at acpi? acpivideo* at acpi? acpivout* at acpivideo? acpipwrres* at acpi? -#aibs* at acpi? +aibs* at acpi? mpbios0 at bios0 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index aefd18c69cc..3bbb07e382b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.677 2009/12/20 15:36:10 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.678 2010/01/03 18:37:24 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -66,7 +66,7 @@ acpithinkpad* at acpi? acpivideo* at acpi? acpivout* at acpivideo? acpipwrres* at acpi? -#aibs* at acpi? +aibs* at acpi? option PCIVERBOSE option EISAVERBOSE |