summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/include
AgeCommit message (Expand)Author
2015-12-24More adress -> addressmmcc
2015-09-19intr_barrier(9) for armJonathan Gray
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-06-24Make ARM_KERNEL_BASE explicitely unsignedMiod Vallat
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2011-11-14use include properlyTheo de Raadt
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-09-20Late spring cleaning of the arm code for old dusty bits we do not want toMiod Vallat
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-04-28- enable fenvMartynas Venckus
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-11-28Remove unused CONF_HAVE_xxx defines, arm conf.c really only cares aboutMiod Vallat
2010-11-20Remove unnecessary empty <machine/psl.h> files on arm-based platforms.Miod Vallat
2010-06-07Break pxaudc into xscale and MD pieces so that palm and zaurus can correctlyDale Rahn
2010-04-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2010-02-02Add rcs id'sKevin Lo
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-09-03pxa2x0_mmc.c: allow passing detect GPIO from platformMarek Vasut
2009-04-08Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and renameMark Kettenis
2008-11-25rename zaurus_reg.h to machine_reg and rename some of the internal fieldsDale Rahn
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-21Remove <machine/elf_abi.h> on platforms which have it. Nothing in the treeMiod Vallat
2008-01-03Move zaurus to __HAVE_TIMECOUNTER.Mark Kettenis
2007-12-05include files which are used by userland cannot include other files..Theo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15Dummy mutex code for arm platforms. ok drahn@ deraadt@Miod Vallat
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler
2006-10-02One <arm/exec.h> to bind them all.Miod Vallat
2006-07-12Orphaned stuff.Miod Vallat
2006-06-04Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguousMiod Vallat
2006-05-31Ding dong, __NEWINTR is deadMiod Vallat
2006-05-30Not necessary here either.Miod Vallat
2006-05-26<machine/rtc.h> is really only footbridge-specific, so, after pruning it fromMiod Vallat
2006-05-26No md math.h in OpenBSDMiod Vallat
2006-05-22move VM_NFREELIST out of ifdef kernel for nowTheo de Raadt
2006-05-20No need to define two page freelists since we'll only populate one; testedMiod Vallat
2006-03-12remove splimp.Brad Smith
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-27Instead of using options to configure code, use machine header filesDale Rahn
2005-12-14Remove useless crap that was there from the beginning. One particularUwe Stuehler
2005-12-01fix #endif crudTheo de Raadt