1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Re-add an acpi attachment for the legacy probe that was inadvertently

removed.
This commit is contained in:
Nate Lawson 2004-10-15 05:13:25 +00:00
parent 3805720c53
commit ecb7c87d1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136535

View File

@ -1881,6 +1881,7 @@ 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);