summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Catch up with i386 change I forgot to commit.julian2002-02-191-6/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-38/+16
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Add a delta missed in the last iommu.c commit. This unbreaks the sparc64tmm2002-02-151-12/+24
* Calculate physmem before calling init_param2().tmm2002-02-132-10/+10
* Avoid crashing in early boot when WITNESS is enabled by moving thetmm2002-02-133-4/+12
* Add the counter-timer node to the exclusion list, as it is handledtmm2002-02-131-4/+5
* Use stxa_sync() when accessing the LSU control register to avoid undefinedtmm2002-02-131-6/+6
* Use stxa_sync() when accessing the diagnostic registers to invalidatetmm2002-02-132-23/+23
* Add support for the counter-timer which is included in the Sun U2S andtmm2002-02-132-0/+113
* Add support for the SBus, which is used in early Sun UltraSPARC machines.tmm2002-02-134-0/+1298
* Merge r1.39 from NetBSD (manage both streaming caches for psycho pairs).tmm2002-02-133-473/+368
* Merge r1.42 of iommu.c and r1.9 of iommuvar.h from NetBSD (this addstmm2002-02-132-118/+225
* Clean up bus space debugging support; change sparc64_bus_mem_map() totmm2002-02-132-173/+63
* Define constants for the CPU implementation id; export the dectected idtmm2002-02-132-6/+18
* Don't panic when no interrupt map can be found for a PCI bus; this seemstmm2002-02-131-2/+5
* Fix typos in a comment.tmm2002-02-131-2/+2
* Add a few new functions/macros: intr_disable() and intr_restore() totmm2002-02-131-0/+23
* Minor bug fixes (add a missing break, correct the resource ranges, removetmm2002-02-131-3/+5
* Add this FreeBSD standard header.obrien2002-02-101-0/+37
* Pre-KSE/M3 commit.julian2002-02-073-14/+11
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-0/+12
* Add extern to avoid sloppy common style declarations.jake2002-01-161-2/+2
* Add upa.h, which I had previously forgotten, to unbreak the sparc64tmm2002-01-081-0/+34
* Catch up to the latest and greatest.jake2002-01-081-1/+26
* Add initial smp support. This gets as far as allowing the secondaryjake2002-01-087-0/+1093
* Setup the normal global pcb register as well on entry from user land.jake2002-01-082-92/+116
* Adapt the vectored interrupt handler for receiving ipis. If the secondjake2002-01-082-94/+106
* Use the per-cpu panic stack in the case of a fault with a bad kerneljake2002-01-082-4/+10
* Remove ATOMIC_INC_INT macro which has moved elsewhere.jake2002-01-082-22/+0
* Catch up to change in compile time assertion interface.jake2002-01-082-3/+3
* Make this code more robust in the event of stray interrupts. Handlejake2002-01-081-12/+22
* Use cpufunc macros instead of using inline asm directly.jake2002-01-081-1/+1
* Set the normal global pcb register when context switching.jake2002-01-082-0/+4
* Add a macro for getting the tlbs (itlb and/or dtlb) which the givenjake2002-01-081-0/+1
* Prototype pmap_map_tsb().jake2002-01-081-0/+2
* Remove PANIC_STACK_PAGES which is no longer used.jake2002-01-081-5/+3
* Add declarations needed by last commit.jake2002-01-081-0/+8
* Update comments about _start, the kernel entry point, to reflect newjake2002-01-084-101/+321
* Fix qsort callouts used for sorting memory regions during boot. vm_offset_tjake2002-01-081-4/+22
* Add a md field to pcpu for the upa module id.jake2002-01-081-3/+6
* Define CKLF_PC in terms of TRAPF_PC.jake2002-01-081-1/+1
* Add a mov() macro, which is used in conjunction with the register definesjake2002-01-081-0/+4
* Update comments and defines to reflect that normal and alternate g6 pointjake2002-01-081-22/+52
* Add asis for the upa config reg, which contains the hardware cpu id, andjake2002-01-081-0/+2
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-051-1/+1
* 1. Implement an optimization for pmap_remove() and pmap_protect(): if atmm2002-01-024-48/+143
* Correct the defintion of struct ofw_upa_regs, and use it instead oftmm2002-01-026-61/+82
* Close a window of time during early boot in which an interrupt wouldtmm2002-01-021-18/+18
* Correctly identify the cpu in certain ultra 1s.jake2002-01-011-0/+1
OpenPOWER on IntegriCloud