Age | Commit message (Expand) | Author |
2010-08-17 | Power management for PCI devices. For now just put everything in the D3 | Mark Kettenis |
2010-08-16 | Restore initialization of apcicnaddr which got accidentally removed in revision | Miod Vallat |
2010-08-16 | Make sure we reserve enough room after the kernel image to avoid stomping | Miod Vallat |
2010-08-16 | Add a dummy elf64.c, effectively removing support for loading 64-bit kernels | Mark Kettenis |
2010-08-13 | now that we are at -current again, re-enable POOL_DEBUG | Peter Hessler |
2010-08-13 | Fix indentation. | Mark Kettenis |
2010-08-13 | when sending a fragmented packet, dont check if the interfaces send queue | David Gwynne |
2010-08-12 | homogeneous style. | Damien Bergamini |
2010-08-12 | Enable periodic (every 4 minutes) power amplifier calibration | Damien Bergamini |
2010-08-12 | no need to set these pointers to NULL, softc is already zeroed. | Damien Bergamini |
2010-08-12 | For chips in open-loop power control mode, periodically (every 30 secs) | Damien Bergamini |
2010-08-12 | Fix look-up of the power control digital-to-analog converter (PCDAC) | Damien Bergamini |
2010-08-12 | Fix a ton of space and tab violations. No binary change. | Marco Peereboom |
2010-08-12 | Fix a one character typo that broke interrupt handling on ironlake. | Owain Ainsworth |
2010-08-12 | Instead of returning EBUSY when the busy flag is set in the ioctl, sleep | Owain Ainsworth |
2010-08-12 | Nuke extra (typoed) extern declaration and a spare newline from the last | Owain Ainsworth |
2010-08-12 | Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon | Mark Kettenis |
2010-08-12 | these files don't need to include nearly so many headers | Ted Unangst |
2010-08-12 | clean up some macro obfuscation and assorted styling problems. | Ted Unangst |
2010-08-12 | Initialize xs to NULL in gdt_intr() since it now might be used before | Matthew Dempsky |
2010-08-12 | we are at -current again | Theo de Raadt |
2010-08-11 | Disable the RTC the periodic interrupt. Leaving it enabled causes the | Mark Kettenis |
2010-08-11 | Make the number of vnodes to correspond to the number of buffers in | Bob Beck |
2010-08-11 | crank version | Theo de Raadt |
2010-08-11 | De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements | Theo de Raadt |
2010-08-11 | Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599 | Jonathan Gray |
2010-08-11 | Typo in comment: auhtorized->authorized | Ray Lai |
2010-08-11 | Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free | Kenneth R Westerback |
2010-08-10 | add a description for bsd.sp where appropriate; while here, write | Igor Sobrado |
2010-08-10 | spaces and tabs, no binary change | Marco Peereboom |
2010-08-10 | Someone went nuts with spaces and tabs. No binary change. | Marco Peereboom |
2010-08-09 | sync hardware and software buffer positions on resume | Jacob Meuser |
2010-08-08 | Accept "ACPI 4" or such, bug in laptop or spec? -- Thinkpad SL510 | Theo de Raadt |
2010-08-08 | Fix re_stop() invocation (normally #ifdef'd out) to use new parameter | Kenneth R Westerback |
2010-08-08 | suspend/resume handler for radeondrm | Owain Ainsworth |
2010-08-08 | Close race between the acpi thread and wscons ioctls running in process | Mark Kettenis |
2010-08-08 | suspend/resume support for auich, and some infrastructure in ac97 | Jacob Meuser |
2010-08-08 | fix broken english in commented out printf. | Miod Vallat |
2010-08-08 | Stop recursion introduced in rev 1.42, by reverting most of that commit. | Mark Kettenis |
2010-08-08 | Try to save the vga hardware state around suspend, and also redisplay the | Miod Vallat |
2010-08-08 | take us to release | Theo de Raadt |
2010-08-08 | we ship releases with POOL_DEBUG off. post-release, turn it back on. | Theo de Raadt |
2010-08-08 | Restore the APIC ID to what we set it to at boot (some machines come up | Theo de Raadt |
2010-08-08 | activate function for suspend/restore; from mglocker | Theo de Raadt |
2010-08-08 | Reenable acpiasus(4). The bogus code is actually dead code, and jsing@'s | Mark Kettenis |
2010-08-08 | Try and improve legacy controller emulation heuristics; if we think we should | Miod Vallat |
2010-08-08 | Make sure hw.revision_id gets initialized before it's used by em_set_mac_type() | Mark Kettenis |
2010-08-08 | Disable acpiasus(4); it violates the rule that only the acpi thread is allowed | Mark Kettenis |
2010-08-08 | Be consistent in function naming. No functional changes. | Marcus Glocker |
2010-08-08 | convert printf()s that can happen in the resume path to DPRINTF()s. | Jacob Meuser |