summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
AgeCommit message (Collapse)Author
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize ↵Michael Shalayeff
define that was not really true; plus tested by otto@ and miod@
2003-12-12typoTheo de Raadt
2003-12-01same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.deMichael Shalayeff
2003-10-31pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-30typos and grammer from Bruno Rohee <bruno@rohee.com>Michael Shalayeff
2003-10-15less global name space pollutionMichael Shalayeff
2003-10-15regenMichael Shalayeff
2003-10-15one more modelMichael Shalayeff
2003-10-05reload the itmr as soon as we get the intr to avoid lagging on slower machinesMichael Shalayeff
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-29dino/cujo pci bridgeMichael Shalayeff
2003-09-25j2x0 do not like our fiddling over th led port; testing by pb@Michael 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-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-20handle power button (on 712 for now)Michael Shalayeff
2003-08-20regenMichael Shalayeff
2003-08-20tornado is really a 7200/pcxt'; from weissmanndudeMichael Shalayeff
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-11wax mongooseMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-08-05a180c blinks too, 715/80 supposedly tooMichael 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-16only match int-eg on gecko sgc cardsMichael Shalayeff
2003-06-02regenMichael Shalayeff
2003-06-02a few 8.7k modelsMichael Shalayeff
2003-05-25regenMichael Shalayeff
2003-05-25typoMichael 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-19dig internal EG prom addressMichael Shalayeff
2003-05-14Fix uninitialized variable.Miod Vallat
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-07double memsize as there might be prom as wellMichael 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-07enable viper touching again.Michael Shalayeff
change the bitfield struct into just a word and a bunch of defines and define the _BITS. only program those that revision is 0 since otherwise it seems to comatize the perhaps not so viper other ones (even on the same hpa).
2003-04-07do not limit the kmem to just the physmemMichael Shalayeff
2003-04-07this makes wax interruptMichael Shalayeff
2003-04-03make it at least scan the busMichael Shalayeff
2003-03-29allow attaching onto phantomas. check graphics id to seed out the medusa ↵Michael Shalayeff
fddi. fix some debugging printfs