summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-08-12homogeneous style.Damien Bergamini
2010-08-12Enable periodic (every 4 minutes) power amplifier calibrationDamien Bergamini
2010-08-12no need to set these pointers to NULL, softc is already zeroed.Damien Bergamini
2010-08-12For chips in open-loop power control mode, periodically (every 30 secs)Damien Bergamini
2010-08-12Fix look-up of the power control digital-to-analog converter (PCDAC)Damien Bergamini
2010-08-12Fix a ton of space and tab violations. No binary change.Marco Peereboom
2010-08-12Fix a one character typo that broke interrupt handling on ironlake.Owain Ainsworth
2010-08-12Instead of returning EBUSY when the busy flag is set in the ioctl, sleepOwain Ainsworth
2010-08-12Reset the chip upon suspend, to make sure it stops DMA. Reset it again uponMark Kettenis
2010-08-12Initialize xs to NULL in gdt_intr() since it now might be used beforeMatthew Dempsky
2010-08-11Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599Jonathan Gray
2010-08-11Typo in comment: auhtorized->authorizedRay Lai
2010-08-11Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-freeKenneth R Westerback
2010-08-09sync hardware and software buffer positions on resumeJacob Meuser
2010-08-08Fix re_stop() invocation (normally #ifdef'd out) to use new parameterKenneth R Westerback
2010-08-08suspend/resume handler for radeondrmOwain Ainsworth
2010-08-08Close race between the acpi thread and wscons ioctls running in processMark Kettenis
2010-08-08suspend/resume support for auich, and some infrastructure in ac97Jacob Meuser
2010-08-08fix broken english in commented out printf.Miod Vallat
2010-08-08Stop recursion introduced in rev 1.42, by reverting most of that commit.Mark Kettenis
2010-08-08Try to save the vga hardware state around suspend, and also redisplay theMiod Vallat
2010-08-08activate function for suspend/restore; from mglockerTheo de Raadt
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-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-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-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-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