]> Zhao Yanbai Git Server - minix.git/commitdiff
vt6105: add a README file 72/3372/1
authorJia-Ju Bai <baijiaju1990@163.com>
Fri, 21 Oct 2016 02:15:50 +0000 (02:15 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 24 Oct 2016 12:18:54 +0000 (14:18 +0200)
Change-Id: I8dbb122afc130f2f2504743fa4fcbada5c97dff5

minix/drivers/net/vt6105/README [new file with mode: 0644]

diff --git a/minix/drivers/net/vt6105/README b/minix/drivers/net/vt6105/README
new file mode 100644 (file)
index 0000000..be49e63
--- /dev/null
@@ -0,0 +1,17 @@
+The vt6105 driver is for VIA Technology 6105/6106S Ethernet card.
+
+This driver is referred to Minix(3.4.0) rtl8169 driver,
+Linux(4.2.1) via-rhine driver and VT6105 Rhine III Specification(Rev 1.2).
+
+The supported PCI number is 1106:3106:1186:1403.
+Maybe other PCI numbers for VIA Rhine III can be supported.
+
+Revision 1.0 2016/10/18
+Authored by Jia-Ju Bai <baijiaju1990@163.com>
+
+Something can be improved:
+1. MII, WOL functions are not adequately defined and used.
+2. Link status report does not work well.
+3. Ethernet address can not be modified at present.
+4. Programming PHY registers and EEPROM are not adequately used.
+5. Dump interfaces are not provided.