summaryrefslogtreecommitdiffstats
path: root/sys/mips/rt305x
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2013-10-29 14:07:31 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2013-10-29 14:07:31 +0000
commite0788b09853d3092712fd53450e52bd4088d52f1 (patch)
treec757cb3c0859ddb79a3f9384a5a15ebb9b3ed6ce /sys/mips/rt305x
parent17b5b0dc5e28ba43deca6072e8bd9498697c02b8 (diff)
downloadFreeBSD-src-e0788b09853d3092712fd53450e52bd4088d52f1.zip
FreeBSD-src-e0788b09853d3092712fd53450e52bd4088d52f1.tar.gz
Devices that rely on hints or identify routines for discovery need to
return BUS_PROBE_NOWILDCARD from their probe routines to avoid claiming wildcard devices on their parent bus. Do a sweep through the MIPS tree. MFC after: 2 weeks
Diffstat (limited to 'sys/mips/rt305x')
-rw-r--r--sys/mips/rt305x/obio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/rt305x/obio.c b/sys/mips/rt305x/obio.c
index 870afea..fd9132a 100644
--- a/sys/mips/rt305x/obio.c
+++ b/sys/mips/rt305x/obio.c
@@ -148,7 +148,7 @@ static int
obio_probe(device_t dev)
{
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
static int
OpenPOWER on IntegriCloud