]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Unlock the fxp driver lock before calling fxp_poll() to avoid recursing on
authorjhb <jhb@FreeBSD.org>
Fri, 11 Jul 2003 20:49:36 +0000 (20:49 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 11 Jul 2003 20:49:36 +0000 (20:49 +0000)
commit2e87863b0449adbce4a754c613d9816d4c4065bf
tree321bf9ba8ec24a82a3730b9d4f1b4920e137ee7c
parent7b5949381aa30cdb48c8a362d34128ed1bfc5eca
Unlock the fxp driver lock before calling fxp_poll() to avoid recursing on
the lock when using DEVICE_POLLING.

Tested by: Robin P. Blanchard <Robin.Blanchard@gactr.uga.edu>
Reviewed by: njl
sys/dev/fxp/if_fxp.c