aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/idt/obio.c
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2013-10-29 14:07:31 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2013-10-29 14:07:31 +0000
commit5543a1b98e326e914a73aee0360108b0c2fcf87c (patch)
treec757cb3c0859ddb79a3f9384a5a15ebb9b3ed6ce /sys/mips/idt/obio.c
parentf0919d9edf629ac6859ce460e16e6aad21e5e25a (diff)
downloadsrc-5543a1b98e326e914a73aee0360108b0c2fcf87c.tar.gz
src-5543a1b98e326e914a73aee0360108b0c2fcf87c.zip
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
Notes
Notes: svn path=/head/; revision=257338
Diffstat (limited to 'sys/mips/idt/obio.c')
-rw-r--r--sys/mips/idt/obio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/idt/obio.c b/sys/mips/idt/obio.c
index 034b93ab6443..b7b917d69177 100644
--- a/sys/mips/idt/obio.c
+++ b/sys/mips/idt/obio.c
@@ -108,7 +108,7 @@ static int
obio_probe(device_t dev)
{
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
static int