summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
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
2006-10-25Make sure we actually flush the I-TLB on UltraSPARC-III by doing it fromMark Kettenis
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-09-28uath(4) works, kind of, sometimes...Theo de Raadt
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27add pgt(4) and acx(4), work in progress.Brad Smith
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-22Dump memory above 4GB correctly.Miod Vallat
2006-09-01Standardize on EFBIG in bus_dmamap_load* if caller is too greedy; I hadMiod Vallat
2006-08-31Fix handling of 64-bit quantities in Open Firmware's client interface.Mark Kettenis
2006-08-30we can fit ehci & pci verbose. Much nicer.Theo de Raadt
2006-08-29XXX when we find vgapci devices on a USIII machine, fail to matchTheo de Raadt
2006-08-27Enable HORRID_III_HACK, but make sure we only disable the data cache onMark Kettenis
2006-08-27Use the correct IGN for the B side of schizo. Makes interrupts actually workMark Kettenis
2006-08-18add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming)Jason Wright