summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2008-12-31Fix typo.Mark Kettenis
2008-12-31Add some Logical Domain Channel hypervisor calls.Mark Kettenis
2008-12-30Add cbus(4), a virtual bus for devices that use logical domain channels asMark Kettenis
2008-12-30Implement the mach_desc hypervisor call.Mark Kettenis
2008-12-30Pass down bus_dma tag.Mark Kettenis
2008-12-30Make _bus_dmamem_map(9) work. This function wasn't actually used until now,Mark Kettenis
2008-12-30Add domain state related PROM calls.Mark Kettenis
2008-12-30Add domain state services hypervisor calls.Mark Kettenis
2008-12-29Give ifb its own display type (be sure to make includes before rebuildingMiod Vallat
2008-12-29Move ifb identification to its own routine. We can not simply have the ifbMiod Vallat
2008-12-29Low-hanging fruit: while the blitter is still an untamed beast, implementMiod Vallat
2008-12-28Use acceleated operations for copycols, too.Miod Vallat
2008-12-28Make blitter ``go the other way'' when scrolling down.Mark Kettenis
2008-12-28Add ifb(4).Mark Kettenis
2008-12-27It turns out that parasites are caused by (some) pixel writes with theMiod Vallat
2008-12-27Use hardware acceleration for scrolling and make sure we only use the low bitMark Kettenis
2008-12-27Sync the sparc64 fb* api with the recent changes done on sparc.Miod Vallat
2008-12-27Make sure we pick the right PCI BARs on Expert3D cards (which have an extraMark Kettenis
2008-12-22We never actually rely on storing %fp in tf_global[0] for clockframes. SoMark Kettenis
2008-12-22If we ever get an interrupt from userland with %otherwin set, we have a seriousMark Kettenis
2008-12-21Make the "machine xir" ddb command work on machines with pyro(4).Mark Kettenis
2008-12-19Add missing #ifdef DDB around prototyupe.Mark Kettenis
2008-12-16Make the "machine xir" ddb command work on machines with TomatilloMark Kettenis
2008-12-15Make the "machine xir" ddb command work on machines with uperf(4) on ebus(4).Mark Kettenis
2008-12-14Implement a "machine xir" ddb command, making it possible to send anMark Kettenis
2008-12-13Properly restore PSTATE_IE when returning from send_softint().Mark Kettenis
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the d...Ted Unangst
2008-12-01terse is good, more readable; please commit deraadt@Todd T. Fries
2008-11-29Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from hisRay Lai
2008-11-26Enable Bluetooth (btd and btctl are not hooked into the build yet)Uwe Stuehler
2008-11-26Sparc64 still only has 64 virtual address bits and not 65.Claudio Jeker
2008-11-25Fix dmesg ugliness caused by not printing iotdb stuff.Mark Kettenis
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-11-24Only schedule a soft interrupt if the device has been opened (and sc_ttyMark Kettenis
2008-11-22The last parts of cpu_unidle. i386, amd64 and sparc64Artur Grabowski
2008-11-10Use the correct sizeof for the _ca.Artur Grabowski
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-23add mos(4) to the most relevant config filesTheo de Raadt
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-12Make vcons(4) interrupt driven.Mark Kettenis
2008-10-12Add interrupt support.Mark Kettenis
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-10-05Add missing argument to printf.Mark Kettenis
2008-10-01Revert last commit. It didn't really help and we fixed X11 instead.Mark Kettenis
2008-09-30Do not perform cache operations in vmapbuf(), pmap is supposed to do themMiod Vallat
2008-09-29jme(4) works on sparc64; ok jsgTheo de Raadt
2008-09-23One more uninitialized local. Yawn.Miod Vallat