Age | Commit message (Expand) | Author |
2010-09-06 | Make the interrupt handler bail out early if the device wen away. Fixes | Mark Kettenis |
2010-09-06 | initialize rv to 0 in the activate function | Theo de Raadt |
2010-09-06 | initialize rv to 0 in the activate function | Theo de Raadt |
2010-09-03 | fix initialization value of analog register AR_AN_TOP2 on some high | Damien Bergamini |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-30 | activate functions, when they do not add value, should return the result of c... | Theo de Raadt |
2010-08-30 | ioctl versus resume-workq exclusion; cloned from iwn | Theo de Raadt |
2010-08-29 | the scsi completion code thinks that if you dont get MFI_STAT_OK | David Gwynne |
2010-08-29 | pcmcia/wdc_pcmcia.c | Theo de Raadt |
2010-08-29 | expose dp8390_enable/disable to the higher level drivers | Theo de Raadt |
2010-08-29 | Massage the powerhook functions into activate functions, and then call | Theo de Raadt |
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 |