xref: /minix/minix/drivers/net/vt6105/README (revision 117b6ea0)
1The vt6105 driver is for VIA Technology 6105/6106S Ethernet card.
2
3This driver is referred to Minix(3.4.0) rtl8169 driver,
4Linux(4.2.1) via-rhine driver and VT6105 Rhine III Specification(Rev 1.2).
5
6Revision 1.0 2016/10/18
7Authored by Jia-Ju Bai <baijiaju1990@163.com>
8
9Revision 1.1 2016/11/12
10Modification: Remove and rewrite Linux-derived code
11Authored by Jia-Ju Bai <baijiaju1990@163.com>
12
13Something can be improved:
141. MII, WOL functions are not adequately defined and used.
152. Link status report does not work well.
163. Ethernet address can not be modified at present.
174. Programming PHY registers and EEPROM are not adequately used.
185. Dump interfaces are not provided.
19