summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
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
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-08-28Driver for Acer Labs M5455 integrated sound found on recent Ultra workstations.Mike Belopuhov
2008-08-24many more devices for the RAMDISKTheo de Raadt
2008-08-18Add sparc_bus_addr function for schizo to allow CardBus to work.Brad Smith
2008-08-17Scale down cpu_clockrate[1] when we scale down the cpu clock frequency suchMark Kettenis
2008-08-17Garbage collect stupid delay loop.Mark Kettenis
2008-08-13Initial stab at a driver for the integrated random number generator of theMark Kettenis
2008-08-11Only print iotdb stuff when DEBUG.Mark Kettenis
2008-08-11Allow mapping mmio regions that are not page aligned.Mark Kettenis
2008-08-11Add hw.cupspeed cupport for all CPU types.Mark Kettenis
2008-08-11Minimal apmvar.h such that we can enable apm(8) and apmd(8) on sparc64.Mark Kettenis
2008-08-11Add hw.setperf support for UltraSPARC-IIe support.Mark Kettenis
2008-08-10Use the STICK logic on UltraSPARC-IIe to generate clock interrupts.Mark Kettenis
2008-08-10Add hypervisor calls for the sun4v random number generator interface.Mark Kettenis
2008-08-09Add prom_set_sun4v_api_version().Mark Kettenis
2008-08-09Fix counting of shared (PCI) interrupts. Remove some useless debug codeMark Kettenis
2008-08-07Use %sys_tick to generate clock interrupts on systems that have it.Mark Kettenis
2008-08-07Give each CPU its own `struct intrhand' for %tick interrupts. Fixes aMark Kettenis
2008-07-30Add ath(4).Brad Smith
2008-07-29Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), basedMiod Vallat
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-27Increase the size of the TSB on large memory machines. This make buildingMark Kettenis
2008-07-25Work around a problem on the t5120 where top(1) would lock up the system forMark Kettenis
2008-07-25Switch to a temporary stack early on such that we don't lose if the stackMark Kettenis
2008-07-23Clear correctable errors after handling them. From Bjorn Andersson.Mark Kettenis
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-21Implement the cpu_yield hypervisor call. Use it in the idle loop forArtur Grabowski
2008-07-21IPL_NONE doesn't really exist. The corresponding bit in theMark Kettenis