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