freebsd-dev/sys/arm
Robert Watson eb956cd041 Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
IF_ADDR_UNLOCK() across network device drivers when accessing the
per-interface multicast address list, if_multiaddrs.  This will
allow us to change the locking strategy without affecting our driver
programming interface or binary interface.

For two wireless drivers, remove unnecessary locking, since they
don't actually access the multicast address list.

Approved by:	re (kib)
MFC after:	6 weeks
2009-06-26 11:45:06 +00:00
..
arm Fix typo. 2009-06-24 21:03:59 +00:00
at91 Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ 2009-06-26 11:45:06 +00:00
compile
conf temporarily disable optional uarts; apparently we hang when probing them 2009-06-25 18:07:19 +00:00
include This change is the next step in implementing the cache control functionality 2009-06-26 04:47:43 +00:00
mv Enable all populated TWSI (I2C) controllers on Marvell SOCs. 2009-06-25 10:03:51 +00:00
sa11x0 Implement a facility for dynamic per-cpu variables. 2009-06-23 22:42:39 +00:00
xscale Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ 2009-06-26 11:45:06 +00:00