aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-24 03:32:47 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-24 03:32:47 +0000
commitcfab163573e2d07ed0ddcef00767673dd7c2df01 (patch)
tree808940fb8e1303dba4b70fc56a0f05c66a068338 /sys
parentc732f30398f8dc68473792cc21c8dfbb3e9edbb0 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wi/if_wi_pccard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c
index f5fb334437cc6..8c9a7c3553c08 100644
--- a/sys/dev/wi/if_wi_pccard.c
+++ b/sys/dev/wi/if_wi_pccard.c
@@ -181,7 +181,7 @@ wi_pccard_match(dev)
sizeof(wi_pccard_products[0]), NULL)) != NULL) {
if (pp->pp_name != NULL)
device_set_desc(dev, pp->pp_name);
- return (0);
+ return (-100);
}
return (ENXIO);
}
@@ -208,7 +208,7 @@ wi_pccard_probe(dev)
CSR_WRITE_2(sc, WI_INT_EN, 0);
CSR_WRITE_2(sc, WI_EVENT_ACK, 0xFFFF);
- return (0);
+ return (-100);
}
static int