cvs commit: src/sys/dev/netif/ral rt2560.c rt2560var.h
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Jan 25 06:43:58 PST 2008
sephe 2008/01/25 06:43:10 PST
DragonFly src repository
Modified files:
sys/dev/netif/ral rt2560.c rt2560var.h
Log:
There are actually two TX queues for 2560 parts, so add two softc private
flags which are used to mark that the TX queues are "over active". Clear
IFF_OACTIVE iff all of the private OACT flags are off.
Revision Changes Path
1.31 +17 -4 src/sys/dev/netif/ral/rt2560.c
1.11 +2 -0 src/sys/dev/netif/ral/rt2560var.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ral/rt2560.c.diff?r1=1.30&r2=1.31&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ral/rt2560var.h.diff?r1=1.10&r2=1.11&f=u
More information about the Commits
mailing list