Age | Commit message (Expand) | Author |
2010-08-27 | Move the activate function from pci to the the main driver, so that the | Theo de Raadt |
2010-08-27 | Move the guts of the powerhook function into the activate function and make | Theo de Raadt |
2010-08-27 | Massage the powerhook function into an activate function, and since we do | Theo de Raadt |
2010-08-27 | Make the powerhook use the activate functions, which actually do the full | Theo de Raadt |
2010-08-27 | Move the dc_pci_activate function to dc.c, and mangle it up with some of | Theo de Raadt |
2010-08-27 | The powerhook only did stuff at resume; but suspend matters too! | Theo de Raadt |
2010-08-27 | Get rid of the clumsy pci_activate function and do this job inside ath.c | Theo de Raadt |
2010-08-27 | Since the changes in neo(4) work, it is very likely that the exact same | Theo de Raadt |
2010-08-27 | Mangle neo_power's contents into a neo_activate function, then make | Theo de Raadt |
2010-08-27 | Make the powerhook code simply call the activate function (it actually does | Theo de Raadt |
2010-08-27 | Since the pci-specific activate function does nothing, move it to fxp.c. | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | Delete #if'd out powerhook code which is just unfinished scaffolding | Theo de Raadt |
2010-08-27 | Have the em powerhook call the activate function, which does a way better | Theo de Raadt |
2010-08-27 | Move the xl_pci_activate function into xl_activate so that it is in the | Theo de Raadt |
2010-08-27 | Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around | Theo de Raadt |
2010-08-27 | no need for a sc_suspended variable | Theo de Raadt |
2010-08-27 | These do not need powerhook functions. | Theo de Raadt |
2010-08-27 | More killing of PWR_STANDBY. cvs skipped these files | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-26 | regen | Jonathan Gray |
2010-08-26 | Add HP iLO3 devices and another PLX bridge. | Jonathan Gray |
2010-08-25 | Make CardBus ral(4) suspend and resume properly on machines that keep the | Mark Kettenis |
2010-08-23 | * if there's an error setting indirect more for a volume knob widget, | Jacob Meuser |
2010-08-23 | add support for the LSISAS2004 ships. | David Gwynne |
2010-08-23 | regen | David Gwynne |
2010-08-23 | LSI SAS 2004 | David Gwynne |
2010-08-18 | regen | Damien Bergamini |
2010-08-18 | Realtek RTL8190P and RTL8192E PCI ids. | Damien Bergamini |
2010-08-17 | Power management for PCI devices. For now just put everything in the D3 | Mark Kettenis |
2010-08-12 | homogeneous style. | Damien Bergamini |
2010-08-12 | Fix a ton of space and tab violations. No binary change. | Marco Peereboom |
2010-08-12 | Fix a one character typo that broke interrupt handling on ironlake. | Owain Ainsworth |
2010-08-12 | Instead of returning EBUSY when the busy flag is set in the ioctl, sleep | Owain Ainsworth |
2010-08-12 | Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon | Mark Kettenis |
2010-08-11 | Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599 | Jonathan Gray |
2010-08-09 | sync hardware and software buffer positions on resume | Jacob Meuser |
2010-08-08 | suspend/resume handler for radeondrm | Owain Ainsworth |
2010-08-08 | suspend/resume support for auich, and some infrastructure in ac97 | Jacob Meuser |
2010-08-08 | fix broken english in commented out printf. | Miod Vallat |
2010-08-08 | Try to save the vga hardware state around suspend, and also redisplay the | Miod Vallat |
2010-08-08 | activate function for suspend/restore; from mglocker | Theo de Raadt |
2010-08-08 | Make sure hw.revision_id gets initialized before it's used by em_set_mac_type() | Mark Kettenis |
2010-08-08 | Be consistent in function naming. No functional changes. | Marcus Glocker |
2010-08-08 | convert printf()s that can happen in the resume path to DPRINTF()s. | Jacob Meuser |
2010-08-08 | at resume time, re-nable the AMDPM_RNGEN bit | Theo de Raadt |
2010-08-08 | silence BIOS takeover failure messages on unsuspends | Theo de Raadt |
2010-08-08 | highly recommend that DVACT_{SUSPEND,RESUME} return 0 unless you want to trig... | Theo de Raadt |
2010-08-07 | quiet "missed interrupt" messages. requested by deraadt. | Jacob Meuser |
2010-08-07 | restore unsolicited responses from volume knob widgets | Jacob Meuser |