summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2007-09-22Add kernel locking.Mark Kettenis
2007-09-22M_ZERO -> bzero.Kenneth R Westerback
2007-09-19On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionsMarc Aurele La France
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-10Missing $OpenBSD$ tag.Mark Kettenis
2007-09-10IPI implementation. Bits and pieces from NetBSD, but the interface has beenMark Kettenis
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-09Remove some more goo left over from sparc.Mark Kettenis
2007-09-09Make handled_intr_level per-cpu.Mark Kettenis
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
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-08use M_ZERO.Martin Reindl
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-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-08-25Real mutexes for sparc64. Some comments from henric@ and claudio@.Mark Kettenis
2007-08-25Print a bit more information in the safari interrupt handler. Get rid ofMark Kettenis
2007-08-25Fix printing of more than 2G of memory.Mark Kettenis
2007-08-25Real mutexes for sparc64. Some comments from henric@ and claudio@.Mark Kettenis
2007-08-21Remove two out-of-date comments.Mark Kettenis
2007-08-21Do not repeat device name in failure message printed during attachment.Mark Kettenis
2007-08-15Kernel stacks can live beyond EINTSTACK now.Mark Kettenis
2007-08-10Be more careful when asking for the next property. help and ok kettenis@.Federico G. Schwindt
2007-08-07Add "dma" and "ledma" as busses that potentially have the root device on them.Mark Kettenis
2007-08-04Enable CardBus bus support, and add ne(4).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-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-07-29Add support for bootpaths like /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0Mark Kettenis
2007-07-28Don't try to map interrupts that are already fully specified. Makes theMark 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-07-05Report actual faulting address (if we can) instead of the mmu tag word forMark Kettenis
2007-07-02allow pciide to attach to jmb as well as ahciDavid Gwynne
2007-07-02Add arc/jmb/ahci here as well.Jonathan Gray
2007-07-02enable jmb on all archs that support ahci, so jmicron boards will continueDavid Gwynne
2007-07-01Add gentbi(4).Mark Kettenis
2007-06-29sick of extra static messing up tracebacks; ok miodTheo de Raadt
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-20In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free().Miod Vallat
2007-06-18using same words in similar code sequences is goodTheo de Raadt
2007-06-18msg is already gauranteed to be NULLTheo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-14bzero the right thingTheo de Raadt