cvs commit: src/sys/bus/pccard pccard.c src/sys/dev/pccard/pccbb pccbb.c pccbbvar.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Dec 18 17:22:40 PST 2005
dillon 2005/12/18 17:18:58 PST
DragonFly src repository
Modified files:
sys/bus/pccard pccard.c
sys/dev/pccard/pccbb pccbb.c pccbbvar.h
Log:
Fix a number of panic conditions for network cardbus devices by implementing
the now mandatory interrupt serialization.
Reported-by: Steve Mynott <steve.mynott at xxxxxxxxx>
Patches-by: Matthew Dillon and Sepherosa Ziehau <sepherosa at xxxxxxxxx>
Revision Changes Path
1.15 +1 -1 src/sys/bus/pccard/pccard.c
1.12 +9 -2 src/sys/dev/pccard/pccbb/pccbb.c
1.2 +1 -0 src/sys/dev/pccard/pccbb/pccbbvar.h
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pccard/pccard.c.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/pccard/pccbb/pccbb.c.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/pccard/pccbb/pccbbvar.h.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list