FreeBSD Bugzilla – Attachment 17220 Details for
Bug 31316
kldxref introduction broke snd_driver.ko
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.61 KB, created by
ak03
on 2001-10-16 19:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ak03
Created:
2001-10-16 19:30:00 UTC
Size:
2.61 KB
patch
obsolete
>Index: pci/als4000.c >=================================================================== >RCS file: /usr/ncvs/src/sys/dev/sound/pci/als4000.c,v >retrieving revision 1.7 >diff -u -r1.7 als4000.c >--- pci/als4000.c 10 Oct 2001 17:56:35 -0000 1.7 >+++ pci/als4000.c 16 Oct 2001 18:00:36 -0000 >@@ -897,6 +897,6 @@ > PCM_SOFTC_SIZE, > }; > >-DRIVER_MODULE(snd_als, pci, als_driver, pcm_devclass, 0, 0); >-MODULE_DEPEND(snd_als, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); >-MODULE_VERSION(snd_als, 1); >+DRIVER_MODULE(snd_als4000, pci, als_driver, pcm_devclass, 0, 0); >+MODULE_DEPEND(snd_als4000, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); >+MODULE_VERSION(snd_als4000, 1); >Index: pci/cmi.c >=================================================================== >RCS file: /usr/ncvs/src/sys/dev/sound/pci/cmi.c,v >retrieving revision 1.13 >diff -u -r1.13 cmi.c >--- pci/cmi.c 10 Oct 2001 17:56:35 -0000 1.13 >+++ pci/cmi.c 16 Oct 2001 18:03:06 -0000 >@@ -981,6 +981,6 @@ > PCM_SOFTC_SIZE > }; > >-DRIVER_MODULE(snd_cmipci, pci, cmi_driver, pcm_devclass, 0, 0); >-MODULE_DEPEND(snd_cmipci, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); >-MODULE_VERSION(snd_cmipci, 1); >+DRIVER_MODULE(snd_cmi, pci, cmi_driver, pcm_devclass, 0, 0); >+MODULE_DEPEND(snd_cmi, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); >+MODULE_VERSION(snd_cmi, 1); >Index: pci/via82c686.c >=================================================================== >RCS file: /usr/ncvs/src/sys/dev/sound/pci/via82c686.c,v >retrieving revision 1.15 >diff -u -r1.15 via82c686.c >--- pci/via82c686.c 8 Oct 2001 05:55:03 -0000 1.15 >+++ pci/via82c686.c 16 Oct 2001 18:10:51 -0000 >@@ -584,8 +584,8 @@ > PCM_SOFTC_SIZE, > }; > >-DRIVER_MODULE(via, pci, via_driver, pcm_devclass, 0, 0); >-MODULE_DEPEND(via, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); >-MODULE_VERSION(via, 1); >+DRIVER_MODULE(snd_via82c686, pci, via_driver, pcm_devclass, 0, 0); >+MODULE_DEPEND(snd_via82c686, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); >+MODULE_VERSION(snd_via82c686, 1); > > >Index: pci/vibes.c >=================================================================== >RCS file: /usr/ncvs/src/sys/dev/sound/pci/vibes.c,v >retrieving revision 1.10 >diff -u -r1.10 vibes.c >--- pci/vibes.c 10 Oct 2001 17:56:35 -0000 1.10 >+++ pci/vibes.c 16 Oct 2001 18:12:11 -0000 >@@ -940,6 +940,6 @@ > PCM_SOFTC_SIZE > }; > >-DRIVER_MODULE(snd_sonicvibes, pci, sonicvibes_driver, pcm_devclass, 0, 0); >-MODULE_DEPEND(snd_sonicvibes, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); >-MODULE_VERSION(snd_sonicvibes, 1); >+DRIVER_MODULE(snd_vibes, pci, sonicvibes_driver, pcm_devclass, 0, 0); >+MODULE_DEPEND(snd_vibes, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); >+MODULE_VERSION(snd_vibes, 1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31316
: 17220