aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous bzero()'ing of the softc.Marius Strobl2005-11-303-3/+0
* Remove superfluous inclusion of upa.h.Marius Strobl2005-11-303-3/+0
* - Allow duplicate "machine" directives with the same arguments.Ruslan Ermilov2005-11-273-9/+1
* - Add a workaround (change the interrupt map mask to compare the fullMarius Strobl2005-11-222-29/+30
* Some clean-up, style changes and changes that will reduce differencesMarius Strobl2005-11-223-246/+243
* - Convert these bus drivers to make use of the newly introduced set ofMarius Strobl2005-11-229-611/+334
* Turn PUC_FASTINTR back off on by default on sparc64 since it breaks withJohn Baldwin2005-11-211-2/+0
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itJohn Baldwin2005-11-211-0/+2
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and moveJohn Baldwin2005-11-212-1/+10
* Eliminate pmap_init2(). It's no longer used.Alan Cox2005-11-201-10/+0
* Uncomment em(4) as it's now working.Pyun YongHyeon2005-11-091-1/+1
* Reimplement the reclamation of PV entries. Specifically, performAlan Cox2005-11-091-2/+0
* Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsJohn Baldwin2005-11-032-0/+5
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-252-37/+44
* Remove "nodevice snd_es137x" as it is supported now.Pyun YongHyeon2005-10-251-1/+0
* Fix compiling.David Xu2005-10-151-1/+1
* Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied fromKris Kennaway2005-10-141-0/+8
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-142-24/+14
* Add a new atomic_fetchadd() primitive that atomically adds a value to aJohn Baldwin2005-09-271-0/+3
* Introduce a kernel config for the Mandatory Access Control framework.Christian S.J. Peron2005-09-181-0/+28
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()Marcel Moolenaar2005-09-101-4/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determineAlan Cox2005-09-031-2/+3
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renameStefan Farfeleder2005-08-202-4/+3
* Remove a stale occurrence of 'alpha' in a comment.Stefan Farfeleder2005-08-201-1/+1
* Now that at least some screen savers work on sparc64 sync with otherMarius Strobl2005-08-151-1/+1
* The system tick _compare_ register of USIII CPUs and up is ASR25, notMarius Strobl2005-08-071-1/+1
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-031-0/+21
* Add extra constraints to tell the compiler that the memory be modifiedJohn Baldwin2005-07-271-4/+6
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-1/+1
* Add recently invented COMPAT_FREEBSD5 option.Ken Smith2005-07-141-0/+1
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-101-1/+2
* - Declare lookup tables etc. const.Marius Strobl2005-07-102-2/+5
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4),Marius Strobl2005-06-101-11/+11
* - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, notMarius Strobl2005-06-102-4/+4
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-10/+13
* MFP4:Joseph Koshy2005-06-091-0/+14
* Remove superfluous breaks.Marius Strobl2005-06-051-3/+0
* After some input from bde@ and rereading the datasheet use a MTX_SPINMarius Strobl2005-06-041-1/+1
* - In creator_configure() when probed for the high-level console returnMarius Strobl2005-06-042-3/+13
* Now that all affected drivers have been changed remove the helpersMarius Strobl2005-06-041-34/+3
* Create nexus in configure_first() instead of in configure(). ThisMarcel Moolenaar2005-05-291-1/+2
* Call cninit_finish() from configure_final().Marcel Moolenaar2005-05-291-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-66/+0
* pmap_enter() no longer requires Giant. Therefore, stop acquiring andAlan Cox2005-05-281-2/+0
* - Hook up machfb(4) to the sparc64 build, not enabled in GENERICMarius Strobl2005-05-212-2/+4
* o creator(4):Marius Strobl2005-05-213-79/+230
* - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial)Marius Strobl2005-05-211-2/+36
* - Make sure that the OFW address properties that are going to be decodeMarius Strobl2005-05-211-5/+6
* o mc146818(4):Marius Strobl2005-05-191-11/+22