summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2007-01-20Do not panic on non-fatal iommu errors.Mark Kettenis
2007-01-16Remove unnecessary ampersands in ADR2CELL macro invocations;Marc Aurele La France
2007-01-16Really print iommu TFAR (instead of CTRL again).Mark Kettenis
2007-01-14Clear error bits in PCI command/status register before establishing PCI errorMark Kettenis
2007-01-14Provide a bit more diagnostic information in the PCI error handler.Mark Kettenis
2007-01-14Add macros to access Schizo's PCI config space.Mark Kettenis
2007-01-14Add another Tomatillo-specific register.Mark Kettenis
2007-01-13Print Schizo/Tomatillo version number.Mark Kettenis
2007-01-13Do not match on Expert3D and Expert3D-Lite cards, these will require aMiod Vallat
2007-01-12Get rid of some dead code.Mark Kettenis
2007-01-12According to the OpenSolaris sources, the DTO bits are really MMU bit.Mark Kettenis
2007-01-12Do not force the section header to SHT_NOBITS for non-symbol sections;Miod Vallat
2007-01-12Move kernel virtual address space to make sure it doesn't overlap withMark Kettenis
2007-01-09Adjust for USIII to RIO EBus renaming.Mark Kettenis
2007-01-07The associativity of the cache is already taken into account forMark Kettenis
2007-01-07Print out mask set revision.Mark Kettenis
2007-01-06Remove bogus code for flushing 32-bit tlb entries. This makes it possible toMark Kettenis
2007-01-06Use VM_MAX_KERNEL_ADDRESS instead of KERNEND in pmap_growkernel().Mark Kettenis
2007-01-04Remove some unreachable code.Mark Kettenis
2007-01-03Fix mbg comment: time base -> radio clocks.Marc Balmer
2006-12-30Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism.Claudio Jeker
2006-12-30Save pcb in dumppcb when dumping core.Mark Kettenis
2006-12-29Give the UltraSPARC-III its own version of dcache_flush_page(). Fixes problemsMark Kettenis
2006-12-27Patch a few more D-cache flush instructions on UltraSPARC-III.Mark Kettenis
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-24Check for want_resched when processing AST and nowhere else. But then, whenMiod Vallat
2006-12-24change schizo/psycho interrupts to be xname:what instead of ugly namesTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-23On UltraSPARC-III, patch some crucial D-cache flush instructions, andMark Kettenis
2006-12-23Provide sparc64-specific DT_XXX constant.Mark Kettenis
2006-12-18Activate mbg(4).Marc Balmer
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod Vallat
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-14Add defines for several SPARC-V9 implementations.Mark Kettenis
2006-12-12Fix typo in comment.Mark Kettenis
2006-12-12Use appropriate macros to decode IGN.Mark Kettenis
2006-12-09Do not make sun terminal emulation selected by the wsemul_sun frame bufferMiod Vallat
2006-12-03Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it appliesMiod Vallat
2006-12-02On frame buffers which endianness differs from the host CPU, we can not affordMiod Vallat
2006-12-02Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to beMiod Vallat
2006-12-02Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr.Miod Vallat
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28rename scsibus_attach_args to scsi_attach_args. this can help avoidDavid Gwynne
2006-11-26enable mpiDavid Gwynne
2006-11-25add commented out entries for gem@sbusBrad Smith
2006-11-19In sigreturn, report the correct error if copyin() fails; spotted byMiod Vallat
2006-11-14fix a comment (wording from mark)Jasper Lievisse Adriaanse
2006-10-27Add a few UltraSPARC-III ASI's.Mark Kettenis