rwatson 2004-07-14 20:26:29 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_eiface.c
Log:
Introduce a new mutex, ng_eiface_mtx, to protect the global unit list
lock used to synchronize allocation of unit numbers for new netgraph
ethernet interfaces.
Reviewed by: glebius
Revision Changes Path
1.17 +11 -1 src/sys/netgraph/ng_eiface.c