summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
AgeCommit message (Expand)Author
2004-01-12Use __insn_barrier() to prevent the compiler reordering splx/splraisescw
2003-12-19Correct masks for PCIXSR decompositiongavan
2003-12-16The PIRSR is at location 0xffffe1ec, not 0xffffe2ec.gavan
2003-12-12Add a default case to avoid an uninitialized variable warning.thorpej
2003-12-08Scoot the SDRAM controller's mapping forward to the next 1MB boundaryscw
2003-12-08Add support for picking up the size of SDRAM by reading the memoryscw
2003-12-08Oops, map PCI memory space at VA 0xf8000000 instead of in the middlescw
2003-12-03As per the recent ixp425 fix (which is based on this code):scw
2003-12-03In the interrupt dispatch loop, make sure to handle any pending interruptsscw
2003-11-16 - Remove ixpsip_bs_tag (ixp425_sip_io.c). It just duplicated some ofscw
2003-11-05Enable/Restore alignment fault state on interrupt handler entry/exit.scw
2003-11-02It makes more sense to map the expansion bus registers in ixpsipscw
2003-11-02Add generic read/write region 1 ops.scw
2003-10-31"bogus pin" -> "bogus device" in last change.thorpej
2003-10-30Stop some (bogus) gcc unitialized variable warning.matt
2003-10-30Fix (real) uninitialized error. (Someone familiar with this should seematt
2003-10-28uninitialized variable.chs
2003-10-23Map the expansion bus registers.scw
2003-10-23Add a few more register definitions.scw
2003-10-23Use pmap_enter() instead of pmap_kenter_pa() as the former automaticallyscw
2003-10-08Ok, I give up for now. There's no easy/reliable way to deal withscw
2003-10-08Simplify the last change to just check for spurious GPIO interrupts.scw
2003-10-08If no interrupt handler claims to have dealt with a level-triggeredscw
2003-10-08Make it easier to support different types of IXP425 board:scw
2003-10-06Add support for the i80312 and i80321 I2C controllers.thorpej
2003-10-06Make sure to pass mod/ref seeds with PMAP_WIRED.thorpej
2003-10-06Make sure to pass mod/ref seeds with PMAP_WIRED.thorpej
2003-10-03avoid compile error with GCC3, and add some comments.bsh
2003-09-25add comment and delete unused definitionichiro
2003-09-25pci bus supportichiro
2003-09-21Fix GCC 3.3.1 nits.matt
2003-08-07make this compile again. (arm32_bus_dma_tag._cookie)bsh
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-07fix dont reset register when every interrupt.ichiro
2003-07-28Add PBIU register bits.thorpej
2003-07-27Fix think'o in last. Pointed out by Izumi Tsutsui.thorpej
2003-07-26Flesh out inittodr() and resettodr().thorpej
2003-07-23$Id$ -> $NetBSD$bsh
2003-07-15__KERNEL_RCSID()lukem
2003-07-05gcc 3.2 complained about the missing __volatile and extra tokens after #endif.dogcow
2003-07-02add sdram configration registerichiro
2003-07-02use struct pmap_devmapichiro
2003-07-02backout to recent changes w/o lwp changesichiro
2003-06-30PCI-X requires that that devices updated their PCIXSR on everythorpej
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *ichiro
2003-06-18enable BTUARTbsh
2003-06-17make this compile again:bsh
2003-06-17white space nit.bsh
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej