Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-16 | only 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-12 | typo | Theo de Raadt | |
2003-12-01 | same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.de | Michael Shalayeff | |
2003-10-31 | pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.de | Michael Shalayeff | |
2003-10-30 | typos and grammer from Bruno Rohee <bruno@rohee.com> | Michael Shalayeff | |
2003-10-15 | less global name space pollution | Michael Shalayeff | |
2003-10-15 | regen | Michael Shalayeff | |
2003-10-15 | one more model | Michael Shalayeff | |
2003-10-05 | reload the itmr as soon as we get the intr to avoid lagging on slower machines | Michael Shalayeff | |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod 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-29 | dino/cujo pci bridge | Michael Shalayeff | |
2003-09-25 | j2x0 do not like our fiddling over th led port; testing by pb@ | Michael Shalayeff | |
2003-09-25 | provide a function to enable accel io on pcxl2 and use it on the fb | Michael Shalayeff | |
2003-09-25 | define pcxl2's mioc regs and devise l2 cache size on pcxl2 from there | Michael Shalayeff | |
2003-08-28 | b180 wink-wink | Michael Shalayeff | |
2003-08-22 | regen | Michael Shalayeff | |
2003-08-22 | rework cpu identification | Michael Shalayeff | |
2003-08-21 | better guess on dual-card (not dual-head cards) rom adress guessing; miod@ ↵ | Michael Shalayeff | |
testing | |||
2003-08-21 | regen | Michael Shalayeff | |
2003-08-21 | a bunch of better descriptions and missing board names from weissmanndude | Michael Shalayeff | |
2003-08-20 | regen | Michael Shalayeff | |
2003-08-20 | be consistant w/ machdep.c on cpu names as suggested by paul weissmann | Michael Shalayeff | |
2003-08-20 | devise 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-20 | support 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-20 | handle power button (on 712 for now) | Michael Shalayeff | |
2003-08-20 | regen | Michael Shalayeff | |
2003-08-20 | tornado is really a 7200/pcxt'; from weissmanndude | Michael Shalayeff | |
2003-08-11 | during 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-11 | wax mongoose | Michael Shalayeff | |
2003-08-07 | make all intr_establish take the same last arg for name | Michael Shalayeff | |
2003-08-05 | a180c blinks too, 715/80 supposedly too | Michael Shalayeff | |
2003-07-30 | deduce the leds address from the model number and thus make some more use of ↵ | Michael Shalayeff | |
that lichtenblinkenschmutz on some more machinens | |||
2003-07-16 | only match int-eg on gecko sgc cards | Michael Shalayeff | |
2003-06-02 | regen | Michael Shalayeff | |
2003-06-02 | a few 8.7k models | Michael Shalayeff | |
2003-05-25 | regen | Michael Shalayeff | |
2003-05-25 | typo | Michael Shalayeff | |
2003-05-20 | create a devine routine for devising the holy rom address and use it in both ↵ | Michael Shalayeff | |
match and attach then | |||
2003-05-19 | dig internal EG prom address | Michael Shalayeff | |
2003-05-14 | Fix uninitialized variable. | Miod Vallat | |
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-05-07 | double memsize as there might be prom as well | Michael Shalayeff | |
2003-04-08 | just wate that debug altogether | Michael Shalayeff | |
2003-04-08 | Make dmesg prettier if attachment fails and no option DEBUG | Miod Vallat | |
2003-04-07 | oops | Michael Shalayeff | |
2003-04-07 | enable 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-07 | do not limit the kmem to just the physmem | Michael Shalayeff | |
2003-04-07 | this makes wax interrupt | Michael Shalayeff | |
2003-04-03 | make it at least scan the bus | Michael Shalayeff | |
2003-03-29 | allow attaching onto phantomas. check graphics id to seed out the medusa ↵ | Michael Shalayeff | |
fddi. fix some debugging printfs |