diff options
author | 2017-05-18 13:29:32 +0000 | |
---|---|---|
committer | 2017-05-18 13:29:32 +0000 | |
commit | 0458de4d79a56feb49a0a146fec523bd1de4f3c3 (patch) | |
tree | 86c40843f0389c8c0c1912f6aa55f977f7e3b65c | |
parent | document installpath, explain PKG_PATH defaults in terms of it. (diff) | |
download | wireguard-openbsd-0458de4d79a56feb49a0a146fec523bd1de4f3c3.tar.xz wireguard-openbsd-0458de4d79a56feb49a0a146fec523bd1de4f3c3.zip |
enable acpisbs on i386 for old MacBooks
tested by Jan Stary
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 608a6f2c861..8b4ddde899b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.827 2017/04/30 20:04:42 mpi Exp $ +# $OpenBSD: GENERIC,v 1.828 2017/05/18 13:29:32 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -52,6 +52,7 @@ acpiec* at acpi? acpimadt0 at acpi? acpimcfg* at acpi? acpiprt* at acpi? +acpisbs* at acpi? acpitz* at acpi? acpiasus* at acpi? acpisony* at acpi? |