aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gxemul
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2013-10-29 14:19:42 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2013-10-29 14:19:42 +0000
commitfeeec74df7e5dd8521ab85428f770dd92c5cf2da (patch)
treee2eba6ba40a9f9f960dabdeebbb1cd86fff3bcb0 /sys/dev/gxemul
parenta0b91aad674170b83b34b4bb0c403a13384a594b (diff)
Notes
Diffstat (limited to 'sys/dev/gxemul')
-rw-r--r--sys/dev/gxemul/disk/gxemul_disk.c2
-rw-r--r--sys/dev/gxemul/ether/if_gx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gxemul/disk/gxemul_disk.c b/sys/dev/gxemul/disk/gxemul_disk.c
index 3b7e649c65591..7671784ac1405 100644
--- a/sys/dev/gxemul/disk/gxemul_disk.c
+++ b/sys/dev/gxemul/disk/gxemul_disk.c
@@ -158,7 +158,7 @@ gxemul_disk_probe(device_t dev)
{
device_set_desc(dev, "GXemul test disk");
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
static void
diff --git a/sys/dev/gxemul/ether/if_gx.c b/sys/dev/gxemul/ether/if_gx.c
index 321882f5fd8fc..647f021016452 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