summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Collapse)Author
2003-10-05a few more devices to come later (commented out now)Michael Shalayeff
2003-10-05reload the itmr as soon as we get the intr to avoid lagging on slower machinesMichael Shalayeff
2003-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
- indent examples, and put descriptions before rather than after them. ok mickey@
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
nice CAVEAT, BTW.
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me...
2003-09-29ahc seems to work, some more phys and sync generic/ramdiskMichael Shalayeff
2003-09-29dino/cujo pci bridgeMichael Shalayeff
2003-09-29dino/cujo pci bridgeMichael Shalayeff
2003-09-28sti1 could be at phantomas tooMichael Shalayeff
2003-09-26regenMichael Shalayeff
2003-09-26dmamap_syncing the loaded mbufs is whacky trip per physaddrsMichael Shalayeff
2003-09-26typos in tlb stats vars' exportMichael Shalayeff
2003-09-25j2x0 do not like our fiddling over th led port; testing by pb@Michael Shalayeff
2003-09-25some pcxl2 do not report fpus -- assume it's thereMichael Shalayeff
2003-09-25provide a function to enable accel io on pcxl2 and use it on the fbMichael Shalayeff
2003-09-25define pcxl2's mioc regs and devise l2 cache size on pcxl2 from thereMichael Shalayeff
2003-09-25a copule more regs present on pcxl2Michael Shalayeff
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK
2003-09-04a better cpu identification; testing by miodMichael Shalayeff
2003-08-31pdc_model needs to be visible from cpu.cMiod Vallat
2003-08-28b180 wink-winkMichael Shalayeff
2003-08-22regenMichael Shalayeff
2003-08-22rework cpu identificationMichael Shalayeff
2003-08-21better guess on dual-card (not dual-head cards) rom adress guessing; miod@ ↵Michael Shalayeff
testing
2003-08-21regenMichael Shalayeff
2003-08-21a bunch of better descriptions and missing board names from weissmanndudeMichael Shalayeff
2003-08-20regenMichael Shalayeff
2003-08-20be consistant w/ machdep.c on cpu names as suggested by paul weissmannMichael Shalayeff
2003-08-20devise the power reg address as hpa for the power device and thus avoid ↵Michael Shalayeff
manual offset printing. add some code for interrupt-driven power-fail
2003-08-20support systems where power service is available from pdc and implement a ↵Michael Shalayeff
cold hook as well thus do not powerleash lasi should we have cold_hook already set
2003-08-20allow powerless kernelsMichael Shalayeff
2003-08-20do not attach coms at harmony but gsc now; commented out siop@mainbusMichael Shalayeff
2003-08-20handle power button (on 712 for now)Michael Shalayeff
2003-08-20print hv for unconfigured devices as wellMichael Shalayeff
2003-08-20regenMichael Shalayeff
2003-08-20tornado is really a 7200/pcxt'; from weissmanndudeMichael Shalayeff
2003-08-20mfcpu_t appears to be more useful as mfcpu it seemsMichael Shalayeff
2003-08-20missing nl in debugging prontfMichael Shalayeff
2003-08-15bitneaks anonymous randomisationMichael Shalayeff
2003-08-14better comment on the new comsMichael Shalayeff
2003-08-14attach those funky teleshare ttysMichael Shalayeff
2003-08-14attach at teleshare serial ports as well. need dsp microcode for a ↵Michael Shalayeff
functional mudem now
2003-08-11during probe there is no need to map the whole hpa space. only rom is ↵Michael Shalayeff
needed. also do not map too much of rom
2003-08-11a few strict protosMichael Shalayeff
2003-08-11wax mongooseMichael Shalayeff
2003-08-07missed one wrt intr_establishMichael Shalayeff
2003-08-07dead protoMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-08-07first allocate space on stack then copyout signal shits. add a DEBUG check ↵Michael Shalayeff
for a whacky user pc (as impossible due to the recent trap.c change)
2003-08-07be more careful when loading trap_tmp_save and a bit better sigcodeMichael Shalayeff