Age | Commit message (Expand) | Author |
2015-08-17 | The 80's called and want their interface back. Remove last fragments of | Kenneth R Westerback |
2015-08-15 | Do not perform timeout maintainance on sc->poll_timeout if it has not been | Miod Vallat |
2015-08-15 | do the global tx free accounting in myx_start with a single atomic op | David Gwynne |
2015-08-15 | rework the tx path to use a ring to keep track of dmamaps/mbufs. | David Gwynne |
2015-08-14 | move to a per rx ring timeout for refilling empty rings. | David Gwynne |
2015-08-14 | rework how we track the packets on the rx rings. | David Gwynne |
2015-08-12 | Remove last two 'uses' of d_subtype in tree. No point in setting | Kenneth R Westerback |
2015-08-12 | Merge two return branches in vmt_tclo_tick(). No functional changes. | Masao Uebayashi |
2015-08-12 | removes two mem leaks in ti (in error path). | Sebastien Marie |
2015-08-12 | update author information of the copyright section. | Yojiro Uo |
2015-08-12 | Use a linker script when building i386 kernels to allow section padding on | Mike Larkin |
2015-08-12 | Check proper HPET period value during attach. | Mike Larkin |
2015-08-11 | Don't inline long functions as this tends to increase object size | Alexandre Ratchov |
2015-08-11 | fix regressions introduced in my previous commmit, resulting in | Joerg Jung |
2015-08-05 | Fix i217 PHY initialization | Stefan Fritsch |
2015-08-04 | Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT. | Philip Guenther |
2015-08-04 | do not save & restore a capability register, it is RO. | Theo de Raadt |
2015-08-04 | add Realtek ALC1150, from Alexandre H. ok deraadt | Ted Unangst |
2015-08-04 | regen | Ted Unangst |
2015-08-04 | add C610 HD Audio, from Alexandre H. ok deraadt | Ted Unangst |
2015-08-04 | If we are setting ACPI_PM1_BM_RLD do it only once, and remember to | Theo de Raadt |
2015-08-04 | Fix clct(4) audio driver which was stuttering to the point of being useless. | Stefan Sperling |
2015-08-04 | Provide the fallback C1-via-halt even when _CST can't be evaluated. | Philip Guenther |
2015-08-04 | Fix a handful of incorrect register offsets in acpihpet. | Mike Larkin |
2015-08-03 | Remove a debug printf that should have been removed years ago. ok ratchov | Stefan Sperling |
2015-07-29 | Fix spacing and be more verbose in printfs under #ifdef AUDIO_DEBUG. | Alexandre Ratchov |
2015-07-29 | Use DMA pointer determine the number of times the audio(4) layer has | Alexandre Ratchov |
2015-07-29 | Something subtle in previous revision is locking up suspend or booting | Theo de Raadt |
2015-07-29 | Determine and print Xen hypervisor version. | Mike Belopuhov |
2015-07-29 | Zap a SLIST in a more obviously correct/safe way. | Kenneth R Westerback |
2015-07-29 | Rework buffer position reporting code. | Alexandre Ratchov |
2015-07-28 | add missing space, from Donovan Watteau <tsoomi at gmail.com> | Alexandre Ratchov |
2015-07-28 | In case the system misses enough audio interrupts for DMA | Alexandre Ratchov |
2015-07-28 | Add the AUDIO_GETPOS ioctl() to fetch a snapshot of the 4 counters | Alexandre Ratchov |
2015-07-28 | Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a more | Kenneth R Westerback |
2015-07-28 | Add callbacks for supported hypervisors in pvbus(4) to print more | Reyk Floeter |
2015-07-27 | zap trailing linefeeds from sr_error() and panic() calls | Alexander Hall |
2015-07-26 | When attaching on an alpha system, get the current textmode resolution by | Miod Vallat |
2015-07-26 | Make pcic_ident_ok() completely silent in case of failure. | Miod Vallat |
2015-07-24 | Switch back into counting bytes rather than blocks. We can't just | Alexandre Ratchov |
2015-07-24 | if we free the mbuf in the rx path, clear the pointer to it so we dont | David Gwynne |
2015-07-23 | Add the bhyve id to recognize if we're running under this hypervisor. | Reyk Floeter |
2015-07-22 | Represent the current stream position in blocks rather than bytes | Alexandre Ratchov |
2015-07-21 | Switch pvbus(4) to fully dynamic autoconf - drivers don't have to be | Reyk Floeter |
2015-07-21 | iRespect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-07-21 | Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be found | Reyk Floeter |
2015-07-21 | Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. | Reyk Floeter |
2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' | Kenneth R Westerback |
2015-07-20 | fix spacing | Mike Larkin |
2015-07-20 | Add a quirk for Cirrus Logic PD6729, for earlier silicon versions of this | Miod Vallat |