]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The isa attachment calls ep_free after it has already been called once
authorimp <imp@FreeBSD.org>
Sun, 31 Jul 2005 03:33:22 +0000 (03:33 +0000)
committerimp <imp@FreeBSD.org>
Sun, 31 Jul 2005 03:33:22 +0000 (03:33 +0000)
commite369c14b22814d6dc62b255fd4b6c747159585f0
tree40112ef7aeca609dea575e40288e9171db5ce56d
parentac7c9f771d24494ee3e2cb386d81d76f91fe2726
The isa attachment calls ep_free after it has already been called once
in the resource error in ep_alloc case.  This results in a panic.
Zero resources to make it safe to call twice pending resolution of
layering questions.

MFC After: 3 days
sys/dev/ep/if_ep.c