summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Revert r190105 so that removing options KDB but DDB or GDB beingmarius2009-03-201-0/+2
* Hook up the generic OFW pnpinfo string method.marius2009-03-195-0/+5
* Bring the implementation of the pnpinfo string function more inmarius2009-03-191-8/+6
* - As suggested by OpenSolaris use up-burst-sizes for determining themarius2009-03-192-45/+54
* Add device found in B100.marius2009-03-191-1/+2
* Sort include.marius2009-03-191-1/+1
* - Ensure we find no unexpected partner.marius2009-03-192-53/+60
* - Take advantage of KOBJMETHOD_END.marius2009-03-191-9/+13
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asmarius2009-03-192-15/+5
* - Remove the delay in cpu_mp_shutdown() which is no longer necessary sincemarius2009-03-191-12/+2
* There's no need to wrap kdb_enter() in #ifdef KDB as it's always available.marius2009-03-191-2/+0
* Take advantage of KOBJMETHOD_END.marius2009-03-192-2/+2
* Take advantage of KOBJMETHOD_END.marius2009-03-194-4/+4
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-191-1/+0
* - Sort device methods.marius2009-03-196-22/+22
* - Failing to register as interrupt controller during attach shouldn'tmarius2009-03-192-38/+41
* Add missing const.marius2009-03-181-5/+5
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* Uncomment txp(4), txp(4) should work on all architectures.yongari2009-03-121-1/+1
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-231-58/+5
* Add uslcom to the build too.thompsa2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.thompsa2009-02-151-5/+56
* Improve r185008 so the streaming cache is only flushed whenmarius2009-02-102-8/+11
* - Use the generally more appropriate PROM base rather than themarius2009-02-101-1/+1
* - Currently the PMAP code is laid out to let the kernel TSB cover themarius2009-01-013-2/+29
* - According to comments in OpenBSD, E{2,4}50 tend to have fragilemarius2008-12-221-28/+12
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-206-22/+27
* - Failing to register as interrupt controller during attach shouldn'tmarius2008-12-181-10/+35
* Make gpart the default partitioning class on all platforms.marcel2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-1513-261/+22
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.ed2008-12-021-1/+1
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-0/+1
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* - According to OpenSolaris, CDMA flushing/syncing for Tomatillosmarius2008-11-204-74/+218
* Use the interrupt level right below PIL_FAST for executing interruptmarius2008-11-192-10/+19
* - Allow the front-end to specify that iommu(4) should disablemarius2008-11-163-19/+25
* Use the spitfire VIS block copy/zero functions also with cheetah-marius2008-11-161-1/+7
* Micro-optimize spitfire_block_{copy,zero}():marius2008-11-161-9/+4
* - Turn off interrupts instead of only entering a critical sectionmarius2008-10-281-14/+10
* - In GCC 4.2 __builtin_frame_address() was fixed to include themarius2008-10-272-23/+11
* Enable mpt(4) as some later models have on-board Fusion-MPTmarius2008-10-111-3/+2
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-22/+1
* Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'marius2008-09-283-0/+1649
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-46/+47
* Use the STICK timers only when absolutely necessary, i.e. if a machinemarius2008-09-203-29/+33
* Clear any possibly pending PCI error bits left by the firmware. Thesemarius2008-09-182-64/+56
OpenPOWER on IntegriCloud