summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-101-0/+1
* Implement handling of the third argument of cpu_switch(). This unbreaksmarius2010-01-302-40/+50
* - Zero the MSI/MSI-X queue argument, otherwise mtx_init(9) can panicmarius2010-01-271-3/+3
* Merge r202882 from amd64/i386:marius2010-01-231-69/+104
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-191-9/+0
* Add epic(4) also here.marius2010-01-181-0/+1
* When setting up MSIs with a filter ensure that the event queue interruptmarius2010-01-101-2/+10
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245.marius2010-01-102-0/+217
* - According to OpenSolaris it's sufficient to align the MSIs of amarius2010-01-101-52/+95
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Enable ste(4). ste(4) should work on all architectures.yongari2010-01-081-1/+1
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()marius2010-01-031-0/+1
* - Demapping unused kernel TLB slots has proven to work reliably so movemarius2010-01-021-11/+3
* - Preserve the PROM IOMMU in order to allow OFW drivers to continue tomarius2010-01-024-4/+25
* Fix botches in r201005:marius2010-01-011-4/+4
* - Remove a redundant variable and an unnecessary cast.marius2009-12-291-6/+5
* - Prefer i and j over i and n for temporary integer variables.marius2009-12-292-111/+120
* Account for firmware versions which include the CDMA interrupts inmarius2009-12-281-19/+32
* Add a driver for the `Fire' JBus to PCIe bridges found in at leastmarius2009-12-273-0/+3224
* Style changesmarius2009-12-251-3/+3
* - Take advantage of bus_{read,write}_*(9).marius2009-12-251-3/+1
* - Hook up the default implementations of the MSI/MSI-X pcib_if methodsmarius2009-12-251-2/+39
* Merge from amd64/i386:marius2009-12-245-3/+67
* Add missing locking in intr_bind().marius2009-12-241-2/+8
* - Don't check for a valid interrupt controller on every interruptmarius2009-12-241-2/+3
* - By re-arranging the code in OF_decode_addr() somewhat and acceptingmarius2009-12-231-33/+33
* Style changes.marius2009-12-231-14/+12
* - Add support for the IOMMUs of Fire JBus to PCIe and Oberon Uranusmarius2009-12-233-43/+166
* Fix whitespace according to style(9).marius2009-12-231-29/+29
* - Add quirk handling for ALi M5229, mainly setting the magic "forcemarius2009-12-231-3/+24
* - Sort the prototypes.marius2009-12-231-24/+23
* Add structures for OFW MSI/MSI-X support. These are identical formarius2009-12-231-0/+25
* Don't probe the bq4802 variant found in Ultra 25 and 45 for now asmarius2009-12-231-4/+9
* Don't use an out register to hold the vector number across the callmarius2009-12-231-11/+11
* Calculate the average CPU clock frequency and export that throughmarcel2009-12-231-0/+14
* - Correct an off-by-one error when calculating the end of a childmarius2009-12-221-2/+2
* - Add support for the JBus to EBus bridges which hang off of nexus(4)marius2009-12-221-104/+309
* - Add macros for the states of the interrupt clear registers.marius2009-12-221-2/+6
* Make these constants unsigned which is more appropriate.marius2009-12-221-9/+9
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-2210-11/+25
* Add missing module dependency information.marius2009-12-211-0/+1
* Provide and consume missing module dependency information.marius2009-12-215-1/+6
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* Add additional checks of the kernel stack addresses in order tomarius2009-12-081-3/+11
* Add <machine/pcb.h> missed in r199135.marius2009-12-071-0/+1
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-6/+3
* Unroll copying of the registers in {g,s}et_mcontext() and limit itmarius2009-11-171-6/+56
OpenPOWER on IntegriCloud