Home | History | Annotate | Download | only in netboot

Lines Matching refs:rhine

0 /* rhine.c:Fast Ethernet driver for Linux. */
16 This driver is designed for the VIA VT86C100A Rhine-II PCI Fast Ethernet
21 static const char *version = "rhine.c v1.0.0 2000-01-07\n";
526 { "rhine", rhine_probe, rhine_TOTAL_SIZE, NULL };
536 This driver is designed for the VIA 86c100A Rhine-II PCI Fast Ethernet
653 rhine;
960 nic->priv_data = &rhine;
961 tp = &rhine;
983 printf ("rhine disable\n");
1180 /* EOF via-rhine.c */