summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-27one more include shuffleMiod 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-08properly enable vscsi, fix incorrect majorTodd T. Fries
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-24CPP and TOUCH are not usedTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-23Does not need -Dloongson, and instead, but -D__loongson__ is nice since that isTheo de Raadt
2010-05-08Huge work-in-progress commit to support Loongson 2E-based evaluation boardsMiod Vallat
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-27locore.i is not generated at all, so no need to rm itTheo 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-27Fuloong with LM6003 signature is apparently similar to LM6004 with differentMiod Vallat
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-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-04Fix bus_space_{read,write}_raw_region_# operation.Miod Vallat
2010-04-03Minor reliability fixes:Miod Vallat
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
2010-03-29PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someOwain Ainsworth
2010-03-08When sensor update fails, set SENSOR_FINVALID in sensor->flags;Miod Vallat
2010-03-07Better battery % computation; ok otto@Miod Vallat
2010-03-03Enable urndis(4) everywhere that has USB enabled to get it tested.Michael Knudsen
2010-03-03supply apm(4) with infomation and events; ok miod@Otto Moerbeek
2010-03-03- add and enable bluetoothJasper Lievisse Adriaanse
2010-03-02Add support for the Lemote Lynloong all-in-one PC (basically a Fuloong withoutMiod Vallat
2010-03-02Actually prefer PCIHI mappings to PCILO mappings, as the early console codeMiod Vallat
2010-03-02remove never changing values (design capacity, design voltage) from sensorOtto Moerbeek
2010-03-02Use the battery controller bit that signals the battery almost emptyOtto Moerbeek
2010-03-01fix serial console switching logic; ok miod@ jasper@Otto Moerbeek