summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2003-07-12almost full emulation of stq(a)/ldq(a):Jason Wright
2003-07-10unifdef -UNEW_FPSTATE in attempt to make it more clearJason Wright
2003-07-10small bit of cleaningJason Wright
2003-07-10- working emulation for POPC instructionJason Wright
2003-07-10more instructions in type 3, op=2Jason Wright
2003-07-09part of infrastructure to deal with emulated stqf/ldqf:Jason Wright
2003-07-09another instruction correction: STQDC -> STQFAJason Wright
2003-07-09corrections/filling of type 3 v9 instructionsJason Wright
2003-07-09add trap entries for LDQF/STQF alignment faults, but handle them asJason Wright
2003-07-09add a bunch more traps from the v9 specJason Wright
2003-07-09s/Tryap/TrapJason Wright
2003-07-02bump mktemp randomness from 6->10 X'sAnil Madhavapeddy
2003-06-28Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator,Miod Vallat
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
2003-06-25Let the stp driver use different bus_space_tag_t for its own device access,Miod Vallat
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-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