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