diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-03-27 21:11:18 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-03-27 21:11:18 +0000 |
commit | cba170dee4c4aefd3226ef7a1cf9d69fea80fdfe (patch) | |
tree | 77c0ea3241c63b2c4e02be5544bc70c0f17e0ebb /sys/arch/amd64/conf | |
parent | 25f4ab68a920d5d0f61d0dfa51fdec8987c269dc (diff) |
Add acpicmos(4), a driver that implements SystemCMOS OperationRegion
access support. This fixes machines where the AML doesn't check whether
support for this OperationRegion type has been registered by the OS.
ok mlarkin@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 6c53c13bac1..d04139bd2a0 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.451 2018/03/14 18:52:16 patrick Exp $ +# $OpenBSD: GENERIC,v 1.452 2018/03/27 21:11:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -44,6 +44,7 @@ acpiac* at acpi? acpibat* at acpi? acpibtn* at acpi? acpicpu* at acpi? +acpicmos* at acpi? acpidock* at acpi? acpiec* at acpi? acpiprt* at acpi? diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index f4939df3d46..bbc452fe4cc 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.70 2015/09/03 18:00:11 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.71 2018/03/27 21:11:16 kettenis Exp $ machine amd64 maxusers 4 @@ -29,6 +29,7 @@ acpi0 at bios? #acpibat* at acpi? #acpibtn* at acpi? #acpicpu* at acpi? +acpicmos* at acpi? acpiec* at acpi? acpiprt* at acpi? acpimadt0 at acpi? |