summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-09-06- spello, short-hand -> shorthandJasper Lievisse Adriaanse
2010-09-05Remove bogus LHS casts. makes gcc4 happy.Mark Kettenis
2010-09-05Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago.Mark Kettenis
2010-09-05Fix inline assembler to make it acceptable to gcc4. Similar to what we'veMark Kettenis
2010-08-30disable SVR4 compat by default; ok kettenisTheo de Raadt
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-08-17Make sure fast trap handlers correctly invoke soft interrupts by markingMiod Vallat
2010-08-16Make sure we reserve enough room after the kernel image to avoid stompingMiod Vallat
2010-08-06Every time you ignore uiomove() return value, $DEITY kills a littleMiod Vallat
2010-07-24leftover from revert of long agoJacob Meuser
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisTheo de Raadt
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-11typoMiod Vallat
2010-07-10sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 andMiod Vallat
2010-07-06sun4e support in the bootblocks, derived from a diff from jason@ 7 years ago.Miod Vallat
2010-07-06Having common ienab_bic() and ienab_bis() entry points for sun4/4c and sun4mMiod Vallat
2010-07-06Remove unused CPUARCH_xxx and CPUCLS_xxx defines, as well as all the unusedMiod Vallat
2010-07-04restrict srmmu handling to just sun4mTheo de Raadt
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-07-02delete sunos filesTed Unangst
2010-07-02remove support for compat_sunos (and m68k4k). ok deraadt guentherTed Unangst
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02gremlin crept in by accidentMiod Vallat
2010-07-01Change scsibus(4)'s scsi_link array to an SLIST to save memory onMatthew Dempsky
2010-06-30Remove the ``never cache virtual addresses in the DVMA range'' inMiod Vallat
2010-06-29In the boot blocks, stop assuming we have a 1:1 mapping of low physicalMiod Vallat
2010-06-29During kernel bootstrap, stop assuming the kernel image has been loaded inMiod Vallat
2010-06-29There is absolutely no need to double map DVMA addresses into the kernel addressMiod Vallat
2010-06-29Rework cypress cpu cache setup, and enable writeback mode. Adapted fromMiod Vallat
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-27If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>Miod Vallat
2010-06-27make sparc compile again after tag team viking/guenther breakage.Bob Beck
2010-06-27Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need forPhilip Guenthe
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-22When mapping memory into dvma space, use pmap_kenter_pa() instead ofOwain Ainsworth
2010-06-22Some early 2.x sun4c PROM will default to serial input but glass output if noMiod Vallat
2010-06-18Remove IOMMU pte defines; only those in iommureg.h are used.Miod Vallat
2010-06-18dvma_free() the exact size passed to dvma_malloc().Miod Vallat
2010-06-17aligment -> alignmentMiod Vallat
2010-06-09Wire up device nodes for disk mapper.Joel Sing
2010-06-07Sync with GENERIC and SUN4.Miod Vallat
2010-06-07Rework the way onboard devices attach on Sun 4/110 systems (which only have aMiod Vallat
2010-06-07Do not invoke cache_enable() if there is no cache; prevents a spurious (andMiod Vallat
2010-06-07Nuke old eeprom.h compatibility defines; ok todd@Miod Vallat
2010-06-06typo in commentMiod Vallat
2010-06-01use --warn-common for linking (some arch's will show new warnings), andTheo de Raadt
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt