diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-03-01 07:50:12 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-03-01 07:50:12 +0000 |
| commit | 2ece8174c12474397a1963358233257347d49548 (patch) | |
| tree | 60438a3fca2e5272601be58cd8fca3817dc8ed2d /sys/dev/tx | |
| parent | 41766826eb644f2252583bbb514674a73eba5a94 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tx')
| -rw-r--r-- | sys/dev/tx/if_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 435103760d1b4..a7be0290c22d3 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); |
