kmacy 2007-03-20 06:21:47 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_main.c
Log:
cxgb_stop is only called from cxgb_ioctl so:
- don't acquire port lock, already held in ioctl
- rename to cxgb_stop_locked
- switch callout_drain to callout_stop to avoid a hang from having the port
lock held
Revision Changes Path
1.4 +7 -6 src/sys/dev/cxgb/cxgb_main.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"