summaryrefslogtreecommitdiff
path: root/sys/arch/arm/footbridge
AgeCommit message (Expand)Author
2007-05-25'Proto type' -> 'Prototype' when discussing functions in comments.Kenneth R Westerback
2007-05-25Comment typos and tidying. From Diego Casati.Kenneth R Westerback
2007-05-15Dummy mutex code for arm platforms. ok drahn@ deraadt@Miod Vallat
2007-01-11do not report the clock frequencies on arm becuase there is noRobert Nagy
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-05-30Remove dead toes.Miod Vallat
2006-05-26<machine/rtc.h> is really only footbridge-specific, so, after pruning it fromMiod 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-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-09-22NEWINTR is not an option on OpenBSD.Dale Rahn
2005-05-26typo jfb@ didn't want to fixPedro Martelletto
2005-05-25Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler.Miod Vallat
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2004-12-30Silence resettodr() unless option DEBUG.Miod Vallat
2004-09-18hierarchy is spelled hierarchy, from Jonathan GrayTed Unangst
2004-09-16Remove remnants of dale's debugled() code, and quiet early boot process more.Miod Vallat
2004-08-18s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names)Dale Rahn
2004-08-17Improved interrupt counters for arm: no spaces in the names,Dale Rahn
2004-08-06Initial support for arm interrupt counters, more fixes to come. ok miod@Dale Rahn
2004-06-03prettyTheo de Raadt
2004-05-19de __P of sys/arch/arm.Dale Rahn
2004-02-23Remove boot warning about todclock not found it attached at dsrtc0.Dale Rahn
2004-02-15Remove inittodr line during boot, recommended deraadt@Dale Rahn
2004-02-14Enable statclock at 128/1024.Dale Rahn
2004-02-11Return ENOTTY on unhandled ioctls; ok drahn@Miod Vallat
2004-02-01Arm port, NetBSD codebase stripped down, 32bit only support.Dale Rahn