summaryrefslogtreecommitdiff
path: root/sys/arch/arm26
AgeCommit message (Expand)Author
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-21Merge ast() and userret() between arm32 and arm26. The implementation usedbjh21
2001-12-21Ensure that podulebus gets attached after unixbp, since it needs to knowbjh21
2001-12-20Fix a couple of obvious bugs in new code:bjh21
2001-12-20Remove a couple of outdated comments: arm26 kernels now use APCS-32, sobjh21
2001-12-20* Share a common vector page between arm26 and arm32.thorpej
2001-12-19Delete MACHINE_ARCH assignment.thorpej
2001-12-16Report a display type of WSDISPLAY_TYPE_VIDC, since we'll probably sharebjh21
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-12MKfoo=no -> NOfootv
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-12-03Kill BBBB. boot26 has been working fine for months now.bjh21
2001-12-03Make the slightly absurd case of not having keyboard _or_ mouse configuredbjh21
2001-12-03Make it possible to build a kernel with either mouse or keyboard supportbjh21
2001-12-03Disable interrupts for podule loaders from C rather than assembler, since thebjh21
2001-12-01Slight tweak to AST handling logic -- on return from ast_handler(),bjh21
2001-11-29Add "options FLASHYTHING", which causes IPL changes to trigger screen borderbjh21
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-25Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we didthorpej
2001-11-23No longer need <machine/undefined.h>.thorpej
2001-11-23Use <arm/undefined.h> instead of <machine/undefined.h>.thorpej
2001-11-23No longer need <machine/pte.h>.thorpej
2001-11-23No longer need <machine/cpufunc.h>thorpej
2001-11-23all -> realall, so that "make dependall" works correctly.bjh21
2001-11-23Instead of checking for previous usage, just append to some makeatatat
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-22Add 26-bit and 32-bit types.h files, which indicate the programmingthorpej
2001-11-20cleanup:lukem
2001-11-18Remove printf from pmap_clear_modify; it triggers too often.bjh21
2001-11-18Several changes (sorry!):bjh21
2001-11-16Don't bother setting lint flags. arm26 doesn't pass lint anyway, so we maybjh21
2001-11-16Use the exciting new MI kernel building machinery on arm26.bjh21
2001-11-16db_interface.c:bjh21
2001-11-16Include <uvm/uvm_extern.h> for pagemove() prototype.bjh21
2001-11-16Add a prototype for pmap_dump(). Since this function is only called frombjh21
2001-11-16Include <sys/sysctl.h> for cpu_sysctl() prototype.bjh21
2001-11-16Fix names of bus_space_copy_region_1() and bus_space_copy_region_2().bjh21
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-14Work around <bsd.lib.mk> used for kernel libs in other places. Clean uptv
2001-11-13The wsmux pseudo device does not need a count anymore.augustss
2001-11-09Bump the version numbers of all bootloaders which use loadfile_elfXX() nowscw
2001-11-09Add some rudimentary support for ELF symbols in DDB on the ARM ports.thorpej
2001-11-07Small debugging improvements.bjh21
2001-11-07Detect overruns before reading any data. This makes overruns easier tobjh21
2001-11-07Lose options GATEWAY.bjh21
2001-10-31Define BOOT_ELF32. Don't define ELFSIZE.bjh21
2001-10-31Add loadfile_machdep.h, which has been missing since I committed boot26.bjh21
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-24We set MACHINE_ARCH to "arm" on arm26 now.bjh21
2001-10-23Set MACHINE_ARCH explicitly in Makefiles for which it is constant.thorpej