summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-03-09 13:23:54 +0000
committerimp <imp@FreeBSD.org>2009-03-09 13:23:54 +0000
commited87bed6c08e16cc297b17a1c7dcf1ee49ee24f8 (patch)
tree96553c42037b85e36e1c4f31fa3b03eba1554786 /sys/dev/sound/pci
parentee8ea378715a33154aa6b3c374e115815a89fd2b (diff)
downloadFreeBSD-src-ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8.zip
FreeBSD-src-ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8.tar.gz
remove now-redunant cardbus attachment.
Diffstat (limited to 'sys/dev/sound/pci')
-rw-r--r--sys/dev/sound/pci/emu10k1.c1
-rw-r--r--sys/dev/sound/pci/emu10kx.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c
index 9108592..43cc412 100644
--- a/sys/dev/sound/pci/emu10k1.c
+++ b/sys/dev/sound/pci/emu10k1.c
@@ -2109,7 +2109,6 @@ static driver_t emu_driver = {
};
DRIVER_MODULE(snd_emu10k1, pci, emu_driver, pcm_devclass, 0, 0);
-DRIVER_MODULE(snd_emu10k1, cardbus, emu_driver, pcm_devclass, 0, 0);
MODULE_DEPEND(snd_emu10k1, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
MODULE_VERSION(snd_emu10k1, 1);
MODULE_DEPEND(snd_emu10k1, midi, 1, 1, 1);
diff --git a/sys/dev/sound/pci/emu10kx.c b/sys/dev/sound/pci/emu10kx.c
index 76f7e60..3fb4d23 100644
--- a/sys/dev/sound/pci/emu10kx.c
+++ b/sys/dev/sound/pci/emu10kx.c
@@ -3556,5 +3556,4 @@ emu_modevent(module_t mod __unused, int cmd, void *data __unused)
static devclass_t emu_devclass;
DRIVER_MODULE(snd_emu10kx, pci, emu_driver, emu_devclass, emu_modevent, NULL);
-DRIVER_MODULE(snd_emu10kx, cardbus, emu_driver, emu_devclass, emu_modevent, NULL);
MODULE_VERSION(snd_emu10kx, SND_EMU10KX_PREFVER);
OpenPOWER on IntegriCloud