summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Collapse)Author
1999-07-07typoMichael Shalayeff
1999-06-30do not allocate pv_entries for the block-mapped areaMichael Shalayeff
1999-06-29do not enable eisa by ourselves, better viper size printMichael Shalayeff
1999-06-24fix cpu_switch panicMichael Shalayeff
1999-06-24manualy assign structuresMichael Shalayeff
1999-06-23fdc's irq is 20Michael Shalayeff
1999-06-23regenMichael Shalayeff
1999-06-22add TI tokenring card id (gecko)Michael Shalayeff
1999-06-22sprintf unknown device's id numbers in hexMichael Shalayeff
1999-06-22once it proved itself to work on everything we can get to, bump a version to ↵Michael Shalayeff
1/2 (;
1999-06-22this change somehow escaped the fpregs commitMichael Shalayeff
1999-06-22do the trace cmdMichael Shalayeff
1999-06-22allow stack tracing up to the very bottom of the stack; also tabs vs spacesMichael Shalayeff
1999-06-22why underscore if we have dollarsMichael Shalayeff
1999-06-22all kinds of tricks w/ gcc flagsMichael Shalayeff
1999-06-21unexpectedly working disasmMichael Shalayeff
1999-06-18do not include fpu regs into trapframe, according to theMichael Shalayeff
lazy fpu context switching it could be well saved into pcb. this brings trapframe to 256 bytes (including 5 spare words). adjust all the code to deal w/ moved fpu regs save area.
1999-06-18regenMichael Shalayeff
1999-06-18shortify names a littleMichael Shalayeff
1999-06-12hppa_init() now takes an argument from locore,Michael Shalayeff
meaning the start of available memory. cleanup machdep somewhat. fix vm_map.pmap vs vm_pmap isue; 10x art@
1999-06-12cleanup leftoversMichael Shalayeff
1999-06-12allow LIF-less volumes labels to be grokedMichael Shalayeff
1999-06-12microtime() is moving to locore.SMichael Shalayeff
1999-06-12no need for vmspace.vm_pmapMichael Shalayeff
1999-06-12no need for vmmap_pmapMichael Shalayeff
1999-06-12allocate kernel stack in .bssMichael Shalayeff
fix vm_map.pmap vs vm_pmap issue; 10x art@ fix setrunqueue()'s DIAGNOSTIC section, also p_stat is a char p_md is a member, not a pointer.
1999-06-11fix pmap_remove_va() pasto, so it actually remove mappings (:Michael Shalayeff
map syscall gateway page in pmap_init() insert some debug printfs
1999-06-05export p_mdMichael Shalayeff
1999-06-01fixes for boot are in, kernel is more in sync nowMichael Shalayeff
1999-05-31typo; now we can 'set debug off' at 'boot>'Todd T. Fries
1999-05-28fix the makefile; i'm evilMichael Shalayeff
1999-05-23new swap stuffMichael Shalayeff
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-22fix f{d,i}cache wrt last cache lineMichael Shalayeff
1999-05-21s/globl/export/gMichael Shalayeff
1999-05-21group all theMD f;ags together, add interrupt recursion oneMichael Shalayeff
1999-05-21zero the fpu_curproc on proc exit, clarify the cpu_swapout()'s jobMichael Shalayeff
1999-05-21define fpu_curprocMichael Shalayeff
1999-05-21break bits, cleanupMichael Shalayeff
1999-05-21do lazy context switches for FPUMichael Shalayeff
fix break handling better context saving sequence some cleanup
1999-05-12mask wrong code in uvm out, also bump VM_MAX_KERNEL_ADDRESS up to the io spaceMichael Shalayeff
1999-05-12reuse niklas@'s disksubr.c, enhance for LIF handlingMichael Shalayeff
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known)
1999-05-06cleanupMichael Shalayeff
1999-05-06no lifvar.h anymoreMichael Shalayeff
1999-05-06needs machine/trap.hMichael Shalayeff
1999-05-06commentMichael Shalayeff
1999-05-06add lif_* prototypesMichael Shalayeff
1999-05-06make it compile w/o EXEC_DEBUGMichael Shalayeff
1999-05-05do dma_cachectl()Michael Shalayeff