Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-06 | support cardbus bridges and a few pcmcia devices i have working | Michael Shalayeff | |
2004-07-24 | better operated entities and quantities in raw functions | Michael Shalayeff | |
2004-07-21 | swapped byte swapping in raw vs non-raw funcs and missed swapping in rw8; ↵ | Michael Shalayeff | |
from jkunz@ pr3861 | |||
2004-06-30 | only touch bridge regs that we need now -- the rest for the card-mode | Michael Shalayeff | |
2004-06-17 | reset both irr's; put a barrier upon imr reset such that icr is reset ↵ | Michael Shalayeff | |
properly and do it once | |||
2004-06-17 | fix coalescing config writes errata | Michael Shalayeff | |
2004-06-11 | better name for power thread (for power users only) | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | clarify n4k systems, from weissmanndude | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | fix old typo | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | guess some from different funky lists found in google, intial guess by ↵ | Michael Shalayeff | |
weissmanndude | |||
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | cleanup and guess some models based on descriptions | Michael Shalayeff | |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff | |
2004-03-20 | add the rest of the oosiop machines for timeout programming except for /99s ↵ | Michael Shalayeff | |
which i ain't sure even exist | |||
2004-03-17 | Otto@ confirms 715/50 needs the viper timeout kluge to be really happy. | Miod Vallat | |
2004-03-17 | Tweak the viper control register: | Miod Vallat | |
- do not enable EISA bus grant until we really attach eisa devices; - on some machines, booting from disk would hang in either "mem0" or "cpu0" probe. Tinkering eventually pointed out that setting a non-zero non-rachitic value for the viper's bus error timeout would help. Right now, this kluge will only be enabled by default on a known list of affected machines (which may grow over time...), and device attachment flags allow users to try the other behaviour if necessary. Discussed and crafted with mickey@, "it's gross" deraadt@ | |||
2004-02-13 | support secondary com@dino from todd@ | Michael Shalayeff | |
2003-12-23 | unscrew the 16bit routines w/ a proper data reg calculation | Michael Shalayeff | |
2003-12-22 | make sure to run probe only once per device w/ grumpy testing | Michael Shalayeff | |
2003-12-20 | Pass -Wformat, fix a few uninitialized variables as well. | Miod Vallat | |
2003-12-17 | figure out the used prom size in probe() and pass that into attach that will ↵ | Michael Shalayeff | |
map rom proper instead of a fixed size that is not enough in a generic case | |||
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 | |