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/txp | |
| parent | 41766826eb644f2252583bbb514674a73eba5a94 (diff) | |
Notes
Diffstat (limited to 'sys/dev/txp')
| -rw-r--r-- | sys/dev/txp/if_txp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index a2805324ea76..8e708ebfb75a 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -202,7 +202,7 @@ txp_probe(dev) if ((pci_get_vendor(dev) == t->txp_vid) && (pci_get_device(dev) == t->txp_did)) { device_set_desc(dev, t->txp_name); - return(0); + return(BUS_PROBE_DEFAULT); } t++; } |
