summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Quiet GCC4 warnings regarding the width of printf()-arguments notmarius2007-01-201-2/+3
* - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) willmarius2007-01-201-6/+6
* Convert the remainder of the low hanging fruits regarding includingmarius2007-01-1913-109/+84
* - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4)marius2007-01-183-22/+22
* Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}()marius2007-01-184-108/+0
* Resurrect upa(4), now used for the subordinate/slave UPA bridge andmarius2007-01-161-0/+514
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.marius2007-01-162-559/+0
* Teach OF_decode_addr() about the bus space used for devices on themarius2007-01-161-1/+5
* Check the return value of bus_setup_intr() when setting up themarius2007-01-151-10/+12
* Remove 3rd clause, renumber, ok per emailimp2007-01-122-8/+2
* o Changes to psycho_attach(): [1]marius2007-01-082-64/+225
* In ofw_pcibus_attach() skip dupe PCI devices reported by themarius2007-01-081-0/+2
* add new large page sizes for use by shared loaderkmacy2006-12-181-0/+8
* GC unused fields in pcpukmacy2006-12-171-1/+0
* Do explicit bounds checking as a function of the actual size of thekmacy2006-12-101-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* - Explicitly name the fields in pcb that we use to store trap state for laterkmacy2006-11-291-0/+5
* remove unused reference to tsb pakmacy2006-11-241-1/+0
* Add mechanism to track TSB misses in tsb miss handlerkmacy2006-11-221-0/+2
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionkmacy2006-11-183-5/+21
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+4
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-041-3/+0
* Backout the previous change. It was not intended to be part of thejb2006-11-041-6/+6
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-042-6/+9
* make pcb pad area accessible from asmkmacy2006-11-031-0/+2
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutmarius2006-11-021-0/+10
* Remove the atkbd(4), atkbdc(4) and psm(4) hints. In theory they can bemarius2006-11-011-6/+0
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* In the replacement text of the __bswapN_const() macros encapsulate themarius2006-10-301-8/+12
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-261-1/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesjb2006-10-261-0/+3
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-263-0/+7
* Move "device splash" back to MI NOTES and "files", it's MI.ru2006-10-231-2/+0
* Revision 1.25 had the ATKBD_DFLT_KEYMAP option turned on and then off:ru2006-10-231-0/+4
* Mechanically kill redundant nodevice/nooption/nomakeoption, i.e.,ru2006-10-231-7/+0
* Move more MD devices and options out of MI NOTES.des2006-10-201-7/+33
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-2/+2
* The T2000 has multiple PCI domains requiring bus allocation to be done differ...kmacy2006-10-122-0/+11
* The powerpc and sparc64 MD `reboot' commands should never have existedbde2006-10-101-11/+0
* unbreak buildkernel for sparc64 - fallout from sun4vkmacy2006-10-091-6/+5
* unbreak sparc64 loader buildkmacy2006-10-091-1/+1
* kernel clean up to make the sun4v kernel buildkmacy2006-10-093-13/+89
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-051-1/+0
* PR:jb2006-10-041-84/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* Added COMPAT_FREEBSD6 option.ru2006-09-261-0/+1
* The fix in revision 1.152 converted in the wrong direction.alc2006-09-221-2/+2
* The sparc64/sparc64/pmap.c implementations of pmap_remove(),alc2006-09-221-6/+15
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
OpenPOWER on IntegriCloud