summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/dev
AgeCommit message (Expand)Author
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2018-02-24Declare ci_ipl volatile to prevent the compiler from optimizingVisa Hankala
2017-05-17Make IPL_MPSAFE effective on loongson.Visa Hankala
2017-05-10Add a PCI attach hook mechanism for htb(4), similar to the oneVisa Hankala
2017-05-09Fix range check.Visa Hankala
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-03-27hibernate_free() should not be called from MD code, acpi_sleep_state()Theo de Raadt
2017-02-19Suppress messages about spurious UART interrupts on MP systems.Visa Hankala
2017-01-23Nuke extraneous whitespace and tabs.Frederic Cambus
2017-01-19Extend struct platform with MP control functions, and add bootstrap codeVisa Hankala
2017-01-15Harmonize the way frame buffer drivers display resolution and colorFrederic Cambus
2017-01-10Display resolution and color depth when attaching.Frederic Cambus
2016-12-05Harmonize battery state thresholds accross platforms.Frederic Cambus
2016-11-17Add drivers for PCI host bridge and built-in UARTs on Loongson 3A,Visa Hankala
2016-11-15Add support for lid state detection in ykbec(4).Frederic Cambus
2016-11-05Move the definition of REGVAL into a common header to make it usableVisa Hankala
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-07Add an initial framebuffer driver for the RS780E chipset on loongson,Visa Hankala
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-09-28In low-level suspend routines, set cold=2. In tsleep(), use this toTheo de Raadt
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-08-15typoMiod Vallat
2015-07-19don't check for the name in attach_args being NULL; nothing should callJasper Lievisse Adriaanse
2015-02-07New framework that allows hibernate to pass in entropy from it's freshTheo de Raadt
2014-12-19oops, forgot rndvar.hTheo de Raadt
2014-12-18use suspend_randomness() and resume_randomness()Theo de Raadt
2014-10-31#if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0Jonathan Gray
2014-09-26Use correct format specifiers in various loongson machine dependent code.Joel Sing
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-07-19Bring back pci_dopm, but disable it before powerdown.Paul Irofti
2014-07-19Backout pci_dopm usage as it also breaks reboot on Lemote's.Paul Irofti
2014-07-16Do not set pci_dopm to 1 on the Gdium; if we do, rebooting puts the USB HCI inMiod Vallat
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-06-16Enable PCI power management on Lemote.Paul Irofti
2014-05-24Provide bus_space_mmap()Miod Vallat
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot
2014-03-27Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonitoMiod Vallat
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-01-06Use the dedicated BCD macros from sys/time.h instead of handrollingPaul Irofti
2013-12-24get rid of if (timeout_pending()) timeout_del(). this is racy. anyDavid Gwynne
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-08-25In bonito_mem_map(), initialize pcimap earlier to make sure its value is notMiod Vallat
2013-06-05Keep things sane in the apm ioctl handler.Paul Irofti
2013-06-04Make apm aware of the APM_IOC_HIBERNATE command.Paul Irofti