summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Uncomment sk(4) as it's now working.yongari2006-04-271-1/+1
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowdelphij2006-04-241-2/+2
* Set the rid for any resource obtained from rman_reserve_resource.imp2006-04-204-1/+4
* Remove sab(4).marcel2006-04-191-2/+0
* - Since critical sections no longer raise the processor interrupt level tomarius2006-04-172-38/+46
* For USIII CPUs the type of the trap caused by peeking/poking non-existentmarius2006-04-041-7/+5
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* - s,tramoline,trampoline, in a comment.marius2006-04-032-10/+22
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-1/+1
* Add scc(4).marcel2006-03-301-2/+2
* - We only lock the local per-CPU page in the local dTLB, so accessing themarius2006-03-291-5/+17
* Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (usedmarius2006-03-291-0/+16
* - Add a comment describing why tick_init() is called before cninit().marius2006-03-281-1/+6
* - Move the check for too high HZ values from tick_init() to tick_start()marius2006-03-281-7/+12
* Add convenience macros for the full register set and use them to replacemarius2006-03-282-23/+74
* Sync with the other archs and declare the memory location referenced bymarius2006-03-281-4/+4
* Fix a c/p error.brueffer2006-02-281-1/+1
* - Don't bother traversing trap frames in stack_save(). This fixes panicsmarius2006-02-192-4/+34
* Add system call auditing support for sparc64.rwatson2006-02-181-0/+3
* For E250 and E450 enable the watchdog part of the MK48Txx as it justmarius2006-02-151-1/+19
* Fix the hw.realmem sysctl. The global realmem variable is a count ofjhb2006-02-141-1/+1
* CPU time accounting speedup (step 2)phk2006-02-111-9/+1
* Simplify system time accounting for profiling.phk2006-02-081-6/+4
* Modify the way we account for CPU time spent (step 1)phk2006-02-072-1/+18
* Hook up le(4) to the build. For now it's only added to the sparc64 GENERICmarius2006-01-311-2/+2
* o lsi64854_enet_intr():marius2006-01-312-32/+31
* 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
OpenPOWER on IntegriCloud