summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/dev
AgeCommit message (Expand)Author
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-25Another uvm_km_valloc(9) -> km_alloc(9) conversion.Mark Kettenis
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
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-08-07Bring over ssio(4) from hppa for proper serial console support.Mark Kettenis
2011-07-04Finish ansification.Mark Kettenis
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-07Sync apic code from hppa.Joel Sing
2011-04-07Initial interrupt handling implementation for hppa64.Joel Sing
2011-04-06Sync cpu_match() and cpu_hardclock() with hppa.Joel Sing
2011-01-09Check in resettodr() if inittodr() has been called, otherwise we end upJasper Lievisse Adriaanse
2011-01-02Only store bus/dev/func numbers when the corresponding pointer argumentJasper Lievisse Adriaanse
2011-01-02- move resettodr and inittodr to clock.c, like the other clock related functionsJasper Lievisse Adriaanse
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-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-24Switch hppa64 to timecounters.Mark Kettenis
2010-07-24Convert PCI addresses to proper 64-bit physical addresses.Mark Kettenis
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-01Add missing function prototypes.Joel Sing
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-05-24sync to hppa: Add missing prototypesTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-30bzero pci attach argsMark Kettenis
2008-04-27replace ctob/btoc by ptoa/atopMartin Reindl
2008-04-20Sync with hppa code.Mark Kettenis
2008-04-20Bring over astro(4) from hppa, to replace pluto(4).Mark Kettenis
2008-04-20Sync console handling with hppa port:Mark Kettenis
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-09-22M_ZERO -> bzero.Kenneth R Westerback
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2005-11-28use atop(), remove last traces of Mach macros from hppa and hppa64Martin Reindl
2005-05-22fix dmesg printMichael Shalayeff