It is a little better to return ENXIO from probe/match routine than EIO.

This commit is contained in:
Warner Losh 2004-07-21 20:38:12 +00:00
parent 55db762b76
commit 6d69b36945
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132511

View File

@ -203,7 +203,7 @@ ed_pccard_match(device_t dev)
device_set_flags(dev, ED_FLAGS_AX88190);
return (0);
}
return (EIO);
return (ENXIO);
}
/*