summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* Use an OBJT_PHYS object and thus PG_UNMANAGED pages to implement the TSB.alc2010-05-051-7/+1
* Add support for SPARC64 V (and where it already makes sense for othermarius2010-05-0212-27/+225
* Add a hack for SPARC64 V CPUs, which set some undocumented bits in themarius2010-05-021-2/+5
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-302-5/+11
* MFamd64/i386 r207205alc2010-04-291-6/+3
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Don't bother enabling interrupts before we're ready to handle them. Thismarius2010-04-265-30/+38
* Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but formarius2010-04-262-1/+15
* - Add a missing const.marius2010-04-261-1/+2
* Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250.marius2010-04-261-0/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-0/+21
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-0/+1
* Update for UltraSPARC-IV{,+} and SPARC64 V, VI, VII and VIIIfx CPUs.marius2010-04-111-2/+20
* Add missing copyright shebang.marius2010-04-101-1/+1
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andmarius2010-04-103-0/+1078
* Correct the DCR_IPE macro to refer to the right bit. Also improve themarius2010-04-101-2/+2
* Unlike the sun4v variant, the sun4u version of SUNW,set-trap-tablemarius2010-04-101-1/+2
* Do as the comment suggests and determine the bus space based on the lastmarius2010-04-101-8/+5
* - Try do deal gracefully with correctable ECC errors.marius2010-04-021-6/+52
* Use device_get_nameunit(9) rather than device_get_name(9) so one canmarius2010-03-312-5/+5
* Don't re-implement device_get_nameunit(9).marius2010-03-311-14/+10
* - Take advantage of the INTCLR_* macros.marius2010-03-314-23/+23
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-3/+3
* - The firmware of Sun Fire V1280 has a misfeature of setting %wstate tomarius2010-03-215-51/+69
* Improve the KVA space sizing of 186682; on machines with large dTLBs wemarius2010-03-201-10/+34
* o Add support for UltraSparc-IV+:marius2010-03-172-34/+77
* Add macros for the VER.impl of SPARC64 II to VIIIfx.marius2010-03-171-1/+8
* - Add TTE and context register bits for the additional page sizes supportedmarius2010-03-175-34/+75
* - Add quirk handling for Sun Fire V1280. The firmware of these machinesmarius2010-03-172-5/+29
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-131-1/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-034-28/+0
* Some machines can not only consist of CPUs running at different speedsmarius2010-02-211-2/+2
* Starting with UltraSPARC IV CPUs the CPU caches are described with differentmarius2010-02-201-19/+37
* Some machines can not only consist of CPUs running at different speedsmarius2010-02-2019-68/+83
* Predict KASSERTs to be true.marius2010-02-131-1/+1
* Add ssm(4), which serves as a glue device allowing devices beneath themarius2010-02-131-0/+74
* - Add the 'cmp' and 'core' pseudo-busses which are used to group CPU coresmarius2010-02-132-55/+47
* Resurrect nexusvar.h from r167307.marius2010-02-131-0/+58
* Style fixesmarius2010-02-131-24/+19
* - Search the whole OFW device tree instead of only the children of themarius2010-02-136-128/+201
* - At least the trap table of the Sun Fire V1280 firmware apparently hasmarius2010-02-132-10/+14
* - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmwaremarius2010-02-134-6/+132
* 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
OpenPOWER on IntegriCloud