summaryrefslogtreecommitdiff
path: root/sys/dev/twa
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-01 07:50:12 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-01 07:50:12 +0000
commit2ece8174c12474397a1963358233257347d49548 (patch)
tree60438a3fca2e5272601be58cd8fca3817dc8ed2d /sys/dev/twa
parent41766826eb644f2252583bbb514674a73eba5a94 (diff)
Notes
Diffstat (limited to 'sys/dev/twa')
-rw-r--r--sys/dev/twa/twa_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/twa_freebsd.c b/sys/dev/twa/twa_freebsd.c
index 7c07a9ca5866..7eff607b7ce7 100644
--- a/sys/dev/twa/twa_freebsd.c
+++ b/sys/dev/twa/twa_freebsd.c
@@ -196,7 +196,7 @@ twa_probe(device_t dev)
TWA_DRIVER_VERSION_STRING);
first_ctlr = 0;
}
- return(0);
+ return(BUS_PROBE_DEFAULT);
}
return(ENXIO);
}