summaryrefslogtreecommitdiffstats
path: root/sys/mips/idt/obio.c
diff options
context:
space:
mode:
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 034b93a..b7b917d 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
OpenPOWER on IntegriCloud