Age | Commit message (Expand) | Author |
2010-08-31 | remove argnames from prototype. | Owain Ainsworth |
2010-08-31 | convert the powerhook to an activate function. That activate function | Theo de Raadt |
2010-08-31 | remove a comment suggesting that azalia needs a powerhook | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | When cardbus is fixed, this will be able to use dc_activate directly | Theo de Raadt |
2010-08-31 | sort DVACT_ actions in order of use | Theo de Raadt |
2010-08-31 | annotate that this driver needs sc_dying code | Theo de Raadt |
2010-08-31 | sort DVACT_ actions according to the order likely to be used | Theo de Raadt |
2010-08-31 | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate functions should not return EOPNOTSUPP | Theo de Raadt |
2010-08-31 | no need to specially handle the 4 AMD756 registers at suspend/resume time; | Theo de Raadt |
2010-08-31 | PCI configuration space register save/restore for AMD756. | Miod Vallat |
2010-08-31 | do not return EOPNOTSUPP for unknown activate actions | Theo de Raadt |
2010-08-31 | uhci is apparently is unaware that it could be on a shared interrupt | 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 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-30 | ioctl versus resume-workq exclusion; cloned from iwn | Theo de Raadt |
2010-08-30 | Convert the pcmcia power hook to an activate function. Then change the | Theo de Raadt |
2010-08-30 | fix tailq use; ok thib | Theo de Raadt |
2010-08-30 | During boot probe walk disklist rather than alldevs. This avoids a race | Joel Sing |
2010-08-29 | the scsi completion code thinks that if you dont get MFI_STAT_OK | David Gwynne |
2010-08-29 | wdcactivate() can go since it is just a wrapper around | Theo de Raadt |
2010-08-29 | - add a check for FWRITE here too. | Jasper Lievisse Adriaanse |
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-29 | regen | Miod Vallat |
2010-08-29 | Translation code for Fn-key sequences on the Gdium Liberty internal keyboard, | Miod Vallat |
2010-08-29 | - add a missing ioctl FWRITE check | Jasper Lievisse Adriaanse |
2010-08-28 | typo | Theo de Raadt |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-28 | rename the *_power functions to *_powerhook to indicate that we've been | Theo de Raadt |
2010-08-28 | powerhooks in acpi drivers? oh boy. change this into a (not yet called) | Theo de Raadt |
2010-08-28 | regen | Miod Vallat |
2010-08-28 | Provide a way to get < and > symbols on 101-key slovenian layouts; from | Miod Vallat |
2010-08-28 | In pckbd_scancode_translate(), correctly translate the break sequence | Miod Vallat |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2010-08-28 | Remove dead code, ansify, and clean the match routine; adapted from a diff | Miod Vallat |
2010-08-27 | Make PCI Power Management optional, and only enable it when acpi(4) attaches. | Mark Kettenis |
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 |