summaryrefslogtreecommitdiff
path: root/sys/arch/newsmips/include
AgeCommit message (Expand)Author
2003-10-25Switch to use MI mk48txx(4) and todr(9) for MK48T02 todclocks on newsmips.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-05-25Remove __BROKEN_CONFIG_UNIT_USAGE.tsutsui
2003-05-25Add MI softintr(9) support with common mips/softintr.c.tsutsui
2003-05-10- Prepare common structures for interrupt handler and share them betweentsutsui
2003-05-09- Define and use struct hb_attach_args rather than struct confargstsutsui
2003-04-26- Declare common functions in cpu.htsutsui
2003-04-26- Move some common declarations into z8530var.h.tsutsui
2003-03-22Fix a grammatical nit.simonb
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-09make ca_name of struct confargs constjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-08-05Use a __HAVE_BOOTINFO_H define to check for bootinfo support instead ofsimonb
2002-07-11do not install apbus.h, apcall.h, romcall.hjdolecek
2002-06-05Simplify include files that just include <mips/locore.h>.simonb
2002-04-13Add some ioctl() definitions to eject floppy.tsutsui
2002-04-13Rename halt() -> rom_halt(), and declare it in romcall.h.tsutsui
2002-03-17Make sure that private DMA flags don't overlap with standard DMA flags;simonb
2002-03-05Provide a L2 cache configuration function.simonb
2002-02-28Use "#define<tab>".simonb
2002-02-27- define other DEV_ constants that the local port uses.christos
2002-02-26Purge CLSIZE, CLSIZELOG2 and MCLOFSET.simonb
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-09-20bootloader requires systype values so changetsutsui
2001-09-16Wrap some declarations with #ifdef _KERNEL and #ifndef _LOCORE .tsutsui
2001-09-09Clean up and standardise across MIPS ports.simonb
2001-09-04Standardise the format of MIPS' <machine/db_machdep.h>.simonb
2001-09-04Remove comment duplicated in <mips/bsd-aout.h>.simonb
2001-09-04Clean up.simonb
2001-09-04May as well include <mips/cpuregs.h> in <mips/cpu.h> once rather thansimonb
2001-09-04Centralise struct cpu_info declaration and related info to <mips/cpu.h>.simonb
2001-08-31Remove an unneeded comment; ``sync'' with other "just include <mips/foo.h>"simonb
2001-08-31G/C the unused kernel-only CLK_TCK #define.simonb
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-05-30use _KERNEL_OPTmrg
2001-04-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-07Add the BUS_DMA_STREAMING flag.thorpej
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2000-12-03Make this stuff compile with -wstrict-prototpes -wmissing-prototypes.matt