diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2013-10-29 14:07:31 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2013-10-29 14:07:31 +0000 |
| commit | 5543a1b98e326e914a73aee0360108b0c2fcf87c (patch) | |
| tree | c757cb3c0859ddb79a3f9384a5a15ebb9b3ed6ce /sys/mips/adm5120 | |
| parent | f0919d9edf629ac6859ce460e16e6aad21e5e25a (diff) | |
Notes
Diffstat (limited to 'sys/mips/adm5120')
| -rw-r--r-- | sys/mips/adm5120/obio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/adm5120/obio.c b/sys/mips/adm5120/obio.c index b89c9576579c..788e3a8ab9c3 100644 --- a/sys/mips/adm5120/obio.c +++ b/sys/mips/adm5120/obio.c @@ -157,7 +157,7 @@ static int obio_probe(device_t dev) { - return (0); + return (BUS_PROBE_NOWILDCARD); } static int |
