Example #1
0
void
ether589link(void)
{
	addethercard("3C589", reset);
	addethercard("3C562", reset);
	addethercard("589E", reset);
}
Example #2
0
void
etherec2tlink(void)
{
	addethercard("EC2T", reset);
}
Example #3
0
void
etherwpilink(void)
{
	addethercard("wpi", wpipnp);
}
Example #4
0
void
ether2000link(void)
{
	addethercard("NE2000", ne2000reset);
}
Example #5
0
void
ethersaturnlink(void)
{
	addethercard("saturn", reset);
}
Example #6
0
void
ethersinklink(void)
{
	addethercard("sink", reset);
}
Example #7
0
void
etherwavelanlink(void)
{
	addethercard("wavelan", wavelanpcmciareset);
}