diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2020-09-12 15:01:06 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2020-09-12 15:01:06 +0000 |
commit | 1f2b3678fe6106f72138b6864913b5d9507c52b2 (patch) | |
tree | c6f9f1eca22e27fe6f47690e05bb24f281ec5df1 /sys/arch/amd64/conf/GENERIC | |
parent | d892b9140b28fab67b80527d0e112650e0864ca1 (diff) |
asmc0 -> asmc*
Now that asmc(4) attaches through acpi(4), other than with isa(4), acpi(4)
could attach multiple SMC chips in theory, even though in practice there
will be only one SMC chip per machine.
Suggested and ok kettenis@
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-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 21e979ad229..d7391b5f15c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.491 2020/09/12 07:47:26 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.492 2020/09/12 15:01:05 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -68,7 +68,7 @@ glkgpio* at acpi? sdhc* at acpi? acpicbkbd* at acpi? acpials* at acpi? -asmc0 at acpi? # Apple SMC +asmc* at acpi? # Apple SMC tpm* at acpi? acpihve* at acpi? acpisurface* at acpi? |