Jia-Ju Bai 3afdc1200b IP1000: Restructure the code and correct function order in initialization
Change-Id: I7c887a777205ea0ae38b4ef1830535d035c5a976
2017-01-26 12:47:45 +01:00

20 lines
645 B
Plaintext

The ip1000 driver is for IC Plus 1000A/Family (ST1023) Ethernet card.
This driver is referred to Minix(3.4.0) rtl8169 driver,
Linux(4.2.1) ipg driver and IP1000A LF-DS-R08 datasheet.
Revision 1.0 2016/11/02
Authored by Jia-Ju Bai <baijiaju1990@163.com>
Revision 1.1 2016/11/12
Modification: Remove and rewrite Linux-derived code
Authored by Jia-Ju Bai <baijiaju1990@163.com>
Revision 1.2 2017/1/12
Modification: Restructure the code and correct function order in initialization
Authored by Jia-Ju Bai <baijiaju1990@163.com>
Something can be improved:
1. Ethernet address can not be modified at present.
2. Dump interfaces are not provided.