summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-08-07 23:00:36 +0000
committernetchild <netchild@FreeBSD.org>2006-08-07 23:00:36 +0000
commit0cf314a35716524863818cc81ef46517cdfb3540 (patch)
tree1f4ce699992c2e21df8607fc479fc6d8588750e7 /sys/dev
parent33fadfee6b76322527856af6476d60021f53f3c9 (diff)
downloadFreeBSD-src-0cf314a35716524863818cc81ef46517cdfb3540.zip
FreeBSD-src-0cf314a35716524863818cc81ef46517cdfb3540.tar.gz
Use a low probe-priority to ensure that the emu10kx driver has a higher
priority than this one when both are available.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pci/emu10k1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c
index db009e8..ca67aec 100644
--- a/sys/dev/sound/pci/emu10k1.c
+++ b/sys/dev/sound/pci/emu10k1.c
@@ -1969,7 +1969,7 @@ emu_pci_probe(device_t dev)
}
device_set_desc(dev, s);
- return BUS_PROBE_DEFAULT;
+ return BUS_PROBE_LOW_PRIORITY;
}
static int
OpenPOWER on IntegriCloud