summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/dev
AgeCommit message (Expand)Author
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
2013-06-02Start working on hibernate support for LoongsonPaul Irofti
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-04-19In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in additionMiod Vallat
2013-04-16Get rid of various 'typedef struct' definitions and use plain structureTheo de Raadt
2013-01-15Loongson: Add a stat clock for the lemote machines.Paul Irofti
2013-01-15Loongson: Remove some of the unused defines.Paul Irofti
2013-01-15Loongson: Unbreak the tree after my last commit.Paul Irofti
2013-01-14Loongson: Replace the system clock provided by the CPU with a GLX MFGPT.Paul Irofti
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-03Do not use <mips64/archtype.h> for loongson model numbers, but rather put theMiod Vallat
2012-10-03Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,Miod Vallat
2012-09-29Handle the coprocessor 0 cause and status registers as a 64 bit value now,Miod Vallat
2012-09-29Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofMiod Vallat
2012-08-18glxpcib(4) invokes pcibattach assuming pcib doesn't need more than aMiod Vallat
2012-03-03Fix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in theMiod Vallat
2011-09-20Very early in suspend while the clock is still ticking realtime,Theo de Raadt
2011-09-18Update the system clock when we resume.Peter Hessler
2011-07-21Support for the eBenton EBT-700 netbook, which is similar to the LemoteMiod Vallat
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-05-25Do not dereference ri_devcmap[] twice; found the hard way by Gilbert FernandesMiod Vallat
2011-03-31Recognize Loongson 3A processors, but don't accept to run on them yet, theMiod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat