diff options
author | 2016-08-23 18:27:08 +0000 | |
---|---|---|
committer | 2016-08-23 18:27:08 +0000 | |
commit | 60e6648afacc90955a6431ed37729c19ccbc9a33 (patch) | |
tree | 26102ce32d9322a32533060515b9140fcc0bbcef | |
parent | don't enter burst mode for single-byte reads and writes. (diff) | |
download | wireguard-openbsd-60e6648afacc90955a6431ed37729c19ccbc9a33.tar.xz wireguard-openbsd-60e6648afacc90955a6431ed37729c19ccbc9a33.zip |
re-enable acpicbkbd by default now that acpiec won't try burst mode
on the chrome ec
-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 2e35f01ee73..b23a151c056 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.427 2016/08/03 17:23:38 jcs Exp $ +# $OpenBSD: GENERIC,v 1.428 2016/08/23 18:27:08 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -64,7 +64,7 @@ aibs* at acpi? bytgpio* at acpi? chvgpio* at acpi? sdhc* at acpi? -#acpicbkbd* at acpi? +acpicbkbd* at acpi? acpials* at acpi? tpm* at acpi? |