看板 DFBSD_commit 關於我們 聯絡資訊
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