K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-08-02T17:43:35.000000Z K 7 svn:log V 356 Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related address lists. Add accessor macros. This changes the size of struct ifnet, but ideally, all ifnet consumers are now using if_alloc() to allocate these structures rather than embedding them into device driver softc's, so this won't modify the network device driver ABI. MFC after: 1 week END