summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-08-29Fix kernel compiling with disabled IPSEC and enabled GIF/MPLSJoerg Goltermann
2010-08-29put the bufq_restart() in the right place, so that a 2nd resume works.Theo de Raadt
2010-08-28typoTheo de Raadt
2010-08-28Correctly compute memory size if less than 256MB.Miod Vallat
2010-08-28Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc().Miod Vallat
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-08-28rename the *_power functions to *_powerhook to indicate that we've beenTheo de Raadt
2010-08-28powerhooks in acpi drivers? oh boy. change this into a (not yet called)Theo de Raadt
2010-08-28regenMiod Vallat
2010-08-28Provide a way to get < and > symbols on 101-key slovenian layouts; fromMiod Vallat
2010-08-28In pckbd_scancode_translate(), correctly translate the break sequenceMiod Vallat
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
2010-08-28Remove dead code, ansify, and clean the match routine; adapted from a diffMiod Vallat
2010-08-27Make PCI Power Management optional, and only enable it when acpi(4) attaches.Mark Kettenis
2010-08-27Move the activate function from pci to the the main driver, so that theTheo de Raadt
2010-08-27Move the guts of the powerhook function into the activate function and makeTheo de Raadt
2010-08-27Massage the powerhook function into an activate function, and since we doTheo de Raadt
2010-08-27Make the powerhook use the activate functions, which actually do the fullTheo de Raadt
2010-08-27Move the dc_pci_activate function to dc.c, and mangle it up with some ofTheo de Raadt
2010-08-27The powerhook only did stuff at resume; but suspend matters too!Theo de Raadt
2010-08-27Get rid of the clumsy pci_activate function and do this job inside ath.cTheo de Raadt
2010-08-27Run powerhooks with interrupts blocked. This requires a bit of a song andTheo de Raadt
2010-08-27caught a small typo while reading the code: senor -> sensorRobert Nagy
2010-08-27Since the changes in neo(4) work, it is very likely that the exact sameTheo de Raadt
2010-08-27Mangle neo_power's contents into a neo_activate function, then makeTheo de Raadt
2010-08-27Make the powerhook code simply call the activate function (it actually doesTheo 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-27Mutilate the powerhook function into an activate function, then createTheo de Raadt
2010-08-27Delete #if'd out powerhook code which is just unfinished scaffoldingTheo de Raadt
2010-08-27Stop calling xxx_power() from xxx_resume(); instead do it the other way around.Mark Kettenis
2010-08-27Have the em powerhook call the activate function, which does a way betterTheo de Raadt
2010-08-27Move the xl_pci_activate function into xl_activate so that it is in theTheo de Raadt
2010-08-27Improve sdhc_activate, and make sdhc_powerhook a simple wrapper aroundTheo de Raadt
2010-08-27no need for a sc_suspended variableTheo de Raadt
2010-08-27screen blanking code for SM502, and some smfb code cleanup.Miod Vallat
2010-08-27These do not need powerhook functions.Theo de Raadt
2010-08-27gem never had any powerhook supportTheo de Raadt
2010-08-27Delete comments about these drivers needing powerhook support; they don't.Theo de Raadt
2010-08-27get some format strings and variables right in debug outputDavid Gwynne
2010-08-27More killing of PWR_STANDBY. cvs skipped these filesTheo de Raadt
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-26Screen burner support for SM712 flavour (Lemote Yeeloong)Miod Vallat
2010-08-26make the comment explaining the kernel submaps a bit better.Thordur I. Bjornsson
2010-08-26Link local multicast requires a scope (either from the src or dst address)Claudio Jeker
2010-08-26regenJonathan Gray
2010-08-26Add HP iLO3 devices and another PLX bridge.Jonathan Gray
2010-08-25Make CardBus ral(4) suspend and resume properly on machines that keep theMark Kettenis
2010-08-25Let rtable_add() return usefull errnos so that the ioctl handler and theClaudio Jeker
2010-08-25Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so thatClaudio Jeker