cvs commit: src/sys/dev/agp agp.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Apr 22 16:47:01 PDT 2006
dillon 2006/04/22 16:41:43 PDT
DragonFly src repository
Modified files:
sys/dev/agp agp.c
Log:
Get rid of LK_PCATCH in the agp lockmgr() calls. AGP ignores the return
value and a caught event would only result in a panic.
Get rid of LK_DRAIN in the device detach code. The device had better not
be in operation during a detach!
Add missing lockmgr LK_RELEASE calls in a number of early-return cases.
Revision Changes Path
1.18 +9 -6 src/sys/dev/agp/agp.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/agp/agp.c.diff?r1=1.17&r2=1.18&f=u
More information about the Commits
mailing list