summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Revert the part of rev. 1.3 which enabled the chaining of the DMA enginemarius2006-01-301-21/+1
* - Register the generic implementations for the device shutdown, suspendmarius2006-01-267-9/+22
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericjhb2006-01-201-35/+3
* Correct typos (s/OFERFLOW/OVERFLOW/).kris2006-01-163-4/+4
* - The inline asm in this file uses output operands before all inputmarius2006-01-121-5/+5
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-0/+1
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-062-10/+5
* Remove references to snd_vortex1(4).joel2006-01-041-1/+0
* Use the correct units when handling the hw.physmem tunable.scottl2006-01-011-0/+1
* MI changes:netchild2005-12-311-0/+8
* Uncomment ti(4) as it's now working.yongari2005-12-281-1/+1
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-223-17/+10
* Uncomment bge(4) as it's now working.yongari2005-12-221-1/+1
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-201-0/+1
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-3/+3
* Fix a bug introduced in rev. 1.5; for retrieving the device_t of themarius2005-12-121-2/+2
* style(9) nitsobrien2005-12-071-52/+52
* Add Sparc TLS relocation definitions.obrien2005-12-071-0/+24
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
* Use <sys/ktr.h> directly in .S files instead of exporting themarius2005-12-062-14/+2
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* - Move the declaration of struct upa_ranges and the UPA_RANGE_* macrosmarius2005-12-035-54/+36
* - Adhere style(9) (don't use function calls in initializers).marius2005-12-031-3/+5
* Remove unused sc_node from softc.marius2005-12-031-2/+0
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-035-29/+40
* - Register the PCI bus error interrupt handler according to which half ofmarius2005-12-031-26/+36
* - Improve the comment regarding the workaround for the E250 interrupt mapmarius2005-12-032-17/+31
* Remove superfluous bzero()'ing of the softc.marius2005-11-303-3/+0
* Remove superfluous inclusion of upa.h.marius2005-11-303-3/+0
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-273-9/+1
* - Add a workaround (change the interrupt map mask to compare the fullmarius2005-11-222-29/+30
* Some clean-up, style changes and changes that will reduce differencesmarius2005-11-223-247/+244
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-229-611/+334
* Turn PUC_FASTINTR back off on by default on sparc64 since it breaks withjhb2005-11-211-2/+0
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-212-1/+10
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-10/+0
* Uncomment em(4) as it's now working.yongari2005-11-091-1/+1
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-2/+0
* Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsjhb2005-11-032-0/+5
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-252-37/+44
* Remove "nodevice snd_es137x" as it is supported now.yongari2005-10-251-1/+0
* Fix compiling.davidxu2005-10-151-1/+1
* Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied fromkris2005-10-141-0/+8
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-142-24/+14
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+3
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-4/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+3
OpenPOWER on IntegriCloud