aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hme
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/hme
parentb77e575e1dd3257e0ae72a69ee1897510f7a27ed (diff)
Notes
Diffstat (limited to 'sys/dev/hme')
-rw-r--r--sys/dev/hme/if_hme_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c
index 929c2868d7cc..a2833f2f63b7 100644
--- a/sys/dev/hme/if_hme_pci.c
+++ b/sys/dev/hme/if_hme_pci.c
@@ -129,7 +129,7 @@ hme_pci_probe(device_t dev)
if (pci_get_vendor(dev) == PCI_VENDOR_SUN &&
pci_get_device(dev) == PCI_PRODUCT_SUN_HMENETWORK) {
device_set_desc(dev, "Sun HME 10/100 Ethernet");
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
return (ENXIO);
}