summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
AgeCommit message (Expand)Author
2014-10-08remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.cJonathan Gray
2014-08-30Fix format strings in STIDEBUG code.Miod Vallat
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-13One missing boot -> prsignal(initprocess) conversionMiod Vallat
2014-07-12reboot(9): Shutdown system by signaling init(8) from kernel where appropriateMasao Uebayashi
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)Masao Uebayashi
2014-04-08Less <uvm/uvm.h>Martin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-02-08Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove theTheo de Raadt
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2012-02-25Fix a bad case of htole64() being used instead of htole32() when setting upMiod Vallat
2011-09-19%b format strings take the value before the bitname string, not the otherMiod Vallat
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
2011-05-01Fix counting of interrupts for devices that attach to elroy(4). SharedMark Kettenis
2011-04-23Stop calling shared interrupt handlers as soon as one of them return 1Mark Kettenis
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-01-23Spinning up secondary CPUs on an MP kernel results in PDC output on theJoel Sing
2011-01-09Check in resettodr() if inittodr() has been called, otherwise we end upJasper Lievisse Adriaanse
2011-01-05- remove unused headers wrapped in #if defined(DDB)Jasper Lievisse Adriaanse
2011-01-02Make need_resched() call cpu_unidle() such that we wake up a process running onMark Kettenis
2011-01-01Move setting cpu_hzticks to the clock initialization function, likeJasper Lievisse Adriaanse
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
2010-12-30Implement cpu_unidle() for MP kernels.Joel Sing
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-09-22remove unused offset argument to rbus functionsJonathan Gray
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-01ANSIfyMark Kettenis
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-26Allow processes to be scheduled onto secondary CPUs.Joel Sing
2010-06-03Rename ci_spinup_stack to ci_stack and use it as the stack for both CPUJoel Sing
2010-05-24Add missing prototypesTheo de Raadt
2010-05-21Add support for IPIs on hppa.Joel Sing
2010-05-19Spin up secondary CPUs on hppa multiprocessor kernels. At this stage weJoel Sing
2010-05-06Ansify functions and use "clock" rather than the CPU name for clockJoel Sing
2010-04-29Currently pdc_scanbus() scans in reverse, which results in physical CPU0Joel Sing
2010-04-29Store hardware timer information per CPU.Joel Sing
2010-04-27Don't use cast expressions as lvalues; gcc4 complains about them. And gcc3Mark Kettenis
2010-04-20cleanup more confusion regarding user.h before proc.h, or missing proc.hTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-01Avoid null pointer dereference. Pointed out by Nick Hudson; variant on hisMark Kettenis
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-03-28Allow a multiprocessor kernel to compile.Joel Sing
2010-01-01Map the device registers before using them. We were lucky that some otherMark Kettenis
2009-12-29Move hppa to a "cpu0 at mainbus0" configuration, rather than knocking CPUsJoel Sing