freebsd-dev/sys/dev/lmc
John Baldwin 6008862bc2 Change callers of mtx_init() to pass in an appropriate lock type name. In
most cases NULL is passed, but in some cases such as network driver locks
(which use the MTX_NETWORK_LOCK macro) and UMA zone locks, a name is used.

Tested on:	i386, alpha, sparc64
2002-04-04 21:03:38 +00:00
..
if_lmc_common.c Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
if_lmc_fbsd3.c Minor tweaks to get these to stop breaking LINT. They still dont work 2001-01-17 01:08:50 +00:00
if_lmc_media.c
if_lmc.c Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
if_lmcioctl.h Fix typo: seperate -> separate. 2001-02-06 11:21:58 +00:00
if_lmcvar.h