summaryrefslogtreecommitdiff
path: root/sys/arch/cobalt/include
AgeCommit message (Expand)Author
2004-01-07Pass some info from the boot loader to the kernel:cdi
2003-10-08Overhaul MBR handling (part 1):lukem
2003-09-12Use common mips generic software interrupt routines.tsutsui
2003-09-12Protect against multiple inclusion.tsutsui
2003-09-12TAB/space cleanup.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-25Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting offcdi
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
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-17Merge the nathanw_sa branch.thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-06-05Simplify include files that just include <mips/locore.h>.simonb
2002-05-15Let machine-dependent code specify how to enumerate the bus.thorpej
2002-03-17Make sure that private DMA flags don't overlap with standard DMA flags;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
2002-01-13Implement pci_intr_disestablish().augustss
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-09-09Clean up and standardise across MIPS ports.simonb
2001-09-04Standardise the format of MIPS' <machine/db_machdep.h>.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-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-06-08For ports that wire up pciide in compatibility mode, havesimonb
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-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-08-22Add spllock(). See spl(9) for details.thorpej
2000-08-21Make sure we provide splsched() as described in spl(9).thorpej
2000-06-30raise MSIZE from 128 to 256.itojun
2000-06-28Whitespace.soren
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-06Add rnd(4) glue for the MIPS3 cycle counter.soren
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-05-27The datap argument to the write_{multi,region} calls is const.soren
2000-05-27Protect against multiple inclusion.soren