aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-07-31 12:38:22 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-07-31 12:38:22 +0000
commitf769fa83d5d42d01aa583611b922660c3742acdc (patch)
tree03d2e60e587bb1e805cf83ce58170c02aac299cd /sys/dev
parent2b379e8d35f6396b15b49b1bd60872c225cb5e8f (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pci/cmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/cmi.c b/sys/dev/sound/pci/cmi.c
index c6798d0534f10..d878e452fe581 100644
--- a/sys/dev/sound/pci/cmi.c
+++ b/sys/dev/sound/pci/cmi.c
@@ -876,8 +876,8 @@ cmi_attach(device_t dev)
/*filter*/NULL, /*filterarg*/NULL,
/*maxsize*/sc->bufsz, /*nsegments*/1,
/*maxsegz*/0x3ffff, /*flags*/0,
- /*lockfunc*/busdma_lock_mutex,
- /*lockfunc*/&Giant,
+ /*lockfunc*/NULL,
+ /*lockfunc*/NULL,
&sc->parent_dmat) != 0) {
device_printf(dev, "cmi_attach: Unable to create dma tag\n");
goto bad;