summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2010-06-27If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>Miod Vallat
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-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-09Wire up device nodes for disk mapper.Joel Sing
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-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24CPP and TOUCH are not usedTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-05-09Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attachMiod Vallat
2010-05-09Program a larger PCI retry hold interval if there is a Lucent USB controllerMiod Vallat
2010-04-28Only invoke setcurcpu() #ifdef MULTIPROCESSORMiod Vallat
2010-04-28Storeing current cpu_info address into LLAddr register, for curcpu().Takuya ASADA
2010-04-28clean up more more subtle and stupid differences between the variousTheo de Raadt
2010-04-27Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup,Dale Rahn
2010-04-27Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line),Theo de Raadt
2010-04-27Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3Jonathan Gray
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-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-21two more proc.h neededTheo de Raadt
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-17Do not forget to set nasid to the right value when trying to attach spdmem.Miod Vallat
2010-04-15Match the interleaving scheme used on dual-PIMM capable IP35 systems (i.e.Miod Vallat
2010-04-15Allow multiple xbow to attach, to attach devices on multiple node systems.Miod Vallat
2010-04-07Correctly initialize cursor attribute when this display is a console device;Miod Vallat
2010-04-06Split the device_register() code responsible for boot path recognition intoMiod Vallat
2010-04-06Obtain struct sgi_device_location for the console input and output devices,Miod Vallat
2010-04-06Add more KL grovelling routines: one routine to enumerate on all nodes,Miod Vallat
2010-04-06Introduce struct sgi_device_location to carry enough information to uniquelyMiod Vallat
2010-04-06Provide WIDGET_ID_FOO() macros to extract parts of the ID register value,Miod Vallat
2010-04-04Fix bus_space_{read,write}_raw_region_# operation.Miod Vallat
2010-04-02Remove parent/slave mode of rbus as nothing uses it.Jonathan Gray
2010-03-31Add bnx firmware on installation media; this causes a media oflow, soMiod Vallat
2010-03-29PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someOwain Ainsworth
2010-03-28Add envy(4), as found on Tezro; attaches, not tested yet because marco@ doesn'tMiod Vallat