1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/sys/mips/atheros
Juli Mallett 84db023ec1 Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.
This makes our naming scheme more closely match other systems and the
expectations of much third-party software.  MIPS builds which are little-endian
should require and exhibit no changes.  Big-endian TARGET_ARCHes must be
changed:
	From:		To:
	mipseb		mips
	mipsn32eb	mipsn32
	mips64eb	mips64

An entry has been added to UPDATING and some foot-shooting protection (complete
with warnings which should become errors in the near future) to the top-level
base system Makefile.
2012-03-29 02:54:35 +00:00
..
apb.c Move PMC hook invocation to cpu_intr. The idea is the same as with ast() 2012-03-22 17:47:52 +00:00
apbvar.h
ar71xx_bus_space_reversed.c
ar71xx_bus_space_reversed.h
ar71xx_chip.c Begin fleshing out MII clock rate configuration changes. 2012-03-17 07:25:23 +00:00
ar71xx_chip.h
ar71xx_cpudef.h Begin fleshing out MII clock rate configuration changes. 2012-03-17 07:25:23 +00:00
ar71xx_ehci.c Implement better support for USB controller suspend and resume. 2011-12-14 00:28:54 +00:00
ar71xx_gpio.c Remove these locks - they aren't strictly needed and cause measurable 2011-12-20 00:33:56 +00:00
ar71xx_gpiovar.h
ar71xx_machdep.c Remove platform APIs which are not used by any code and which had only stub 2012-03-12 07:34:15 +00:00
ar71xx_ohci.c Implement better support for USB controller suspend and resume. 2011-12-14 00:28:54 +00:00
ar71xx_pci_bus_space.c
ar71xx_pci_bus_space.h
ar71xx_pci.c Stop overloading opt_global.h. 2012-01-16 05:07:32 +00:00
ar71xx_setup.c Remove duplicate header includes 2011-06-26 10:07:48 +00:00
ar71xx_setup.h
ar71xx_spi.c
ar71xx_wdog.c
ar71xxreg.h Begin fleshing out MII clock rate configuration changes. 2012-03-17 07:25:23 +00:00
ar91xx_chip.c Begin fleshing out MII clock rate configuration changes. 2012-03-17 07:25:23 +00:00
ar91xx_chip.h
ar91xxreg.h
ar724x_chip.c style(9) changes. 2012-03-17 07:29:11 +00:00
ar724x_chip.h
ar724x_pci.c Fix the ar724x shift calculation when writing to the PCI config space. 2012-01-07 04:13:25 +00:00
ar724xreg.h
files.ar71xx Rework MIPS PMC code: 2012-03-22 18:01:23 +00:00
if_arge.c Remove a now unneeded ARGE_UNLOCK(). 2012-03-13 06:50:56 +00:00
if_argevar.h
pcf2123_rtc.c
pcf2123reg.h
std.ar71xx Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00
uart_bus_ar71xx.c
uart_cpu_ar71xx.c