1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Devclass have to be shared with same 'pcm' devclass, or

unit management will corrupt.
This commit is contained in:
Takanori Watanabe 2004-05-31 11:38:46 +00:00
parent 0adbaf30d9
commit 92fae6e79e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129890

View File

@ -373,7 +373,6 @@ static driver_t ua_pcm_driver = {
PCM_SOFTC_SIZE,
};
static devclass_t pcm_devclass;
DRIVER_MODULE(ua_pcm, uaudio, ua_pcm_driver, pcm_devclass, 0, 0);
MODULE_DEPEND(ua_pcm, uaudio, 1, 1, 1);