예제 #1
0
파일: ether589.c 프로젝트: 8l/inferno
void
ether589link(void)
{
	addethercard("3C589", reset);
	addethercard("3C562", reset);
	addethercard("589E", reset);
}
예제 #2
0
void
etherec2tlink(void)
{
	addethercard("EC2T", reset);
}
예제 #3
0
void
etherwpilink(void)
{
	addethercard("wpi", wpipnp);
}
예제 #4
0
void
ether2000link(void)
{
	addethercard("NE2000", ne2000reset);
}
예제 #5
0
void
ethersaturnlink(void)
{
	addethercard("saturn", reset);
}
예제 #6
0
void
ethersinklink(void)
{
	addethercard("sink", reset);
}
예제 #7
0
void
etherwavelanlink(void)
{
	addethercard("wavelan", wavelanpcmciareset);
}