cvs commit: src/sys/dev/cxgb cxgb_main.c
Kip Macy
kmacy at FreeBSD.org
Tue Mar 20 06:21:48 UTC 2007
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
More information about the cvs-src
mailing list