summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc/pnphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dc/pnphy.c')
-rw-r--r--sys/dev/dc/pnphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dc/pnphy.c b/sys/dev/dc/pnphy.c
index a690d60..415c22e 100644
--- a/sys/dev/dc/pnphy.c
+++ b/sys/dev/dc/pnphy.c
@@ -116,7 +116,7 @@ pnphy_probe(device_t dev)
device_set_desc(dev, "PNIC 82c168 media interface");
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
static int
OpenPOWER on IntegriCloud