summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2003-05-25typoMichael Shalayeff
2003-05-25more thorough reset sequence; miod@ okMichael Shalayeff
2003-05-23remove old swapgeneric.c'sTed Unangst
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-22fix function name in the debugging printfMichael Shalayeff
2003-05-22imprecision in delay_init()Michael Shalayeff
2003-05-21when looping for more work in the interrupt handler also flush the cacheMichael Shalayeff
2003-05-20create a devine routine for devising the holy rom address and use it in both ...Michael Shalayeff
2003-05-19Put required delays between reading DSTAT and SSTAT0 registers. Add new onesKenneth R Westerback
2003-05-19dig internal EG prom addressMichael Shalayeff
2003-05-19say to skip the interactive part should the pdc say soMichael Shalayeff
2003-05-18save the fpu state for the signal handler. this is essentialMichael Shalayeff
2003-05-14Fix uninitialized variable.Miod Vallat
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-07double semicolon in local var declMichael Shalayeff
2003-05-07disable profiling for tlb fault handlersMichael Shalayeff
2003-05-07selecet pa-level and scheduling separatelyMichael Shalayeff
2003-05-07double memsize as there might be prom as wellMichael Shalayeff
2003-05-07exit stack is not used anymore. fpemu and emergency are fine w/ just a page p...Michael Shalayeff
2003-05-06allow programming dma block bus transaction length on 710 and set to 8 words ...Michael Shalayeff
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff
2003-04-30now that we use less memory we can push the boot a little higher (to help som...Michael Shalayeff
2003-04-30no need to twiddle here. it's twiddling elsewhere alreadyMichael Shalayeff
2003-04-30oops. fixed endif in a wrong placeMichael Shalayeff
2003-04-29some cleanup and redo ct as lf (just different dev type). saves some memoryMichael Shalayeff
2003-04-23be extra cautious in managing pv-entries for pages that are not managableMichael Shalayeff
2003-04-17new bootsMichael Shalayeff
2003-04-16better limits and clean out old consts and commentsMichael Shalayeff
2003-04-16half the uspace seems to be very much enoughMichael Shalayeff
2003-04-16clean some spaces and registers and other fluffMichael Shalayeff
2003-04-15rearrange devsw to place dk in the beginning. necessary glue hookups in cdbootMichael Shalayeff
2003-04-11always reread curproc and frame on return from the system callMichael Shalayeff
2003-04-11count traps and interruptsMichael Shalayeff
2003-04-10make all entry points of the same number of arguments and that greatly simpli...Michael Shalayeff
2003-04-08just wate that debug altogetherMichael Shalayeff
2003-04-08Make dmesg prettier if attachment fails and no option DEBUGMiod Vallat
2003-04-07oopsMichael Shalayeff
2003-04-07add mfcpu() and kill get_psw/set_psw that should not be used from the .c codeMichael Shalayeff
2003-04-07remove dead stuffMichael Shalayeff
2003-04-07enable viper touching again.Michael Shalayeff
2003-04-07do not limit the kmem to just the physmemMichael Shalayeff
2003-04-07only check for space mismatch when coming from user.Michael Shalayeff
2003-04-07properly recalculate spa-epa when it comes to per-pageMichael Shalayeff
2003-04-07move out non-gsc devices from the gsc sectionMichael Shalayeff
2003-04-07this makes wax interruptMichael Shalayeff
2003-04-07com1@waxMichael Shalayeff
2003-04-07s/HP9000/HP 9000/; from weissmanndudeMichael Shalayeff
2003-04-04lower the max kernel vm address since there might be proms right below the ioMichael Shalayeff
2003-04-04always flush on pre-ops. data flushed may involveMichael Shalayeff