summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-11-24in the resume path evaluate _WAK before dealing with device driversJonathan Gray
2009-11-24Reporting battery insert/removal was debug code. dmesg is notTheo de Raadt
2009-11-24Add event framework.Marco Peereboom
2009-11-24at close() get rid of the usb task before we start tearing down; ok mglockerTheo de Raadt
2009-11-24Correct the copy out of the packet into the mbuf. We need to loop orClaudio Jeker
2009-11-24Reset the chip an re-initialise the interface after reset. Resetting theMark Kettenis
2009-11-24abort suspends on SMP systems until that gets written; ok mlarkinTheo de Raadt
2009-11-24Thoroughly reset the chip upon suspend and give the PHY a chance toMark Kettenis
2009-11-24Properly re-initialise the PHY upon resume.Mark Kettenis
2009-11-24for MCLGETI to work correctly drivers need to first dequeue all availableClaudio Jeker
2009-11-24msk_newbuf() had an off by one when putting the packet onto the clusterClaudio Jeker
2009-11-24implement suspend and resumeJacob Meuser
2009-11-24Toggle SENSOR_FINVALID based on sensor data validityTheo de Raadt
2009-11-24Bring multicast/promisc handling in line with other network drives.Joel Sing
2009-11-24Allow the passphrase to be changed on softraid crypto volumes. Ensure thatJoel Sing
2009-11-24Factor out crypto code allowing for future reuse.Joel Sing
2009-11-24Save state on suspend and restore that state and the bridge windows on resumeMark Kettenis
2009-11-24fix hardware polling interval calculation. uaudio on my Logitech webcamJacob Meuser
2009-11-24kill hooks and timeouts before calling complex sleeping code from detach; ok jsgTheo de Raadt
2009-11-23in detach, get rid of powerhook before doing sleeping operationsTheo de Raadt
2009-11-23little annoying knfTheo de Raadt
2009-11-23pckbd_activate() should return failure if it knows; ok piroftiTheo de Raadt
2009-11-23Make vge(4) detachable.Mark Kettenis
2009-11-23some whitespace cleanups.Owain Ainsworth
2009-11-23move the lastclose function into i915_drv.c where it belongs.Owain Ainsworth
2009-11-23must return result of config_activate_childrenTheo de Raadt
2009-11-23pci should return the result of it's children's suspend/resume calls backMike Larkin
2009-11-23Add azalia(4) suspend/resume stabs, now some laptops can go all the way.Paul Irofti
2009-11-23Pad the ringbuffer with NOOPs before wrapping around, instead ofOwain Ainsworth
2009-11-23prevent interrupts storm when the radio switch is turned off whileDamien Bergamini
2009-11-23Add uthum(4) device driver for TEMPerHUM USB temperature andYojiro Uo
2009-11-23suppress warning massage for polling only HID devices.Yojiro Uo
2009-11-23move things from athn_attach() to athn_init() such that we canDamien Bergamini
2009-11-23remove a debug printf that won't compile anymore.Owain Ainsworth
2009-11-23G4X chipsets actually have a slightly larger vblank counter register,Owain Ainsworth
2009-11-23Make it so that instead of grabbing and ungrabbing the spinlock one line apart,Owain Ainsworth
2009-11-23cleanup athn_set_key (not used yet.)Damien Bergamini
2009-11-23nuke some prototypes from functions that died a fair while ago.Owain Ainsworth
2009-11-23Suspend/resume goop for inteldrm, essentially a big pile of save/restoreOwain Ainsworth
2009-11-23acpi* devices need to call their children on suspend/resume.Mike Larkin
2009-11-23remove a global that i used to test protection modes.Damien Bergamini
2009-11-23Later on this will do much more work on suspend/resume, but for nowTheo de Raadt
2009-11-23Bring elink3 at least a bit into the new world. It used to have some superClaudio Jeker
2009-11-23Improve discipline specific ioctl framework and attach to softraid ioctl.Joel Sing
2009-11-23Remove ACPI_SLEEP_ENABLED checks.Paul Irofti
2009-11-23Walk our children in the activate function.Theo de Raadt
2009-11-23better style is DVACT_SUSPEND before DVACT_RESUMETheo de Raadt
2009-11-23knf and spacing that are super annoyingTheo de Raadt
2009-11-23knfTheo de Raadt
2009-11-23Add missing acpivar.h changes from previous commit.Mike Larkin