summaryrefslogtreecommitdiffstats
path: root/sys/arch/loongson/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-113-6/+6
* Use native display resolution 1368x768 with Lynloong all-in-one computers.visa2021-01-021-3/+7
* Refactor klist insertion and removalvisa2020-12-251-3/+3
* alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha2020-10-201-1/+3
* Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by morepatrick2020-09-302-153/+2
* Remove an unused function.visa2020-07-181-12/+1
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-241-2/+2
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Use <dev/clock_subr.h> in mcclock(4).visa2020-05-253-41/+45
* Use <dev/clock_subr.h> in mfokclock(4).visa2020-05-251-36/+43
* change wsdisplay attribute type from long to uint32_tjsg2020-05-253-20/+20
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-253-9/+9
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-3/+3
* Update my email address.pirofti2020-04-061-2/+2
* Replace field f_isfd with field f_flags in struct filterops to allowvisa2020-02-201-2/+2
* Send a resume event to apmd(8), like done by apm(4) and acpi(4)jca2020-02-161-1/+3
* Use C99 designated initializers with struct filterops. In addition,visa2019-12-311-3/+7
* tweak ohci_checkrev so it doesnt print a leading comma and space.dlg2019-01-071-2/+2
* Declare ci_ipl volatile to prevent the compiler from optimizingvisa2018-02-241-7/+1
* Make IPL_MPSAFE effective on loongson.visa2017-05-172-2/+6
* Add a PCI attach hook mechanism for htb(4), similar to the onevisa2017-05-102-2/+15
* Fix range check.visa2017-05-091-2/+2
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
* hibernate_free() should not be called from MD code, acpi_sleep_state()deraadt2017-03-271-2/+1
* Suppress messages about spurious UART interrupts on MP systems.visa2017-02-191-2/+17
* Nuke extraneous whitespace and tabs.fcambus2017-01-231-18/+17
* Extend struct platform with MP control functions, and add bootstrap codevisa2017-01-191-1/+6
* Harmonize the way frame buffer drivers display resolution and colorfcambus2017-01-152-4/+4
* Display resolution and color depth when attaching.fcambus2017-01-101-3/+3
* Harmonize battery state thresholds accross platforms.fcambus2016-12-052-9/+7
* Add drivers for PCI host bridge and built-in UARTs on Loongson 3A,visa2016-11-178-1/+766
* Add support for lid state detection in ykbec(4).fcambus2016-11-151-4/+13
* Move the definition of REGVAL into a common header to make it usablevisa2016-11-051-4/+1
* Various printf claim to report the PID, so actually report that and not the TIDguenther2016-10-081-3/+4
* Add an initial framebuffer driver for the RS780E chipset on loongson,visa2016-10-071-0/+729
* Write the system time back to the RTC every 30 minutes.naddy2016-09-031-1/+4
* Rename mips64's trap_frame into trapframe.mpi2016-03-061-7/+7
* Move HID support files out of dev/usb into new dev/hid directoryjcs2016-01-081-2/+2
* In low-level suspend routines, set cold=2. In tsleep(), use this toderaadt2015-09-281-2/+2
* trivial "if(x) free(x)" replacement by "free(x)"semarie2015-09-191-3/+2
* sizes for free(); ok semariederaadt2015-09-081-3/+3
* typomiod2015-08-151-2/+2
* don't check for the name in attach_args being NULL; nothing should calljasper2015-07-191-3/+2
* New framework that allows hibernate to pass in entropy from it's freshderaadt2015-02-071-2/+2
* oops, forgot rndvar.hderaadt2014-12-191-1/+2
* use suspend_randomness() and resume_randomness()deraadt2014-12-181-1/+4
* #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0jsg2014-10-311-2/+2
* Use correct format specifiers in various loongson machine dependent code.jsing2014-09-261-3/+3
* Use config_suspend_all(9).kettenis2014-09-201-7/+6
* Bring back pci_dopm, but disable it before powerdown.pirofti2014-07-191-1/+6