CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/12 09:01:05
Modified files:
sys/arch/amd64/conf: GENERIC
sys/arch/i386/conf: GENERIC
Log message:
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@
