summaryrefslogtreecommitdiff
path: root/sys/arch/acorn32/include
AgeCommit message (Expand)Author
2004-01-01Correct entries for IRQ_NEVENT1 and IRQ_NEVENT2. They were both out by one.chris
2003-09-30New generic I2C framework. Supports bit-bang and "intelligent" I2Cthorpej
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-05-22Move KERNEL_VM_SIZE into the C files where its used.thorpej
2003-05-22Use virtual_avail and virtual_end to compute the size of the availablethorpej
2003-05-21Move KERNEL_VM_BASE inside where it is used (it won't be there for long).thorpej
2003-05-21Remove one last old pmap remnant.thorpej
2003-05-03Don't expose KERNEL_TEXT_BASE outside of board-specific code. This givesthorpej
2003-04-28Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmapthorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-02-08Add NEVENT1 and 2 as interrupt lines. Simtec docs for their 7500 boardchris
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-06Remove loadfile_machdep.h from being installedreinoud
2003-01-03Remove obsolete MACHINE_ARCH -> arm32thorpej
2002-12-29Update the NetBSD part for the bootloader change. Mostly the changes inreinoud
2002-12-28Add the loadfile_machdep.h as needed for native bootloadersreinoud
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-19make atomic_{set,clear}_bit() inline for arm32 ports, andbsh
2002-10-13It appears that MI code requires ci_cpuid to be the CPU number of the CPUbjh21
2002-10-12Remember the location of each CPU's idle PCB in struct cpu_info.bjh21
2002-10-12Move curpcb into struct cpu_info in MULTIPROCESSOR kernels.bjh21
2002-10-07Special locking primitives for use in Hydra kernels. These include a cachebjh21
2002-10-06Turn curcpu() into a macro.bjh21
2002-10-05Minimal changes to allow a kernel with "options MULTIPROCESSOR" to compilebjh21
2002-10-04Fixup IPL_LEVELS to be correct. This matches the change I did to footbridgechris
2002-09-14Back out previous; it breaks binary compatibility between platformsthorpej
2002-09-14Move some #defines out of _KERNEL.mycroft
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-04-19Complete renaming of opms to opms (was partly named pms, externally andwiz
2002-03-23* Change all uses of KERNEL_SPACE_START to KERNEL_BASE.thorpej
2002-03-23Define KERNEL_TEXT_BASE, APTE_BASE, and KERNEL_VM_BASE in termsthorpej
2002-03-23* Rename PROCESS_PAGE_TBLS_BASE -> PTE_BASEthorpej
2002-03-03Implement pmap_growkernel for arm32 based ports.chris
2002-02-28Use "#define<tab>".simonb
2002-02-27- define other DEV_ constants that the local port uses.christos
2002-02-17Add prototype for stray_irqhandler().bjh21
2002-02-12* For platforms which are already ELF, remove the definition ofthorpej
2002-02-11_important_ : the old BtRiscBSD compatibility has been put to rest... thisreinoud
2002-02-09We don't need to include "footbridge.h"reinoud
2002-01-06Acorn systems do not support the ISA bus; remove these files.thorpej
2001-12-20* Share a common vector page between arm26 and arm32.thorpej
2001-11-26Use <arm/arm32/psl.h> rather than <machine/psl.h>.thorpej
2001-11-26Delete <machine/psl.h> from the ARM ports. It's not a header thatthorpej
2001-11-25Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we didthorpej
2001-11-24Clean this up, don't install files that userland doens't need.thorpej
2001-11-24This is a Shark-specific file; don't need it here.thorpej
2001-11-24No need to install bootconfig.hthorpej