summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
AgeCommit message (Collapse)Author
2004-08-06support cardbus bridges and a few pcmcia devices i have workingMichael Shalayeff
2004-07-24better operated entities and quantities in raw functionsMichael Shalayeff
2004-07-21swapped byte swapping in raw vs non-raw funcs and missed swapping in rw8; ↵Michael Shalayeff
from jkunz@ pr3861
2004-06-30only touch bridge regs that we need now -- the rest for the card-modeMichael Shalayeff
2004-06-17reset both irr's; put a barrier upon imr reset such that icr is reset ↵Michael Shalayeff
properly and do it once
2004-06-17fix coalescing config writes errataMichael Shalayeff
2004-06-11better name for power thread (for power users only)Michael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21clarify n4k systems, from weissmanndudeMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21fix old typoMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21guess some from different funky lists found in google, intial guess by ↵Michael Shalayeff
weissmanndude
2004-04-21regenMichael Shalayeff
2004-04-21cleanup and guess some models based on descriptionsMichael Shalayeff
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2004-03-20add the rest of the oosiop machines for timeout programming except for /99s ↵Michael Shalayeff
which i ain't sure even exist
2004-03-17Otto@ confirms 715/50 needs the viper timeout kluge to be really happy.Miod Vallat
2004-03-17Tweak 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-13support secondary com@dino from todd@Michael Shalayeff
2003-12-23unscrew the 16bit routines w/ a proper data reg calculationMichael Shalayeff
2003-12-22make sure to run probe only once per device w/ grumpy testingMichael Shalayeff
2003-12-20Pass -Wformat, fix a few uninitialized variables as well.Miod Vallat
2003-12-17figure 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-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