summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/ess.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-10-12 01:56:03 +0000
committernjl <njl@FreeBSD.org>2004-10-12 01:56:03 +0000
commit3be284e5bb6b506254c419488a13c7a7362db619 (patch)
treed4a76a678f59e6d56798207fbddef55cd19e3818 /sys/dev/sound/isa/ess.c
parent24be7a65c0b913e461c3bff37329bbb56b0aa7f7 (diff)
downloadFreeBSD-src-3be284e5bb6b506254c419488a13c7a7362db619.zip
FreeBSD-src-3be284e5bb6b506254c419488a13c7a7362db619.tar.gz
* Remove the acpi attachment from the es1888. It has an identify method
that conjures up the device node so it isn't true PNP. Noticed by jhb@. * Add an attachment for esscontrol since it too uses ISA_PNP_PROBE. * Move an attachment from snd_mss to snd_pnpmss. The latter is the real PNP user.
Diffstat (limited to 'sys/dev/sound/isa/ess.c')
-rw-r--r--sys/dev/sound/isa/ess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c
index 768444d..ba371e1 100644
--- a/sys/dev/sound/isa/ess.c
+++ b/sys/dev/sound/isa/ess.c
@@ -1004,4 +1004,4 @@ static driver_t esscontrol_driver = {
};
DRIVER_MODULE(esscontrol, isa, esscontrol_driver, esscontrol_devclass, 0, 0);
-
+DRIVER_MODULE(esscontrol, acpi, esscontrol_driver, esscontrol_devclass, 0, 0);
OpenPOWER on IntegriCloud