summaryrefslogtreecommitdiffstats
path: root/sys/arch/loongson/dev
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg3-6/+6
2021-01-02Use native display resolution 1368x768 with Lynloong all-in-one computers.visa1-3/+7
2020-12-25Refactor klist insertion and removalvisa1-3/+3
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha1-1/+3
2020-09-30Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by morepatrick2-153/+2
2020-07-18Remove an unused function.visa1-12/+1
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha1-2/+2
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-25Use <dev/clock_subr.h> in mcclock(4).visa3-41/+45
2020-05-25Use <dev/clock_subr.h> in mfokclock(4).visa1-36/+43
2020-05-25change wsdisplay attribute type from long to uint32_tjsg3-20/+20
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg3-9/+9
2020-04-07Abstract the head of knote lists. This allows extending the lists,visa1-3/+3
2020-04-06Update my email address.pirofti1-2/+2
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowvisa1-2/+2
2020-02-16Send a resume event to apmd(8), like done by apm(4) and acpi(4)jca1-1/+3
2019-12-31Use C99 designated initializers with struct filterops. In addition,visa1-3/+7
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.dlg1-2/+2
2018-02-24Declare ci_ipl volatile to prevent the compiler from optimizingvisa1-7/+1
2017-05-17Make IPL_MPSAFE effective on loongson.visa2-2/+6
2017-05-10Add a PCI attach hook mechanism for htb(4), similar to the onevisa2-2/+15
2017-05-09Fix range check.visa1-2/+2
2017-04-30Rename Debugger() into db_enter().mpi1-2/+2
2017-03-27hibernate_free() should not be called from MD code, acpi_sleep_state()deraadt1-2/+1
2017-02-19Suppress messages about spurious UART interrupts on MP systems.visa1-2/+17
2017-01-23Nuke extraneous whitespace and tabs.fcambus1-18/+17
2017-01-19Extend struct platform with MP control functions, and add bootstrap codevisa1-1/+6
2017-01-15Harmonize the way frame buffer drivers display resolution and colorfcambus2-4/+4
2017-01-10Display resolution and color depth when attaching.fcambus1-3/+3
2016-12-05Harmonize battery state thresholds accross platforms.fcambus2-9/+7
2016-11-17Add drivers for PCI host bridge and built-in UARTs on Loongson 3A,visa8-1/+766
2016-11-15Add support for lid state detection in ykbec(4).fcambus1-4/+13
2016-11-05Move the definition of REGVAL into a common header to make it usablevisa1-4/+1
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDguenther1-3/+4
2016-10-07Add an initial framebuffer driver for the RS780E chipset on loongson,visa1-0/+729
2016-09-03Write the system time back to the RTC every 30 minutes.naddy1-1/+4
2016-03-06Rename mips64's trap_frame into trapframe.mpi1-7/+7
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryjcs1-2/+2
2015-09-28In low-level suspend routines, set cold=2. In tsleep(), use this toderaadt1-2/+2
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"semarie1-3/+2
2015-09-08sizes for free(); ok semariederaadt1-3/+3
2015-08-15typomiod1-2/+2
2015-07-19don't check for the name in attach_args being NULL; nothing should calljasper1-3/+2
2015-02-07New framework that allows hibernate to pass in entropy from it's freshderaadt1-2/+2
2014-12-19oops, forgot rndvar.hderaadt1-1/+2
2014-12-18use suspend_randomness() and resume_randomness()deraadt1-1/+4
2014-10-31#if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0jsg1-2/+2
2014-09-26Use correct format specifiers in various loongson machine dependent code.jsing1-3/+3
2014-09-20Use config_suspend_all(9).kettenis1-7/+6
2014-07-19Bring back pci_dopm, but disable it before powerdown.pirofti1-1/+6