summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
AgeCommit message (Collapse)Author
2005-06-09it appears asp occupies more space than intially thought andMichael Shalayeff
audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a full 512m. found by Graham Gower <graham.gower@gmail.com> on 735 testing by miod@ on 715
2005-04-07regenMichael Shalayeff
2005-04-07fix a few board idsMichael Shalayeff
2005-04-0764bit-friendly pdc.h and iomod.h and correspondent changes elsewhereMichael Shalayeff
2005-03-17fix comment wrt previous changeMichael Shalayeff
2005-03-17add two more revs of romless cards; from netbsdMichael Shalayeff
2005-03-01only call eaio_l2() if kernel has support for pcxl2 compiled in; from ↵Michael Shalayeff
weissmanndude
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
attachment and interface, one screen-attached for the real work. The attachment code is now required to decide whether sti_end_attach() is run immediately, or as a startuphook. This allows hp300 to initialize sti early, and use it as a console; hppa is functionally unchanged, as it uses the PROM console until the root device is mounted.
2005-01-23Two sti(4) changes necessary for hp300:Miod Vallat
- specify which microcode bank (pa or m68k) to use at attachment time. - compensate for broken 8.02 m68k code which reports wrong frame buffer offset. ok mickey@
2004-12-28fix new line in dmesg print on 8k cpusMichael Shalayeff
2004-11-08Show in the dmesg as mongoose, to matche the manpage and kernel configurationMiod Vallat
file.
2004-11-08TypoMiod Vallat
2004-10-29Split mongoose and add a gscbus attachment, for the eisa slots in B series.Miod Vallat
This is still a work in progress. feedback and ok mickey@
2004-10-28wrong paste from lasiMichael Shalayeff
2004-10-26simplify cache print a bitMichael Shalayeff
2004-10-25same fix as for com_gsc wrt unmapped console portsMichael Shalayeff
2004-09-26do not match on astroMichael Shalayeff
2004-09-19turn totalphysmem into physmem and name old physmem into smth it really isMichael Shalayeff
2004-09-18do not match on elroy and mercury bridgesMichael Shalayeff
2004-09-15add pcxu tlb handlers and cpu probingMichael Shalayeff
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support
2004-09-15allocate resources for cardbus on demand; better version parsingMichael Shalayeff
2004-09-15regenMichael Shalayeff
2004-09-15fix j2240 nameMichael Shalayeff
2004-09-15scan cpu bus manually for some machines do not support that in promMichael Shalayeff
2004-09-15map both register spacesMichael Shalayeff
2004-09-15regenMichael Shalayeff
2004-09-15fix ioa entriesMichael Shalayeff
2004-09-14store fpu version for later use. make sure to proper store/clear fpu state ↵Michael Shalayeff
in fork/exec/exit/sendsig
2004-09-14do not print anything about btlb if there is noneMichael Shalayeff
2004-08-30another card tat uses system promMichael Shalayeff
2004-08-29oops debugging printfMichael Shalayeff
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@