summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2010-11-23removed slot argument of function pckbc_cnattachAlexandr Shadchin
2010-11-22Remove old comment about constab[] being eventually generated by config(8).Miod Vallat
2010-11-19Sync MAKEDEV against conf.c, and both against GENERIC.Miod Vallat
2010-11-19Add urio and uscanner.Miod Vallat
2010-11-15add urtwn(4) to more USB 2.0 capable architectures, since it worksDamien Bergamini
2010-11-12Push all potential (as in, all system MI not utilized by the bootblocks)Theo de Raadt
2010-11-03no need to specify the -t flag to ctagsTheo de Raadt
2010-10-24Move build_trampoline() and setregs() to a common location for all mips ports.Miod Vallat
2010-10-14Move glxpcib(4) to MI land unifying the two MD drivers.Paul Irofti
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-09-26No need for ums either; from BradMiod Vallat
2010-09-26No need for pms on the installation media; from BradMiod Vallat
2010-09-26Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@.Miod Vallat
2010-09-24Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add properPaul Irofti
2010-09-23enable utwitch(4) (formely uyurex(4)) by defaultYojiro Uo
2010-09-23Move clock attachment later in the game. This is needed for cpu scaling.Paul Irofti
2010-09-23Add pppx(4) to the cdevs of the remaining archs.Claudio Jeker
2010-09-21Watchdog suspend/resume logic.Paul Irofti
2010-09-21gpio at glxpcib was forgotten; tested by piroftiTheo de Raadt
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-20Must travese deeper for DVACT_QUIESCE; ok miodTheo de Raadt
2010-09-17FPU control/status register defines, and upcoming userland functionMiod Vallat
2010-09-09Sync suspend logic with current practice, and try to handle failureMiod Vallat
2010-09-08No need for vfs_syncwait() in a bufq_quiesce() worldTheo de Raadt
2010-09-07rename function parameter to be more like all the others in the treeTheo de Raadt
2010-09-07Restore msr unconditionnaly, why bother checking if they have changed; deraadtMiod Vallat
2010-09-07Join the cf_activate() crowd and preserve a few msr around suspend.Miod Vallat
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-01Clean-up the spl dance around suspend/resume. Okay miod@.Paul Irofti
2010-09-01Let non-ykbec kernels link again.Miod Vallat
2010-08-31Do wsdisplay suspend/resume and also the bufq dance.Paul Irofti
2010-08-31Correctly enable wakeup interrupts after splhigh().Miod Vallat
2010-08-31WIP suspend/resume support for loongson lemote. Okay miod@.Paul Irofti
2010-08-30Change powerhooks into activate functions, and provide stub powerhookTheo de Raadt
2010-08-28Correctly compute memory size if less than 256MB.Miod Vallat
2010-08-27screen blanking code for SM502, and some smfb code cleanup.Miod Vallat
2010-08-26Screen burner support for SM712 flavour (Lemote Yeeloong)Miod Vallat
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat
2010-07-28Add a dummy kqueue filter similar to seltrue and use it for anythingNicholas Marriott
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisTheo de Raadt
2010-07-18Repair Gdium support.Miod Vallat
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