diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2007-05-28 23:10:11 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2007-05-28 23:10:11 +0000 |
commit | 0607194a881701170175f156fb947adff1da714f (patch) | |
tree | 851dcf0d128fa156f3439bd1b73d4744d74a87f2 /sys/arch/i386/conf | |
parent | 62e9e0c9395791a5babdc92d6bc74e79ae3a1348 (diff) |
Maintaining a broken compatibility layer for a broken OS is not a productive
activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others
in the hackathon room.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7a7488dc145..d5b70397327 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.560 2007/05/28 22:26:02 todd Exp $ +# $OpenBSD: GENERIC,v 1.561 2007/05/28 23:10:10 beck Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -61,7 +61,7 @@ pci* at mainbus0 #option ACPIVERBOSE #option ACPI_ENABLE -acpi0 at mainbus? disable +acpi0 at mainbus? #acpitimer* at acpi? #acpihpet* at acpi? #acpiac* at acpi? @@ -69,7 +69,7 @@ acpi0 at mainbus? disable #acpibtn* at acpi? #acpicpu* at acpi? #acpidock* at acpi? -acpiec* at acpi? disable +acpiec* at acpi? acpiprt* at acpi? #acpitz* at acpi? |