summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_de.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_de.c')
-rw-r--r--sys/pci/if_de.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index afeacae..da2310f 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -4994,7 +4994,7 @@ tulip_pci_probe(device_t dev)
}
if (name) {
device_set_desc(dev, name);
- return -200;
+ return BUS_PROBE_LOW_PRIORITY;
}
return ENXIO;
}
OpenPOWER on IntegriCloud