freebsd-dev/sys/mips
John Baldwin 961135ead8 - Remove <machine/mutex.h>. Most of the headers were empty, and the
contents of the ones that were not empty were stale and unused.
- Now that <machine/mutex.h> no longer exists, there is no need to allow it
  to override various helper macros in <sys/mutex.h>.
- Rename various helper macros for low-level operations on mutexes to live
  in the _mtx_* or __mtx_* namespaces.  While here, change the names to more
  closely match the real API functions they are backing.
- Drop support for including <sys/mutex.h> in assembly source files.

Suggested by:	bde (1, 2)
2010-11-09 20:46:41 +00:00
..
adm5120 bus_add_child: change type of order parameter to u_int 2010-09-10 11:19:03 +00:00
alchemy bus_add_child: change type of order parameter to u_int 2010-09-10 11:19:03 +00:00
atheros Converted the remainder of the NIC drivers to use the mii_attach() 2010-10-15 15:00:30 +00:00
cavium Don't attach the PCI bus driver if the board we're being run on has PCIe. The 2010-11-03 23:29:52 +00:00
compile
conf o) Make it possible to attach a PHY directly to an octe device rather than 2010-10-13 09:17:44 +00:00
idt Converted the remainder of the NIC drivers to use the mii_attach() 2010-10-15 15:00:30 +00:00
include - Remove <machine/mutex.h>. Most of the headers were empty, and the 2010-11-09 20:46:41 +00:00
malta Fix MALTA64 build. 2010-04-19 09:03:34 +00:00
mips Fix typos. 2010-11-09 10:59:09 +00:00
rmi Network driver updates 2010-10-20 09:50:11 +00:00
sentry5 - Call post-boot fixup function in order to get proper static 2010-01-25 00:44:05 +00:00
sibyte Enforce that 'pmap_kenter()' is only used to establish cacheable mappings. 2010-09-22 02:26:07 +00:00