summaryrefslogtreecommitdiff
path: root/sys/arch/mipsco
AgeCommit message (Expand)Author
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-15Revert back to invalidating cache during BUS_DMASYNC_POSTREAD instead ofwdk
2001-12-15Declare KGDB hook functions.wdk
2001-12-15Add bus_dmamap_sync for pre-read and pre-write case. This was previouslywdk
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-11-09Bump the version numbers of all bootloaders which use loadfile_elfXX() nowscw
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-23For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,thorpej
2001-10-05Use a single ldscript instead of separate scripts for either endianness;simonb
2001-09-28don't depend on other headers to include sys/proc.h for us.chs
2001-09-24va_{start,end} audit:wiz
2001-09-22objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it istv
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-15Remove unused externwdk
2001-09-15Add bus_dma hooks for ISA Bus.wdk
2001-09-15Add lpt devicewdk
2001-09-15bus_space_mmap support based on -arc implementationwdk
2001-09-15spllpt() for ISA Bus printer supportwdk
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
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-04Make this the same as the other MIPS ports; ok'd by Wayne Knowles.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-09-01Comment out bridge pseudo devices from ports that don'tatatat
2001-09-01Add bridge pseudo devices to GENERIC configsatatat
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-08-02Bump version numbers of all bootloaders that use loadfile/ELF, to account forbjh21
2001-07-26partiton -> partitionwiz
2001-07-22bcopy -> memcpywiz
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-07-08change b*() -> mem*()wdk
2001-06-30Add System V semaphore resource limits to each GENERIC file that has andarcy
2001-06-27Do a straight and simple cpu identification in cpu_attach().nisimura
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-30use _KERNEL_OPTmrg