summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - Move the declaration of struct upa_ranges and the UPA_RANGE_* macrosmarius2005-12-035-54/+36
* - Adhere style(9) (don't use function calls in initializers).marius2005-12-031-3/+5
* Remove unused sc_node from softc.marius2005-12-031-2/+0
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-035-29/+40
* - Register the PCI bus error interrupt handler according to which half ofmarius2005-12-031-26/+36
* - Improve the comment regarding the workaround for the E250 interrupt mapmarius2005-12-032-17/+31
* Remove superfluous bzero()'ing of the softc.marius2005-11-303-3/+0
* Remove superfluous inclusion of upa.h.marius2005-11-303-3/+0
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-273-9/+1
* - Add a workaround (change the interrupt map mask to compare the fullmarius2005-11-222-29/+30
* Some clean-up, style changes and changes that will reduce differencesmarius2005-11-223-247/+244
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-229-611/+334
* Turn PUC_FASTINTR back off on by default on sparc64 since it breaks withjhb2005-11-211-2/+0
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-212-1/+10
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-10/+0
* Uncomment em(4) as it's now working.yongari2005-11-091-1/+1
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-2/+0
* Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsjhb2005-11-032-0/+5
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-252-37/+44
* Remove "nodevice snd_es137x" as it is supported now.yongari2005-10-251-1/+0
* Fix compiling.davidxu2005-10-151-1/+1
* Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied fromkris2005-10-141-0/+8
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-142-24/+14
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+3
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-4/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+3
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-4/+3
* Remove a stale occurrence of 'alpha' in a comment.stefanf2005-08-201-1/+1
* Now that at least some screen savers work on sparc64 sync with othermarius2005-08-151-1/+1
* The system tick _compare_ register of USIII CPUs and up is ASR25, notmarius2005-08-071-1/+1
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+21
* Add extra constraints to tell the compiler that the memory be modifiedjhb2005-07-271-4/+6
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-1/+1
* Add recently invented COMPAT_FREEBSD5 option.kensmith2005-07-141-0/+1
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* - Declare lookup tables etc. const.marius2005-07-102-2/+5
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-201-0/+1
* Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4),marius2005-06-101-11/+11
* - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, notmarius2005-06-102-4/+4
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-10/+13
* MFP4:jkoshy2005-06-091-0/+14
* Remove superfluous breaks.marius2005-06-051-3/+0
* After some input from bde@ and rereading the datasheet use a MTX_SPINmarius2005-06-041-1/+1
* - In creator_configure() when probed for the high-level console returnmarius2005-06-042-3/+13
* Now that all affected drivers have been changed remove the helpersmarius2005-06-041-34/+3
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-1/+2
* Call cninit_finish() from configure_final().marcel2005-05-291-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-66/+0
OpenPOWER on IntegriCloud