summaryrefslogtreecommitdiff
path: root/sys/arch/mips
AgeCommit message (Expand)Author
2006-09-02Remove pointless dependency upon evbmips/clockvar.h.gdamore
2006-09-02Provide a common implementation for ports that use the MIPS CP0 countergdamore
2006-09-01Remove explicit cast which causes assignments to PC_REGS(f) to fail.matt
2006-08-31Make cpu_coredump dependent on COREDUMPmatt
2006-08-28- remove unused bdbtofsb.yamt
2006-08-28First pass at cleanup AR5312 WiSoC support to enable better & cleanergdamore
2006-08-27Add -msym32 to CFLAGS when MACHINE_ARCH is mips64e[bl].matt
2006-08-27Define _MIPS_BSD_API correctly according to GCC builting __mips_n64,matt
2006-08-27The prohibition about 64bit ABIs only applies to pre-gcc3 so move it there.matt
2006-08-27Sign extend DEFTEXTADDR on MIPS64.matt
2006-08-27Put .rodata.str1.4 and .rodata.cst4 sections by gcc4 into .rodata section.tsutsui
2006-08-26Use vaddr_t for virtual addresses. Don't cast pointers with int ormatt
2006-08-26Use vaddr_t for virtual addresses, not u_int32_t.matt
2006-08-26Use PRIx64 instead of llxmatt
2006-08-26If we are _LP64, we must be mips64, not mips32.matt
2006-08-26Don't cast pointers using unsigned and/or int. Use intptr_t or uintptr_tmatt
2006-08-26Nuke unneeded LP64 conditional sectionmatt
2006-08-26No need #include <machine/param.h> since #include <sys/param.h> is enough.tsutsui
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-08-06Use ${SYSDIR}/arch/mips/ instead of ../mips/, which was fragile.dyoung
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-07-14Consistently establish / disestablish shutdown hookseanb
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-13Activate argpio. Apparently I forgot to commit this change earlier.gdamore
2006-07-07Add AR531X GPIO support. This also registers the reset button with sysmon,gdamore
2006-06-26use the "i2cbus" interface attribute rather than putting a string namedrochner
2006-06-25Supoort read/write word.kiyohara
2006-06-09Add AR531X_SYSREG_WDOG_TIMER register. (Forgot to commit this earlier.)gdamore
2006-06-05Import new HAL 0.9.17.2. Approved by sam@gdamore
2006-06-03Adjust asm constraints for more pickier gcc4.simonb
2006-06-02remove GCC2 support.mrg
2006-05-25Rename flash to athflash to reflect MD nature. Approved by simon@ and dyoung@gdamore
2006-05-25Add flash device support.gdamore
2006-05-25Add RBLE bit to flash enable.gdamore
2006-05-17Move comment with caveats about this driver, and make it more prominent, asgdamore
2006-05-17Initial swag at flash device support. Only read/write supported, and onlygdamore
2006-05-15- include kauth.h for kauth_cred_geteuid.yamt
2006-05-15Fix typo in MIPS3_SR_EIE.simonb
2006-05-14integrate kauth.elad
2006-05-12Fix some comments.skrll
2006-05-11A zero mask means that the device should always be enabled.gdamore
2006-05-10Fix a bunch of cast lvalues.skrll
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-28G/c some ancient intrcnt code that isn't used anymore.simonb
2006-04-11The RTC and PCMCIA don't live at address 0 - restore the -1 addresssimonb
2006-04-10Fix some comment grammar nits.simonb
2006-04-07retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.mrg
2006-04-07Add unified AR531X_REVISION_WMAC.gdamore