cvs commit: src/sys/dev/netif/re if_re.c if_revar.h
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon Oct 13 04:35:17 PDT 2008
sephe 2008/10/13 04:35:03 PDT
DragonFly src repository
Modified files:
sys/dev/netif/re if_re.c if_revar.h
Log:
- Read ethernet address from IDRx registers.
Obtained-from: RealTek BSD driver v176
This eliminates the need to read/config EEPROM. Put EEPROM related
functions under RE_USE_EEPROM; disabled by default
- Maintain re_softc size no matter what kernel options we are using
- Remove RE_DISABLE_HWCSUM; we could do it by clearing RE_C_HWCUM
Revision Changes Path
1.78 +45 -23 src/sys/dev/netif/re/if_re.c
1.21 +0 -6 src/sys/dev/netif/re/if_revar.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/re/if_re.c.diff?r1=1.77&r2=1.78&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/re/if_revar.h.diff?r1=1.20&r2=1.21&f=u
More information about the Commits
mailing list