summaryrefslogtreecommitdiffstats
path: root/sys/dev/gxemul/ether/if_gx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/gxemul/ether/if_gx.c')
-rw-r--r--sys/dev/gxemul/ether/if_gx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/gxemul/ether/if_gx.c b/sys/dev/gxemul/ether/if_gx.c
index 321882f..647f021 100644
--- a/sys/dev/gxemul/ether/if_gx.c
+++ b/sys/dev/gxemul/ether/if_gx.c
@@ -125,7 +125,7 @@ gx_probe(device_t dev)
device_set_desc(dev, "GXemul test Ethernet");
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
static int
OpenPOWER on IntegriCloud