diff options
author | njl <njl@FreeBSD.org> | 2004-10-11 19:52:31 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-10-11 19:52:31 +0000 |
commit | d1815dce138247112a2a3c1f0351ab630c0b6843 (patch) | |
tree | 5cc4945951a442e100699ecb0367d9a4d343e11d /sys/dev/sound/isa/ad1816.c | |
parent | bcc7e348bab289b41ed0186bf440acd112e178fb (diff) | |
download | FreeBSD-src-d1815dce138247112a2a3c1f0351ab630c0b6843.zip FreeBSD-src-d1815dce138247112a2a3c1f0351ab630c0b6843.tar.gz |
Add acpi attachments for ISA sound drivers. This is needed so they'll
probe and attach when ACPI is enabled.
Submitted by: takawata (sbc fix)
MFC after: 1 day
Diffstat (limited to 'sys/dev/sound/isa/ad1816.c')
-rw-r--r-- | sys/dev/sound/isa/ad1816.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index d7e1547..10ea296 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -673,6 +673,7 @@ static driver_t ad1816_driver = { }; DRIVER_MODULE(snd_ad1816, isa, ad1816_driver, pcm_devclass, 0, 0); +DRIVER_MODULE(snd_ad1816, acpi, ad1816_driver, pcm_devclass, 0, 0); MODULE_DEPEND(snd_ad1816, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER); MODULE_VERSION(snd_ad1816, 1); |