void ether589link(void) { addethercard("3C589", reset); addethercard("3C562", reset); addethercard("589E", reset); }
void etherec2tlink(void) { addethercard("EC2T", reset); }
void etherwpilink(void) { addethercard("wpi", wpipnp); }
void ether2000link(void) { addethercard("NE2000", ne2000reset); }
void ethersaturnlink(void) { addethercard("saturn", reset); }
void ethersinklink(void) { addethercard("sink", reset); }
void etherwavelanlink(void) { addethercard("wavelan", wavelanpcmciareset); }