Get rid of LK_PCATCH in the agp lockmgr() calls. AGP ignores the return
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 22 Apr 2006 23:41:43 +0000 (23:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 22 Apr 2006 23:41:43 +0000 (23:41 +0000)
commitf21c8116594be9898287c39cbf0b42f002e3b91a
treebef35ee81bc939b28266fc5c7b1dba2ed8d50d21
parent2d8a514471aba1fc05b841d168be62c2ccf10034
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.
sys/dev/agp/agp.c