diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-06-16 23:03:26 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-06-16 23:03:26 +0000 |
commit | 88b3b375c9f0289451045f762334d806098f8b89 (patch) | |
tree | c044a2d5c9491d8f46913bf86abfdbe4914c550c /sys/arch/amd64 | |
parent | a12a244d475c36dc83467d1fc8f71fe22898a837 (diff) |
Enable acpitoshiba by default in GENERIC.
Prodded by deraadt@ and the lack of testers on tech@.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index d6269297cfc..cc285da7ae5 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.319 2011/05/30 22:03:47 oga Exp $ +# $OpenBSD: GENERIC,v 1.320 2011/06/16 23:03:25 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -52,6 +52,7 @@ acpimcfg* at acpi? acpiasus* at acpi? acpisony* at acpi? acpithinkpad* at acpi? +acpitoshiba* at acpi? acpivideo* at acpi? acpivout* at acpivideo? acpipwrres* at acpi? |