summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Collapse)Author
2003-08-07do not treat traps from the syscall gate page as user codeMichael Shalayeff
2003-08-05a180c blinks too, 715/80 supposedly tooMichael Shalayeff
2003-08-05support for shared interrupts as required by isa/eisa/pci. remove a gsckbc ↵Michael Shalayeff
kludge; miod@ testing
2003-08-04make 'em all unsignedMichael Shalayeff
2003-08-03oopsMichael Shalayeff
2003-08-03prefer fdc to fdce for cache flushing hereMichael Shalayeff
2003-08-03clear branch and nullify bits in psw on sending a signalMichael Shalayeff
2003-07-30an absolute cure for an inherited arrhythmia w/ uninitialized variableMichael Shalayeff
2003-07-30kill sample device mappings as not really usefulMichael Shalayeff
2003-07-30deduce the leds address from the model number and thus make some more use of ↵Michael Shalayeff
that lichtenblinkenschmutz on some more machinens
2003-07-30give those leds some hasteMichael Shalayeff
2003-07-29load_raw did not set all the needed fields in the dmamap.Michael Shalayeff
make sure to allocate dmamem in one segment. do not allocate extra va for dmamem allocated -- just reuse the already there equ mapping of pa and thus implement the dmamem_free as a pglist free.
2003-07-26on syscall exit restore old cpl if there is a need; move call for softints ↵Michael Shalayeff
processing towards after that
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
ok deraadt@
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
ok millert@
2003-07-16only match int-eg on gecko sgc cardsMichael Shalayeff
2003-07-15hptmask goes away as a register and frees one tmp crMichael Shalayeff
2003-07-15model and revision were swappedplaces in the structMichael Shalayeff
2003-07-15more dmamap_load_* functions stolen from other places and de-registerMichael Shalayeff
2003-07-11fix some displays;Jason McIntyre
2003-06-23strange things happen if we ack latched lasi ints on older machinesMichael Shalayeff
2003-06-19ack all unmasked cpu interrupts here to cancel effect of device probing ↵Michael Shalayeff
activities
2003-06-17typosJean-Francois Brousseau
ok jmc@
2003-06-12cannot ever use purge() since dmaed memory is not necessarily aligned alwaysMichael Shalayeff
2003-06-08snprintf needed here.Miod Vallat
2003-06-06- section reorderJason McIntyre
- new sentence, new line - some macro fixes
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02regenMichael Shalayeff
2003-06-02a few 8.7k modelsMichael Shalayeff
2003-06-02nuke clause 3 & 4Jason Wright
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
2003-05-27regenMichael Shalayeff
2003-05-27inject a precisionbook keymap under us|machdepMichael Shalayeff
2003-05-25regenMichael Shalayeff
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 ↵Ted Unangst
mickey.
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
match and attach then
2003-05-19Put required delays between reading DSTAT and SSTAT0 registers. Add new onesKenneth R Westerback
where required and modify existing ones to use a consistant delay(25). From NetBSD with minor mods. ok mickey@.
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
as the fpu regs can be used by the gcc even for non-fpu means and data copying. rearrange the sigcontext a bit to include only the general registers that are needed restoring upon return and thus less waste of space and make up some space for the fpu regs. ALL software that used the signal context on the stack needs at least rebuilding now. a new snap has bin built as well.
2003-05-14Fix uninitialized variable.Miod Vallat
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
move chrtoblk and blktochr into MI code. tested on several archs and ok deraadt@
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-07double semicolon in local var declMichael Shalayeff