summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2004-09-14always map the io spaceMichael Shalayeff
2004-09-14do not print anything about btlb if there is noneMichael Shalayeff
2004-09-14better nkpdes calculation including pdes for io space now; move uvm_page_phys...Michael Shalayeff
2004-09-14higher max kmem default and mark swap brokenMichael Shalayeff
2004-09-14a few more funcsMichael Shalayeff
2004-08-30another card tat uses system promMichael Shalayeff
2004-08-29oops debugging printfMichael Shalayeff
2004-08-19there be usb dragonsMichael Shalayeff
2004-08-19commented out ahd (compiles but does not work)Michael Shalayeff
2004-08-14re-enable ahc on pci since mickey is missingTheo de Raadt
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-06support cardbus bridges and a few pcmcia devices i have workingMichael Shalayeff
2004-08-05keep at least a page in pv_entries pool and uppen the high markMichael Shalayeff
2004-08-01parse new hpux disklabelMichael Shalayeff
2004-08-01oops. cannot sleep on pool_getMichael Shalayeff
2004-07-26RegenMiod Vallat
2004-07-24better operated entities and quantities in raw functionsMichael Shalayeff
2004-07-21swapped byte swapping in raw vs non-raw funcs and missed swapping in rw8; fro...Michael Shalayeff
2004-07-21regenMichael Shalayeff
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-13more coherent intrs countingMichael Shalayeff
2004-07-13count soft intsMichael Shalayeff
2004-07-13#define __HAVE_PMAP_DIRECT and use it. requested by artTed Unangst
2004-07-10files.hpux is now in a {m68k,hppa} subdirTheo de Raadt
2004-07-02fill out error info into ret* regs upon failed syscall returnMichael Shalayeff
2004-07-01have separate insn and data cache all-flushersMichael Shalayeff
2004-07-01disabled USE_HPT option (experimental right now)Michael Shalayeff
2004-06-30use evconuts for device interrupts countingMichael Shalayeff
2004-06-30allow forced fpu emulation through a sysctlMichael Shalayeff
2004-06-30fix a panic msgMichael Shalayeff
2004-06-30only touch bridge regs that we need now -- the rest for the card-modeMichael Shalayeff
2004-06-30call handlers for higher priority first to avoid needless recursionMichael Shalayeff
2004-06-28live happy w/ generic byte swapping macrosMichael Shalayeff
2004-06-28do not cast explicitly to unsigned; found by otto@Michael Shalayeff
2004-06-27for a syscall trapframe print out the number and a few argsMichael Shalayeff
2004-06-17betterer swapdevMichael Shalayeff
2004-06-17reset both irr's; put a barrier upon imr reset such that icr is reset properl...Michael Shalayeff
2004-06-17fix coalescing config writes errataMichael Shalayeff
2004-06-17ldcw does a store tooMichael Shalayeff
2004-06-17use local var copy of frame->tf_iir everywhere and fix one panicMichael Shalayeff
2004-06-16handle zero division for userland as well; from otto@Michael Shalayeff
2004-06-14de-__PTheo de Raadt
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-11better name for power thread (for power users only)Michael Shalayeff
2004-06-10Generate SIGTRAP for breakpoint instructions.Mark Kettenis
2004-06-09rename POOLPAGE macros to pmap_map_directTed Unangst
2004-06-08always create a stack frame in cpu_switch() and put a stubMichael Shalayeff
2004-06-02fix for broken cpp in gcc3Michael Shalayeff
2004-05-27hppa pmap needs to use old pool allocator for now.Ted Unangst