summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-04-04Add input routines to the i2s layer to support future Zaurus audio input.Christopher Pascoe
2006-04-04Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOsChristopher Pascoe
2006-04-04Abort any DMA that is in progress before changing the DMA completion handler,Christopher Pascoe
2006-04-04Configure the I2S controller's GPIOs, not than the USB's.Christopher Pascoe
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-03-12remove splimp.Brad Smith
2006-03-07Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask.Uwe Stuehler
2006-03-07Add the proper constant to replace a magic interrupt number.Uwe Stuehler
2006-03-07Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us.Miod Vallat
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-04Do not deliver SIGBUS twice.Miod Vallat
2006-02-14Kill unused __HAVE_MINIMAL_EMULMiod Vallat
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-01-17Upon halt, invoke resettodr() on arm platforms, unless we have been sittingMiod Vallat
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-31Search for the devices to attach to mainbus, not hardcoded. ok miod@Dale Rahn
2005-12-31whitespace cleanup.Dale Rahn
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-27Instead of using options to configure code, use machine header filesDale Rahn
2005-12-27print real memory in MB as well as KB, also remove unused ifdef code.Dale Rahn
2005-12-22Fully implemented microtime() operation.Dale Rahn
2005-12-22typoTheo de Raadt
2005-12-22do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, itTheo de Raadt
2005-12-22actual step X-# instead of rev # for pxa270Theo de Raadt
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-22remove another debug messageTheo de Raadt
2005-12-22silence setperf codeTheo de Raadt
2005-12-21sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend.Theo de Raadt
2005-12-20volatile variable for looping; ok drahnTheo de Raadt
2005-12-20Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus,Dale Rahn
2005-12-20switch to using clock4 instead of clock0 so that we get clocks when runningDale Rahn
2005-12-18Don't include cdefs.h if _LOCORE is defined and hide some more definesTodd C. Miller
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-16Return EINVAL in process_sstep() as this is not implemented on arm yet;Miod Vallat
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-14Don't hard-code card present and number of socket bits in the PCMCIA busUwe Stuehler
2005-12-13It would seem that some cards do not get reset correctly if RESET isUwe Stuehler
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-05- Run only the necessary code to transition from one speed to another.Uwe Stuehler
2005-12-02add registers for 4 new clocksTheo de Raadt