diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2017-05-18 13:29:33 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2017-05-18 13:29:33 +0000 |
commit | 98b5be1f09a1e8fa7302c1e82dd6a6ea82e3a160 (patch) | |
tree | b88da8ebeae340f7799c1ce4014a7de1e4f20506 | |
parent | 1a50de94a0ed62607b12cfd238d247041beae0ae (diff) |
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? |