Age | Commit message (Expand) | Author |
2015-09-11 | Remove the unfinished che(4) driver for Chelsio 10G cards. I lost interest | Claudio Jeker |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-09-11 | First step at making ix(4) MPSAVE. This is largely based on the em(4) | Claudio Jeker |
2015-09-11 | Don't copy more sense data than we have space for, so we don't crash when | Jonathan Matthew |
2015-09-11 | fairly simple size for free() | Theo de Raadt |
2015-09-11 | size for free() | Theo de Raadt |
2015-09-10 | sizes for free(); ok sthen | Theo de Raadt |
2015-09-10 | simple size for free() | Theo de Raadt |
2015-09-10 | PPB_EXNAMLEN for the extent name; now easier to pass as a size for free() | Theo de Raadt |
2015-09-09 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-06 | Add support for QEMU PCI serial devices in puc(4) | Stefan Fritsch |
2015-09-06 | regenerate from pcidevs | Stefan Fritsch |
2015-09-06 | Add ids for Qemu PCI serial devices | Stefan Fritsch |
2015-09-06 | We actually need an interrupt-safe allocator here, as we call pool_put() | Mark Kettenis |
2015-09-06 | sizes for free(); ok jmatthew | Theo de Raadt |
2015-09-06 | sizes for free() - most are about the firmware memory | Theo de Raadt |
2015-09-05 | regen | Jonathan Gray |
2015-09-05 | add some braswell ids | Jonathan Gray |
2015-09-04 | The bnx_tx_pool gets used from interrupt context, so drop the explicit | Mark Kettenis |
2015-09-02 | correct sizes for free(), sigh | Theo de Raadt |
2015-09-01 | Use the correct free(9) size for the RX ring. | Martin Pieuchot |
2015-09-01 | sizes for free(), mostly related to firmwares. | Theo de Raadt |
2015-09-01 | free() firmware with right len; ok dlg | Theo de Raadt |
2015-08-30 | Add the number of midi ports to the card description, and use it to | Alexandre Ratchov |
2015-08-29 | Set the rx mbuf size to MCLBYTES + ETHER_ALIGN for strict alignment | Mark Kettenis |
2015-08-28 | Set the midi_isopen flag to zero before the chip is reset, as the flag | Alexandre Ratchov |
2015-08-28 | remove forgotten debug printf in envy_midi_close | Alexandre Ratchov |
2015-08-28 | Disable interrupts while the midi uart is not in use. Avoids generating | Alexandre Ratchov |
2015-08-28 | Fix support of M-Audio Delta 44 cards that use different GPIO pins, | Alexandre Ratchov |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-26 | Get rid if em_align. This approach used to make sense, but now that the | Mark Kettenis |
2015-08-24 | Audio on the T400/T410/T510/T420/T520/X220/X220t docks needs a quirk | Jonathan Gray |
2015-08-23 | Make Atom S1200 UART work; Atanas Vladimirov has one. | Theo de Raadt |
2015-08-21 | Run the part of the interrupt handler that does rx completion without holding | Mark Kettenis |
2015-08-21 | enable beep and CD controls on ALC292 | Jonathan Gray |
2015-08-20 | Enable audio on Thinkpad docks. Help from jsg@ for the *40 / *50 series | Mike Larkin |
2015-08-20 | remove unused vesafb code, had been commented out and not compiled in for | Mike Larkin |
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-11 | Don't inline long functions as this tends to increase object size | Alexandre Ratchov |
2015-08-05 | Fix i217 PHY initialization | Stefan Fritsch |
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 | Fix clct(4) audio driver which was stuttering to the point of being useless. | Stefan Sperling |
2015-08-03 | Remove a debug printf that should have been removed years ago. ok ratchov | Stefan Sperling |
2015-07-29 | Use DMA pointer determine the number of times the audio(4) layer has | Alexandre Ratchov |
2015-07-29 | Rework buffer position reporting code. | Alexandre Ratchov |