summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti
2009-01-06- add and enable ipgphy(4) everywhere there's a stge(4) entry.Jasper Lievisse Adriaanse
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the d...Ted Unangst
2008-12-01terse is good, more readable; please commit deraadt@Todd T. Fries
2008-11-26Enable Bluetooth (btd and btctl are not hooked into the build yet)Uwe Stuehler
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-10-01Be more agressive in flusing the cache. In addition to flushing theMark Kettenis
2008-09-30Do not perform cache operations in vmapbuf(), pmap is supposed to do themMiod Vallat
2008-09-14Use one block mapping to map kernel text up to 4MB and another one for theMark Kettenis
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-09-06Fix comment to catch up with HPPA_PGALIAS change.Mark Kettenis
2008-08-24Correct eisa i/o ports layout structure, this has probably been brokenMiod Vallat
2008-08-22Set PIE address range to avoid or minimize mmap pressure due to limitedKurt Miller
2008-08-18Add stge(4) and gentbi(4).Mark Kettenis
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-23Do not rely on an <ichc>invisible cast</ichc> to return failure inMiod Vallat
2008-07-23So it turns outthe HP engineers changed the PA-RISC 2.0 architectureMark Kettenis
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-07-16Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead ofMiod Vallat
2008-07-14Be sure to propagate PSL_O in psw on PCXU* processors to userland processesMiod Vallat
2008-07-14Be sure to propagate PSL_O in psw on PCXU* processors to userland processesMiod Vallat
2008-07-02Enable FFS2.Brad Smith
2008-07-01add bio & bioctlTodd T. Fries
2008-06-27Clear swap encryption keys before dumping a kernel image.Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25Move .rodata 512KB further, since kernels will soon reach the address .rodataMiod Vallat
2008-06-14defininig NATIVE_EXEC_ELF is mandatory on ELF platforms.Miod Vallat
2008-06-12Enable /dev/video* for all USB capable archs. MAKEDEV bits will followMarcus Glocker
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-08alpha/conf/RAMDISKTheo de Raadt
2008-06-07Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4).Brad Smith
2008-05-28Enable hme(4). Reported to work by Stian Sletner.Mark Kettenis
2008-05-21ddb expects the kernel longjmp() to only take a single parameter and alwaysMiod Vallat
2008-05-19Change all remaining MD uses of MALLOC and FREE into proper malloc() andMiod Vallat
2008-05-14Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc andMiod Vallat
2008-04-27Add gecko(4), a driver for the GeckoBOA BC GSC+ port.Mark Kettenis
2008-04-27Move hppa to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser