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:
parent
3805720c53
commit
ecb7c87d1c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136535
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user