From ca5e477ca2bce8c6983ba3d48bdec85ca0c8fd37 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 1 Mar 2005 07:50:12 +0000 Subject: Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return BUS_PROBE_LOW_PRIORITY in stead of ifdef for devices that xl and vx both support so that xl will snarf them on up. --- sys/dev/tx/if_tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/tx') diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 4351037..a7be029 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -169,7 +169,7 @@ epic_probe(dev) if (t != NULL) { device_set_desc(dev, t->name); - return (0); + return (BUS_PROBE_DEFAULT); } return (ENXIO); -- cgit v1.1