aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-05 18:30:12 +0000
commit538565c4a516bd50ffcffbb855026ad914300b73 (patch)
treeafbc163f5f3767268b1fd7ccab0387eedffd6a2a /sys/dev/fxp
parentb77e575e1dd3257e0ae72a69ee1897510f7a27ed (diff)
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 76be7d5ccfa9..d1e15db4aaa6 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -342,7 +342,7 @@ fxp_probe(device_t dev)
if (ident->devid == devid &&
(ident->revid == revid || ident->revid == -1)) {
device_set_desc(dev, ident->name);
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
}
}