aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-07-21 20:38:12 +0000
committerWarner Losh <imp@FreeBSD.org>2004-07-21 20:38:12 +0000
commit6d69b36945d97015c3eb50a5fb51c2a2489c7902 (patch)
tree7cc0241360afd4e6e6fc383cf1182e984184aa8a /sys
parent55db762b76549714a25d90630b7dcf6f360fb90c (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ed/if_ed_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index 3770c89a1e76a..a30a13791e8a9 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -203,7 +203,7 @@ ed_pccard_match(device_t dev)
device_set_flags(dev, ED_FLAGS_AX88190);
return (0);
}
- return (EIO);
+ return (ENXIO);
}
/*