summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/mss.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/mss.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/mss.c')
-rw-r--r--sys/dev/sound/isa/mss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c
index 210e59f..d03f7b8 100644
--- a/sys/dev/sound/isa/mss.c
+++ b/sys/dev/sound/isa/mss.c
@@ -1880,7 +1880,6 @@ static driver_t mss_driver = {
};
DRIVER_MODULE(snd_mss, isa, mss_driver, pcm_devclass, 0, 0);
-DRIVER_MODULE(snd_mss, acpi, mss_driver, pcm_devclass, 0, 0);
MODULE_DEPEND(snd_mss, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
MODULE_VERSION(snd_mss, 1);
@@ -2192,6 +2191,7 @@ static driver_t pnpmss_driver = {
};
DRIVER_MODULE(snd_pnpmss, isa, pnpmss_driver, pcm_devclass, 0, 0);
+DRIVER_MODULE(snd_pnpmss, acpi, pnpmss_driver, pcm_devclass, 0, 0);
MODULE_DEPEND(snd_pnpmss, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
MODULE_VERSION(snd_pnpmss, 1);
OpenPOWER on IntegriCloud