harti 2003/12/17 02:01:46 PST
FreeBSD src repository
Modified files:
sys/dev/en midway.c
Log:
Move the locking of the softc up to before the allocation of the
transmission map. This allocation accesses the softc so should
be under the lock (it uses NOWAIT).
Revision Changes Path
1.60 +6 -4 src/sys/dev/en/midway.c