sephe 2008/05/23 08:34:03 PDT
DragonFly src repository
Modified files:
sys/dev/netif/an if_an.c if_anreg.h
Log:
- For 350 chips, don't set various INTR bits in TX control word; turning INTR
bits on seems to confuse hardware TX engine
- For 350 chips, set TX desc's buffer physical address before turning on the
TX desc valid bit
- In an_start, set IFF_OACTIVE, if there is no free TX desc called; this
avoids
confusing functions which schedule ifnet.if_start
- Minor style and white space changes
Submitted-by: Jost Tobias Springenberg <[EMAIL PROTECTED]>
Revision Changes Path
1.44 +11 -8 src/sys/dev/netif/an/if_an.c
1.9 +10 -7 src/sys/dev/netif/an/if_anreg.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/an/if_an.c.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/an/if_anreg.h.diff?r1=1.8&r2=1.9&f=u