cvs commit: src/sys/bus/ppbus ppbconf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Oct 26 10:14:12 PDT 2005
dillon 2005/10/26 10:12:32 PDT
DragonFly src repository
Modified files:
sys/bus/ppbus ppbconf.c
Log:
Fix a bug in the ppbus code where an interrupt cookie might be torn down
twice. This didn't matter before when cookies were tested against a
list, but it matters now that they are treated as pointers to interrupt
descriptors.
Revision Changes Path
1.8 +6 -3 src/sys/bus/ppbus/ppbconf.c
http://www.dragonflybsd.org/cvsweb/src/sys/bus/ppbus/ppbconf.c.diff?r1=1.7&r2=1.8&f=u
More information about the Commits
mailing list