diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-06-07 17:00:39 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-06-07 17:00:39 +0000 |
commit | c9dd50dfe832704b8024c6c1a4a518925a01681b (patch) | |
tree | 4b674c8efcb7124a6f72d770739c09b4cdd15ec3 /sys/arch/amd64 | |
parent | 6c83b422b94e94dde7e7864b4f60b2f42cc42312 (diff) |
Kill ACPIVERBOSE. It was never used and is worthless to boot.
comments jmc
ok toby
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 6d8113af67c..0bb94c73392 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.231 2008/05/27 19:45:29 oga Exp $ +# $OpenBSD: GENERIC,v 1.232 2008/06/07 17:00:38 marco Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -37,8 +37,6 @@ isa0 at pcib? isa0 at amdpcib? pci* at mainbus0 -#option ACPIVERBOSE - acpi0 at bios? acpitimer* at acpi? acpihpet* at acpi? |