Age | Commit message (Expand) | Author |
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-15 | don't define _LP64 here. | Brad Smith |
2003-06-13 | no more "option _LP64". | Brad Smith |
2003-06-13 | em fits | Theo de Raadt |
2003-06-12 | There is no sense in calling one function when you really want | Henric Jungheim |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt |
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-10 | - rip out support for a.out and 32-bit kernels | Brad Smith |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-06 | There is no point in flushing the data cache all the time. It just creates | Henric Jungheim |
2003-06-04 | The IIi/e chips have a DMA sync register that we have been ignoring. This | Henric Jungheim |
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt |
2003-06-03 | Play it safe - when invalidating the tsb, only touch the tag and | Artur Grabowski |
2003-06-03 | What is it up with you sparc64 people. Do you like sitting on critical | Theo de Raadt |
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 | one more... nuke clause 3 & 4 | Jason Wright |
2003-06-02 | nuke terms 3 & 4 | Jason Wright |
2003-06-02 | add length checks on bus_dmamap_load_uio() on the total length vs. what the | Jason Wright |
2003-06-02 | Do not map psycho-only interrupts on sabres. Reading from undefined | Henric Jungheim |
2003-06-01 | initialize minaddr before calling uvm_km_suballoc. | Artur Grabowski |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
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-23 | remove old swapgeneric.c's | Ted Unangst |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and mic... | Ted Unangst |
2003-05-23 | For some reason, gcc seems to assume that if an inline assembly statement | Henric Jungheim |
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-18 | The attach routine works better when it doesn't try to write to a | Henric Jungheim |
2003-05-17 | Fix disassembly of certain branch instructions. | Marcus Watts |
2003-05-17 | No need to duplicate TLB_ defines manually with TTE_ defines. | Artur Grabowski |
2003-05-17 | HORRID_III_HACK disables D$ and I$, and with this, the ramdisk | Marcus Watts |
2003-05-17 | All sun ultrasparcs have 8192 contexts. | Marcus Watts |
2003-05-17 | remove more ifdefs. Kill the VIS instruction pmap_{copy,zero}_page. | Artur Grabowski |
2003-05-17 | Get rid of lots of hairy ifdefs that we'll most likely never use. | Artur Grabowski |
2003-05-17 | nuke intrhand, it isn't used and it overloads ih_next incorrectly... grr | Jason Wright |
2003-05-16 | fix up interrupt code (ie, actually deref the ih_clr ptr correctly) | Jason Wright |
2003-05-16 | Clean up low-level sparc register access wrappers. Specify clobbers for | 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-16 | removed INTRLIST (always do this) | Marcus Watts |