Age | Commit message (Expand) | Author |
2010-08-28 | rename the *_power functions to *_powerhook to indicate that we've been | Theo de Raadt |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2010-08-27 | Move the activate function from pci to the the main driver, so that the | Theo de Raadt |
2010-08-27 | Massage the powerhook function into an activate function, and since we do | 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 | Get rid of the clumsy pci_activate function and do this job inside ath.c | 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 | Stop calling xxx_power() from xxx_resume(); instead do it the other way around. | Mark Kettenis |
2010-08-27 | Move the xl_pci_activate function into xl_activate so that it is in the | Theo de Raadt |
2010-08-27 | gem never had any powerhook support | Theo de Raadt |
2010-08-27 | get some format strings and variables right in debug output | David Gwynne |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-25 | Make CardBus ral(4) suspend and resume properly on machines that keep the | Mark Kettenis |
2010-08-25 | try giving all devices on ami access to all the ccbs. iopools will share | David Gwynne |
2010-08-20 | add format strings implied by surplus arguments | Jonathan Gray |
2010-08-18 | fix a test that prevents division by zero | Damien Bergamini |
2010-08-18 | - in STA mode, when associated, stop receiving beacons from other BSS. | Damien Bergamini |
2010-08-12 | Enable periodic (every 4 minutes) power amplifier calibration | Damien Bergamini |
2010-08-12 | no need to set these pointers to NULL, softc is already zeroed. | Damien Bergamini |
2010-08-12 | For chips in open-loop power control mode, periodically (every 30 secs) | Damien Bergamini |
2010-08-12 | Fix look-up of the power control digital-to-analog converter (PCDAC) | Damien Bergamini |
2010-08-12 | Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon | Mark Kettenis |
2010-08-12 | Initialize xs to NULL in gdt_intr() since it now might be used before | Matthew Dempsky |
2010-08-11 | Typo in comment: auhtorized->authorized | Ray Lai |
2010-08-11 | Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free | Kenneth R Westerback |
2010-08-08 | Fix re_stop() invocation (normally #ifdef'd out) to use new parameter | Kenneth R Westerback |
2010-08-08 | suspend/resume support for auich, and some infrastructure in ac97 | Jacob Meuser |
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 | Try and improve legacy controller emulation heuristics; if we think we should | Miod Vallat |
2010-08-07 | Revert 1.123. Hangs RTL8168C/8111C (0x3c00) after | Christian Weisgerber |
2010-08-07 | Unmap registers upon detach. Avoid panics when detaching a partially attached | Mark Kettenis |
2010-08-07 | Add resume support for serial consoles. | Mark Kettenis |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-06 | Initial stab at making com@puc suspend and resume properly. Works fine | Mark Kettenis |
2010-08-06 | ca_activate for suspend/resume; tested by andrew@afresh1.com | Theo de Raadt |
2010-08-06 | ACPI suspend/resume for bwi(4). Initial diff from todd@, finished and | Marcus Glocker |
2010-08-06 | ca_activate function for suspend/resume | Theo de Raadt |
2010-08-06 | Every time you ignore uiomove() return value, $DEITY kills a little | Miod Vallat |
2010-08-05 | Suspend/resume support for sili(4). Not perfect yet, but prevents us from | Mark Kettenis |
2010-08-05 | Change the management of commands in the active commands TAILQ to let issuers | Miod Vallat |
2010-08-05 | ca_activate function for suspend/resume; tested by mlarkin on a | Theo de Raadt |
2010-08-04 | on resume: calling sc_power after ath_init() is silly. ath_init() | Theo de Raadt |
2010-08-04 | add suspend/resume support for PCI ral(4) devices. | Damien Bergamini |
2010-08-02 | Make MHZ_TO_PLL safer to use by adding parenthesis. Fixes a potential issue | Mark Kettenis |
2010-08-02 | There is no reason to call the start function upon resume; the network stack | Mark Kettenis |
2010-08-01 | Change COM_IBUFSIZE 8K to 16K because 8K is not enough for CDMA1X card | YASUOKA Masahiko |
2010-08-01 | Read status register after all writes to the pcf8584 controller. Alegedly | Mark Kettenis |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |