History log of /netbsd-current/sys/dev/acpi/eqos_acpi.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 24-Dec-2023 skrll

eqos(4): MP improvements

Remove the non-MP-safe scaffolding and pass MP safe flags for callout
and interrupt handlers.

Where we had #ifndef EQOS_MPSAFE splnet(), we also had EQOS_LOCK,
which implies splnet, so just remove the conditional splnet.


Revision tags: thorpej-ifq-base thorpej-altq-separation-base netbsd-10-0-RC1 netbsd-10-base bouyer-sunxi-drm-base
# 1.1 03-Jan-2022 jmcneill

Add driver for DesignWare Ethernet Quality-of-Service controller.


# 1.1 03-Jan-2022 jmcneill

Add driver for DesignWare Ethernet Quality-of-Service controller.