summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-11-05Add a NOMAN= stanzaMiod Vallat
2011-11-05Attempt to configure the interrupt controller and global timer on cortex-a9Dale Rahn
2011-11-05Initial drivers for Cortex A9 interrupt controller and global timer as clock.Dale Rahn
2011-11-02display AMD/extended (0x80000001) cpuid flags and remove theJonathan Gray
2011-11-01Drop support for the HP MMU. It was only found on two hp300 systems (modelsMiod Vallat
2011-11-01Rework disklabel handling to correctly support label spoofing, and thusMiod Vallat
2011-11-01Remove orphaned comments.Miod Vallat
2011-10-29Make sure we don't accidentally use ISA or EISA interrupt mappings on PCIMark Kettenis
2011-10-28Enable interrupts while processing off level interrupts. simplify codeDale Rahn
2011-10-28Ignore devices with irq 0 on mpcpci bus, the only devices seen thisDale Rahn
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-26Make this compile.Miod Vallat
2011-10-25Replace the naive 88110 tlb update code, which would always invalidate theMiod Vallat
2011-10-25Bring luna88k disklabel handling code in sync with sparc, except for theMiod Vallat
2011-10-24Introduce a pluggable interrupt controller infrastructure for beagle,Dale Rahn
2011-10-24The cgtwo control registers only support 16-bit accesses, and respond withMiod Vallat
2011-10-24Revert last change, reported increased stablility with the change wasDale Rahn
2011-10-23Remove comment; the question can be answerd affirmative. Fix a coding styleMark Kettenis
2011-10-22Comment out wsmux to save kernel text, since USB support is missing fromMiod Vallat
2011-10-22Do not run off level interrupts with external interrupts disabled asDale Rahn
2011-10-21Pile of diffs to improve beagle/panda status. fetching u-boot parametersDale Rahn
2011-10-21Add bounds checks for access to mp_busses.Mark Kettenis
2011-10-21Add bounds checks for access to mp_busses. Also make sure that we don'tMark Kettenis
2011-10-21Copy the DUID back and forth between the in-core label and the Motorola VIDMiod Vallat
2011-10-21Fix 1.43 to not bzero the in-core disklabel but really the UniOS disklabelMiod Vallat
2011-10-19API change to initarm to pass arguments from the bootloader thru to MDDale Rahn
2011-10-19Oh yeah, a cvs id is goodPhilip Guenthe
2011-10-17Change to use r8,r9,r10 instead of r0,r1,r2. This is necessary becauseDale Rahn
2011-10-17Add which is incomplete, but needs love.Dale Rahn
2011-10-17Rules to build bsd.rd and bsd.umg, Should not be here, but until we getDale Rahn
2011-10-15"TLS-lite": add kernel support for a per-thread userspace pointer,Philip Guenthe
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-12Remove all MD diagnostics in cpu_switchto(), and move them to MI code ifMiod Vallat
2011-10-10Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straightMiod Vallat
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-10add tlphy everywhere tl is enabledJonathan Gray
2011-10-09Pad the ECOFF output file to a 512 bytes boundary; older AViiON firmware willMiod Vallat
2011-10-09Cope with the recent pmap changes to prevent them from accidentally unmapMiod Vallat
2011-10-09Let BUS_DMA_COHERENT allocations return cache-inhibited pages.Miod Vallat
2011-10-09Finally fix the kernel mode apr to remove the forced write-through cacheMiod Vallat
2011-10-09Split the tlb invalidate routines into 88100 and 88110 specific routines, and...Miod Vallat
2011-10-09Correctly handle invalidate of partial cache lines, for the Nth time.Miod Vallat
2011-10-09Rework secondary processor initialization. cmmu initialization is nowMiod Vallat
2011-10-06ccd goes to the atticTheo de Raadt
2011-10-06An #ifdef without a #else in the middle of an indexed array is bad.Theo de Raadt
2011-10-04In the coming future, we are more likely to need ehci(4) than sk(4) orTheo de Raadt
2011-09-29Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect,Miod Vallat
2011-09-29Get size of struct disklabel for the sake of the assembly code with aMiod Vallat
2011-09-28Oops, do not do last minute edits before commit... Make the previous changeMiod Vallat