From 04d895e8a42c504b8768849f949eb6698784bd8d Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:00:36 +0000 Subject: [PATCH] Use a low probe-priority to ensure that the emu10kx driver has a higher priority than this one when both are available. --- sys/dev/sound/pci/emu10k1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index db009e8a2df..ca67aec03c4 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