summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
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
2010-05-28${PARAM} is now included in ${CPPFLAGS}, so stop passing it separatelyPhilip Guenthe
2010-05-25The _arch and _mach variables now come from config(8), decreasing even furtherTheo de Raadt
2010-05-25Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. TheTheo de Raadt
2010-05-25${SRCS} is only used once, and fits onto the line where it is usedTheo de Raadt
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-23rely on __sparc__ insteadTheo de Raadt
2010-05-23add dkio.h to the last of the disk ioctl users i can find.David Gwynne
2010-05-15Repair identification of P4 bwtwo on 4/330 and 4/370 models, which got brokenMiod Vallat
2010-05-15Make fb_pfour_id() take a volatile pointer as argument.Miod Vallat
2010-05-13Only enable acceleration code if specific device properties exist; this shouldMiod Vallat
2010-05-09Rename round() to fpu_round(). This matches the m68k code from which thisMark Kettenis
2010-04-28clean up more more subtle and stupid differences between the variousTheo de Raadt
2010-04-27Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line),Theo de Raadt
2010-04-27shorten preambleTheo de Raadt
2010-04-27noone needs comments about QUOTA and TRACETheo de Raadt
2010-04-27over the years we have moved to a machine+architectures scheme that hasTheo de Raadt
2010-04-27use -f assymp.dep again; worked out with miodTheo de Raadt
2010-04-27alpha/conf/Makefile.alphaTheo de Raadt
2010-04-26even cleaner mach/arch/machdir/archdirTheo de Raadt
2010-04-26next step towards unification: make all the genassym chunks handle bothTheo de Raadt
2010-04-26next unification step: move all MD naming _mach, _machdir, _arch, and _archdirTheo de Raadt
2010-04-26first step of unification: spaces at end of lines; comments, etc.Theo de Raadt
2010-04-25introducing a 64-bit type to the disklabel structure leads some architecturesTheo de Raadt
2010-04-24grammar in commentsMiod Vallat
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-22Committing on behalf or ariane@.Owain Ainsworth
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-19Add missing bits for complete softraid support to sparc/sparc64David Coppa
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-03-27Fix the pageqlock recusion on sun4m.Owain Ainsworth
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
2010-03-03Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgottenMiod Vallat
2010-02-26when we build a vendor label for writing, clear the memory supplied by theTheo de Raadt
2009-12-25Fix (currently unused) bus_space_vaddr() return value.Miod Vallat
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado