summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-08-08activate function for suspend/restore; from mglockerTheo de Raadt
2010-08-08Reenable acpiasus(4). The bogus code is actually dead code, and jsing@'sMark Kettenis
2010-08-08Try and improve legacy controller emulation heuristics; if we think we shouldMiod Vallat
2010-08-08Make sure hw.revision_id gets initialized before it's used by em_set_mac_type()Mark Kettenis
2010-08-08Disable acpiasus(4); it violates the rule that only the acpi thread is allowedMark Kettenis
2010-08-08Be consistent in function naming. No functional changes.Marcus Glocker
2010-08-08convert printf()s that can happen in the resume path to DPRINTF()s.Jacob Meuser
2010-08-08at resume time, re-nable the AMDPM_RNGEN bitTheo de Raadt
2010-08-08silence BIOS takeover failure messages on unsuspendsTheo de Raadt
2010-08-08Backout r1.55 since this breaks anything which does crypto ops prior toJoel Sing
2010-08-08highly recommend that DVACT_{SUSPEND,RESUME} return 0 unless you want to trig...Theo de Raadt
2010-08-08Report the acpi sleep states when on a RAMDISK; ok krwTheo de Raadt
2010-08-08do not unlock vnode before calling vput. should fix ray's panic.Ted Unangst
2010-08-07Revert 1.123. Hangs RTL8168C/8111C (0x3c00) afterChristian Weisgerber
2010-08-07quiet "missed interrupt" messages. requested by deraadt.Jacob Meuser
2010-08-07restore unsolicited responses from volume knob widgetsJacob Meuser
2010-08-07break statements even on default casesTheo de Raadt
2010-08-07Suspend/resume for agp_amd.cOwain Ainsworth
2010-08-07Suspend/resume handler for viaagp.Owain Ainsworth
2010-08-07save/restore functions for aliagp.Owain Ainsworth
2010-08-07Suspend/resume handler for sisagp save/restoring the gtt window/size andOwain Ainsworth
2010-08-07Save and restore registers on suspend/resume.Owain Ainsworth
2010-08-07Enforce acpi register access rescrictions.Mark Kettenis
2010-08-07Enforce acpi register access rescrictions.Mark Kettenis
2010-08-07Generate power change events for APM. Makes powerup and powerdown scriptsCan Erkin Acar
2010-08-07The wakeup of the acpi thread is not needed. This code is being calledTheo de Raadt
2010-08-07Unmap registers upon detach. Avoid panics when detaching a partially attachedMark Kettenis
2010-08-07Add resume support for serial consoles.Mark Kettenis
2010-08-07upon resume, notify all the acpiac and acpibat drivers to updateTheo de Raadt
2010-08-07In the resume case we need to check IFF_UPTheo de Raadt
2010-08-07In fxp_pci_activate use the correct softc's; then use a workq since someTheo de Raadt
2010-08-07On resume, re-activate the host RNG on the host bridges that need it.Theo de Raadt
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-06Always call _PSW on _LID devices that support it to enable lid open toMarco Peereboom
2010-08-06com@isa suspend and resume; logic cloned from ../puc/com_puc.cTheo de Raadt
2010-08-06Initial stab at making com@puc suspend and resume properly. Works fineMark Kettenis
2010-08-06Initial stab at making com@puc suspend and resume properly. Works fineMark Kettenis
2010-08-06repost hp g62Marco Peereboom
2010-08-06As part of a revamp of the PM1/GPE code, I write this diff to look forTheo de Raadt
2010-08-06ca_activate for suspend/resume; tested by andrew@afresh1.comTheo de Raadt
2010-08-06save/restore the *correct* clock gating registers on suspend/resumeOwain Ainsworth
2010-08-06Previous code to handle suspend/resume for intagp assumed thatOwain Ainsworth
2010-08-06reenabling unsolicited responses in the resume path was lost inJacob Meuser
2010-08-06no need to save/restore the state of the master volumeJacob Meuser
2010-08-06ok, that is the last of the easy chips to check for register saves. i'mTheo de Raadt
2010-08-06ACPI suspend/resume for bwi(4). Initial diff from todd@, finished andMarcus Glocker
2010-08-06ca_activate function for suspend/resume; tested by mlarkinTheo de Raadt
2010-08-06since r1.171 pin widgets get fully reinitialized on resume, whichJacob Meuser
2010-08-06ca_activate function for nfe(4) for suspend/resumeMike Larkin