summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-24Revert the addition of the blanking code - it will corrupt displays after longMiod Vallat
2003-06-23no need to check nintr late in the code... it's verified pretty earlyJason Wright
2003-06-23Remove some debugging cruft.Jason Wright
2003-06-23Split the stp driver into its core, and md attachment routines, and provideMiod Vallat
2003-06-20Screen blanker routine for Creator, adapted from the X11 sunffb driver code.Miod Vallat
2003-06-18When reporting unknown sbus hardware, also report the hardware class (audio,Miod Vallat
2003-06-17Extend the sunfb structure to take care of the PROM cursor positionMiod Vallat
2003-06-16Nuke a few more data and code superseded by the fb api.Miod Vallat
2003-06-16Adapt to the fbxxx() API.Miod Vallat
2003-06-16Provide the same fbxxx() api as on sparc, in order to factorize more codeMiod Vallat
2003-06-12There is no sense in calling one function when you really wantHenric Jungheim
2003-06-11It is important not to forget "membar(MemIssue)". Got missedHenric Jungheim
2003-06-11Much of the sbus, psycho, and schizo bus_dma code is the same, so let'sHenric Jungheim
2003-06-11The "min" and "max" functions cast to "u_int", which can lead to surprisingHenric Jungheim
2003-06-04The IIi/e chips have a DMA sync register that we have been ignoring. ThisHenric Jungheim
2003-06-03nuke clause 3 & 4 (with henric's permission)Jason Wright
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02remove clause 3 & 4 (with fgsch permission as well)Jason Wright
2003-06-02nuke terms 3 & 4Jason Wright
2003-06-02Do not map psycho-only interrupts on sabres. Reading from undefinedHenric Jungheim
2003-05-30Fix interrupt mapping for psycho's PBM B. This should make interruptsHenric Jungheim
2003-05-26Make sure to do the keyboard layout selection dance before wskbd_cnattach()Miod Vallat
2003-05-22Fix comment: IOTTE_PAMASK is 42..13 not 42..12Jason Wright
2003-05-22There's an off-by-one in the diagnostic code that can cause grief,Henric Jungheim
2003-05-16move the interrupt idle stuff to the generic intr_establish functionJason Wright
2003-05-16The sparc64 proms do not map all interrupt vectors. Instead ofHenric Jungheim
2003-05-13The sab driver sometimes gets out of sync with the hardware. This canHenric Jungheim
2003-05-12use new display typesJason Wright
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-11nuke debugging stuffJason Wright
2003-05-11get the offset of the config space correct, now to figure out why the rtc is ...Jason Wright
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-03-27- Add support for the *CURS* ioctls (requires mapping the DAC registersJason Wright
2003-03-27no sbus in hereJason Wright
2003-03-25Clear interrupts (set to IDLE) as they are established.Jason Wright
2003-03-09When a sparc machine is running with serial console, the zskbd probe wouldMiod Vallat
2003-03-06The existing IOMMU code had a rounding problem that was most noticeableHenric Jungheim
2003-03-05Some typos prevented STCs from being detected and the size of theHenric Jungheim
2003-02-22don't use home grown timeval comparison when timercmp() is available; pointed...Jason Wright
2003-02-22rearrange allocations and such so that this actually attaches (still panicsJason Wright
2003-02-21Print the pa not ldxa(pa)Jason Wright
2003-02-21- kill several unnecessary static'sJason Wright
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-10unneeded defnsJason Wright
2003-01-13Don't use a global variable to determine which pci_conf* function to call,Jason Wright
2002-12-25Initialize color palette from rasops settings (from sparc) rather thanMiod Vallat
2002-12-22Do not attempt to select keyboard layout until it has been determined fromMiod Vallat
2002-12-10Register as the "std" wscons device, not "sun". This is consistent with otherMiod Vallat