summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-24kill hooks and timeouts before calling complex sleeping code from detach; ok jsgTheo de Raadt
2009-11-24Xr uthumTheo 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
ok jsg@, deraadt@
2009-11-23Make the code example fit on an 80 char screen without wrapping.Michael Knudsen
ok guenther (no word from the sunshine girls on the matter, though)
2009-11-23some whitespace cleanups.Owain Ainsworth
there's more in here that needs doing though.
2009-11-23move the lastclose function into i915_drv.c where it belongs.Owain Ainsworth
kill some more dead protos while i'm touching the lines around them anyway.
2009-11-23diffable against amd64Theo de Raadt
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
to its parent. handle suspend failure case and unwind if devices have an activate function that returns failure. ok deraadt@, kettenis@
2009-11-23Add azalia(4) suspend/resume stabs, now some laptops can go all the way.Paul Irofti
Okay deraadt@.
2009-11-23args, not that fileHenning Brauer
2009-11-23no more natpassHenning Brauer
2009-11-23since "nat/rdr pass" are history natpass can goHenning Brauer
2009-11-23Pad the ringbuffer with NOOPs before wrapping around, instead ofOwain Ainsworth
wrapping our commands over. The documentation says that wrap must not happen in the middle of commands. and upstream have seen some odd bugs that may be attributed to this. Based on a diff by Chris Wilson (ickle) from Intel to the linux driver.
2009-11-23tweak previous;Jason McIntyre
2009-11-23rewrite the bridge "rule" option for clarity; tweaks/ok deraadtJason McIntyre
2009-11-23prevent interrupts storm when the radio switch is turned off whileDamien Bergamini
the interface is up and running by properly clearing the condition.
2009-11-23build uthum.4Theo de Raadt
2009-11-23spellingTheo de Raadt
2009-11-23add man page for uthum(4)Yojiro Uo
2009-11-23Add uthum(4) device driver for TEMPerHUM USB temperature andYojiro Uo
humidity sensor. ok deraadt@
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
power off the cardbus slot after athn_attach() and in athn_stop().
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
so tell the vblank layer this. from upstream, ages ago.
2009-11-23Make it so that instead of grabbing and ungrabbing the spinlock one line apart,Owain Ainsworth
we just grab it once and drop it when we're done. will reduce spl/splx wrangling. While here, clean it up a little bit.
2009-11-23cleanup athn_set_key (not used yet.)Damien Bergamini
2009-11-23with the old code we initialized the state keys early in some casesHenning Brauer
and thus had to get rid of them if we didn't create state. this is no longer the case, kill dead code. ok claudio
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
registers (man these things have a lot of state!). ok pirofti@ (who did the activate function and tested).
2009-11-23one kinda-missing log |= PFLOG_FORCE in the v6 case, spotted by claudioHenning Brauer
2009-11-23sync the handling of the log flag from pf_test (where it is correct)Henning Brauer
to pf_test6 (where it is wrong in some edge cases, for match rules and logs a packet twice in some cases). ok claudio
2009-11-23acpi* devices need to call their children on suspend/resume.Mike Larkin
ok deraadt@
2009-11-23bios* devices need to call their children on suspend/resume.Mike Larkin
ok deraadt@
2009-11-23pf_test_fragment: we need to bail out if action == PF_DROP, notHenning Brauer
if action != PF_PASS. same was changed in pf_test_rule a while back but the fragment case was forgotten. since everybody reassembles nobody ran into this.
2009-11-23sync some comments with realityHenning Brauer
2009-11-23remove a global that i used to test protection modes.Damien Bergamini
2009-11-23how did i manage to forget that file in my last commit?Damien Bergamini
2009-11-23Later on this will do much more work on suspend/resume, but for nowTheo de Raadt
it must call it's children. ok kettenis
2009-11-23Bring elink3 at least a bit into the new world. It used to have some superClaudio Jeker
scary mbuf chache that caused massive problems. Now we just pre-allocate empty mbuf cluster for later use. Diff mostly from deraadt@ with some minor changes by myself. Tested with pcmcia ep(4) by myself. OK deraadt@
2009-11-23Improve discipline specific ioctl framework and attach to softraid ioctl.Joel Sing
ok marco@
2009-11-23Remove ACPI_SLEEP_ENABLED checks.Paul Irofti
This enables by default the suspend/resume paths in the kernel. Okay deraadt@.
2009-11-23remove the nat_rule pointer on pf_state and pf_pdesc, obsolete afterHenning Brauer
the NAT rewrite and ever since then only checked in a couple of plaes but never set. same for nat_src_node on pf_state. with this the NAT rewrite made pf over 1000 lines shorter.
2009-11-23oops, call config_activate_childrenTheo de Raadt
2009-11-23pchb must walk children tooTheo de Raadt
2009-11-23Walk our children in the activate function.Theo de Raadt
ok mlarkin pirofti
2009-11-23better style is DVACT_SUSPEND before DVACT_RESUMETheo de Raadt