summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-09-06Make the interrupt handler bail out early if the device wen away. FixesMark Kettenis
2010-09-06initialize rv to 0 in the activate functionTheo de Raadt
2010-09-06initialize rv to 0 in the activate functionTheo de Raadt
2010-09-03fix initialization value of analog register AR_AN_TOP2 on some highDamien Bergamini
2010-09-02the page_length field in the vpd page header is 2 bytes, not 1.David Gwynne
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-30activate functions, when they do not add value, should return the result of c...Theo de Raadt
2010-08-30ioctl versus resume-workq exclusion; cloned from iwnTheo de Raadt
2010-08-29the scsi completion code thinks that if you dont get MFI_STAT_OKDavid Gwynne
2010-08-29pcmcia/wdc_pcmcia.cTheo de Raadt
2010-08-29expose dp8390_enable/disable to the higher level driversTheo de Raadt
2010-08-29Massage the powerhook functions into activate functions, and then callTheo de Raadt
2010-08-28rename the *_power functions to *_powerhook to indicate that we've beenTheo de Raadt
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
2010-08-27Move the activate function from pci to the the main driver, so that theTheo de Raadt
2010-08-27Massage the powerhook function into an activate function, and since we doTheo de Raadt
2010-08-27Move the dc_pci_activate function to dc.c, and mangle it up with some ofTheo de Raadt
2010-08-27Get rid of the clumsy pci_activate function and do this job inside ath.cTheo de Raadt
2010-08-27Since the pci-specific activate function does nothing, move it to fxp.c.Theo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-27Stop calling xxx_power() from xxx_resume(); instead do it the other way around.Mark Kettenis
2010-08-27Move the xl_pci_activate function into xl_activate so that it is in theTheo de Raadt
2010-08-27gem never had any powerhook supportTheo de Raadt
2010-08-27get some format strings and variables right in debug outputDavid Gwynne
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-25Make CardBus ral(4) suspend and resume properly on machines that keep theMark Kettenis
2010-08-25try giving all devices on ami access to all the ccbs. iopools will shareDavid Gwynne
2010-08-20add format strings implied by surplus argumentsJonathan Gray
2010-08-18fix a test that prevents division by zeroDamien Bergamini
2010-08-18- in STA mode, when associated, stop receiving beacons from other BSS.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-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-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-08Fix re_stop() invocation (normally #ifdef'd out) to use new parameterKenneth R Westerback
2010-08-08suspend/resume support for auich, and some infrastructure in ac97Jacob Meuser
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-07Revert 1.123. Hangs RTL8168C/8111C (0x3c00) afterChristian Weisgerber
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-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-06Initial stab at making com@puc suspend and resume properly. Works fineMark Kettenis
2010-08-06ca_activate for suspend/resume; tested by andrew@afresh1.comTheo de Raadt