Age | Commit message (Expand) | Author |
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 |
2010-08-27 | Run powerhooks with interrupts blocked. This requires a bit of a song and | Theo de Raadt |
2010-08-27 | caught a small typo while reading the code: senor -> sensor | Robert Nagy |
2010-08-27 | Since the changes in neo(4) work, it is very likely that the exact same | Theo de Raadt |
2010-08-27 | Mangle neo_power's contents into a neo_activate function, then make | Theo de Raadt |
2010-08-27 | Make the powerhook code simply call the activate function (it actually does | Theo de Raadt |
2010-08-27 | Since the pci-specific activate function does nothing, move it to fxp.c. | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | Mutilate the powerhook function into an activate function, then create | Theo de Raadt |
2010-08-27 | Delete #if'd out powerhook code which is just unfinished scaffolding | Theo de Raadt |
2010-08-27 | Stop calling xxx_power() from xxx_resume(); instead do it the other way around. | Mark Kettenis |
2010-08-27 | Have the em powerhook call the activate function, which does a way better | Theo de Raadt |
2010-08-27 | Move the xl_pci_activate function into xl_activate so that it is in the | Theo de Raadt |
2010-08-27 | Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around | Theo de Raadt |
2010-08-27 | no need for a sc_suspended variable | Theo de Raadt |
2010-08-27 | screen blanking code for SM502, and some smfb code cleanup. | Miod Vallat |
2010-08-27 | These do not need powerhook functions. | Theo de Raadt |
2010-08-27 | gem never had any powerhook support | Theo de Raadt |
2010-08-27 | Delete comments about these drivers needing powerhook support; they don't. | Theo de Raadt |
2010-08-27 | get some format strings and variables right in debug output | David Gwynne |
2010-08-27 | More killing of PWR_STANDBY. cvs skipped these files | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-26 | Screen burner support for SM712 flavour (Lemote Yeeloong) | Miod Vallat |
2010-08-26 | make the comment explaining the kernel submaps a bit better. | Thordur I. Bjornsson |
2010-08-26 | Link local multicast requires a scope (either from the src or dst address) | Claudio Jeker |
2010-08-26 | regen | Jonathan Gray |
2010-08-26 | Add HP iLO3 devices and another PLX bridge. | Jonathan Gray |
2010-08-25 | Make CardBus ral(4) suspend and resume properly on machines that keep the | Mark Kettenis |
2010-08-25 | Let rtable_add() return usefull errnos so that the ioctl handler and the | Claudio Jeker |
2010-08-25 | Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that | Claudio Jeker |
2010-08-25 | When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interface | Claudio Jeker |
2010-08-25 | Remove the SPARC_BOOT_ELF define and associated machinery since it does | Joel Sing |
2010-08-25 | try giving all devices on ami access to all the ccbs. iopools will share | David Gwynne |
2010-08-25 | add scsi_iopool_destroy and scsi_link_shutdown. when a link or | David Gwynne |
2010-08-24 | spaces | Claudio Jeker |
2010-08-24 | Add a splnet() around a block that needs it for sure. Maybe more in | Claudio Jeker |
2010-08-24 | Only do the link state checking and RTF_UP dance if the routing table is | Claudio Jeker |
2010-08-24 | lockmgr -> rwlock conversion | Bret Lambert |
2010-08-24 | legibility fixes: | Bret Lambert |
2010-08-24 | last is a pointer so initialize to NULL and not 0. Also move initialization | Claudio Jeker |
2010-08-23 | Implement bus_space_barrier() on sgi; on xbridge, this will also flush | Miod Vallat |
2010-08-23 | Rework the logic of xbridge pci_conf_{read,write} to avoid doing the disable | Miod Vallat |
2010-08-23 | * if there's an error setting indirect more for a volume knob widget, | Jacob Meuser |