git: e1000 - Make igb driver compile on DragonFly

看板DFBSD_commit作者時間16年前 (2010/03/06 02:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 2039846502c589b182538384a2403e91293e5a65 Author: Michael Neumann <mneumann@ntecs.de> Date: Fri Mar 5 19:07:53 2010 +0100 e1000 - Make igb driver compile on DragonFly The driver itself does not work. The devices successfully attach, but when trying to set an IP address it hangs. More work needs to go into this driver. Summary of changes: sys/dev/netif/e1000/if_igb.c | 337 ++++++++++++++++++------------ sys/dev/netif/e1000/if_igb.h | 70 ++++--- sys/dev/netif/e1000/{em => igb}/Makefile | 4 +- 3 files changed, 238 insertions(+), 173 deletions(-) copy sys/dev/netif/e1000/{em => igb}/Makefile (94%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2039846502c589b182538384a2403e91293e5a65 -- DragonFly BSD source repository
文章代碼(AID): #1BaKucLh (DFBSD_commit)