summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-08-07In fxp_pci_activate use the correct softc's; then use a workq since someTheo de Raadt
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
2010-08-06another set of chips which do not need register rewrites at resume timeTheo de Raadt
2010-08-06ca_activate function for suspend/resumeTheo de Raadt
2010-08-06attempt to deal with situations where the hardware has processed moreJacob Meuser
2010-08-06Every time you ignore uiomove() return value, $DEITY kills a littleMiod Vallat
2010-08-06don't return (potential errno) + (potential errno), instead only performMiod Vallat
2010-08-05new i386/amd64 machdep.lidsuspend sysctl which decides whether a lidTheo de Raadt
2010-08-05Suspend/resume support for sili(4). Not perfect yet, but prevents us fromMark Kettenis
2010-08-05lid suspend logic was backwardsTheo de Raadt
2010-08-05Wakeup machine when lid is opened on laptops that have acpibtn _LID.Marco Peereboom
2010-08-05PM1 power button events were generating 'fake events' to acpibtn PWRB,Theo de Raadt
2010-08-05rename a variable which is annoyingly poorly namedTheo de Raadt
2010-08-05Write to the correct offset for various ACPI pmreg registers. Writing toMike Larkin
2010-08-05Fix the power button. The pm1 register is 16 bits in size.Theo de Raadt
2010-08-05Add Windows2009 to the valid osi table; from marco, suggested as a trialTheo de Raadt
2010-08-05Change the management of commands in the active commands TAILQ to let issuersMiod Vallat
2010-08-05Allow bthidev_output() to not grab the bt lock, to prevent lockMiod Vallat
2010-08-05ca_activate function for suspend/resume; tested by mlarkin on aTheo de Raadt
2010-08-04re-post all ATI and all PowerVR (with an annoying message)Theo de Raadt
2010-08-04on resume: calling sc_power after ath_init() is silly. ath_init()Theo de Raadt
2010-08-04use a workq for resume.Damien Bergamini
2010-08-04add suspend/resume support for PCI ral(4) devices.Damien Bergamini
2010-08-04Wake up cdroms attached to pciide; same as in wd.c 1.86Theo de Raadt
2010-08-04Add missing brace.Matthew Dempsky
2010-08-04Remove unused code, conditional in fixup node was never trueJordan Hargrave
2010-08-04Print annoying stuff when re-posting the video, so that people willTheo de Raadt
2010-08-04Print supported sleep states.Mark Kettenis
2010-08-04Correct a problem reported by Holger Mikolon that turns out to beJonathan Gray
2010-08-04activate function for suspend/resume; tested by mcbrideTheo de Raadt
2010-08-03if interrupt mapping fails, say soJacob Meuser
2010-08-03Remove old code that figures out the PCI bus number. The new code gets someMark Kettenis
2010-08-03no special registers to restore on via chips eitherTheo de Raadt
2010-08-03Bring the suspend/resume code of all the Intel wireless drivers in line withMark Kettenis