aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ed')
-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 3770c89a1e76..a30a13791e8a 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);
}
/*