diff options
author | 2007-02-19 17:17:54 +0000 | |
---|---|---|
committer | 2007-02-19 17:17:54 +0000 | |
commit | bd41aa8bae814046f26916a1515f35fa7b420777 (patch) | |
tree | a57d6aae6be8a87484743b6c2cb6bd3f382e3df5 | |
parent | unbreak by allowing clean in !objdir case to fail (no Makefile there in that (diff) | |
download | wireguard-openbsd-bd41aa8bae814046f26916a1515f35fa7b420777.tar.xz wireguard-openbsd-bd41aa8bae814046f26916a1515f35fa7b420777.zip |
ACPIVERBOSE should be off, like i386
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 158b81ea668..dc81291b193 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.172 2007/01/22 21:53:15 mk Exp $ +# $OpenBSD: GENERIC,v 1.173 2007/02/19 17:17:54 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -43,7 +43,7 @@ isa0 at mainbus0 isa0 at pcib? pci* at mainbus0 -option ACPIVERBOSE +#option ACPIVERBOSE #option ACPI_ENABLE acpi0 at mainbus? disable |