summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
AgeCommit message (Expand)Author
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-09Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels.Mark Kettenis
2007-09-09Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.cMark Kettenis
2007-09-09Make handled_intr_level per-cpu.Mark Kettenis
2007-09-08Add prom functions to start secondary CPUs.Mark Kettenis
2007-09-08Make the ast on sparc64 per-process instead of global. Necessary to makeMark Kettenis
2007-09-04UltraSPARC CPUs always have an on-chip FPU. There really is no need to haveMark Kettenis
2007-09-03Fix a few interrupt dispatch/receive register definitions.Mark Kettenis
2007-08-25Real mutexes for sparc64. Some comments from henric@ and claudio@.Mark Kettenis
2007-08-04rbus for sparc64Mark Kettenis
2007-08-04Add sparc_bus_addr member to struct sparc_bus_space_tag. This function mapsMark Kettenis
2007-08-04Add missing pci_intr_line() implementation.Mark Kettenis
2007-07-24Remove some goo for dealing with 32-bit cpu's.Mark Kettenis
2007-07-22Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.Mark Kettenis
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-05-29use the right capitalization for `SBus'Igor Sobrado
2007-05-28Maintaining a broken compatibility layer for a broken OS is not a productiveBob Beck
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-14Move want_resched into struct cpu_info.Mark Kettenis
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-02Move sparc64 to __HAVE_CPUINFO.Mark Kettenis
2007-05-02Fix typo. ok miod@.Tom Cosgrove
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-04-21Do a simple switch to VM_PAGE_MD. Just the path of least resistance for now,Artur Grabowski
2007-04-10Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY andMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10slighly -> slightlyMiod Vallat
2007-04-07Replace code that tries to find the boot device by pretending to walk theMark Kettenis
2007-04-01Shift tags when converting them into an address offset. Necessary to supportMark Kettenis
2007-03-20Remove unused ALIGN32 macro. It wouldn't work anyway, sinceDeanna Phillips
2007-03-16Timecounters for sparc64. The cleanest and easiest timecounterArtur Grabowski
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-03-13Add two more SFSR bits found on UltraSPARC-III cpus.Mark Kettenis
2007-03-13Implement proper atomic.h for sparc64.Artur Grabowski
2007-02-28SBus parallel port driver, from NetBSD but untested (no printer or cables);Miod Vallat
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
2007-01-12Move kernel virtual address space to make sure it doesn't overlap withMark Kettenis
2006-12-30Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism.Claudio Jeker
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-23Provide sparc64-specific DT_XXX constant.Mark Kettenis
2006-12-14Add defines for several SPARC-V9 implementations.Mark Kettenis