Age | Commit message (Expand) | Author |
2014-06-07 | In run(4), fix TXWI and RXWI offset calculations for RT5592 devices. | Stefan Sperling |
2014-06-07 | Document bwi(4) interrupt error flags by using named constants | Stefan Sperling |
2014-06-04 | Clearing the data toggle bit only makes sense for endpoints that use it, | Martin Pieuchot |
2014-06-04 | Use C99 initializers for pipe and bus methods. | Martin Pieuchot |
2014-06-04 | Properly compare endpoint addresses: ignore the direction bit which | Alexandre Ratchov |
2014-06-03 | Make zyd(4) compile with ZYD_DEBUG. | Stefan Sperling |
2014-06-03 | Fix an off-by-one in zyd_rxeof(). | Stefan Sperling |
2014-06-03 | Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping off | Stefan Sperling |
2014-06-01 | Remove real mode VGA repost option. It was used by nobody, and even if it | Mike Larkin |
2014-05-30 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2014-05-30 | Remove unused fields from the pipes. | Martin Pieuchot |
2014-05-29 | Use the same convention for mixer control names as azalia. | Alexandre Ratchov |
2014-05-28 | Apart from the early exploration done to find a console keyboard during | Martin Pieuchot |
2014-05-27 | We're never going to detach agp(4), so remove the #ifdef'ed out code like we | Mark Kettenis |
2014-05-26 | Matching USB devices per device IDs is not a good idea, especially if | Martin Pieuchot |
2014-05-25 | fix format mistakes when AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-05-25 | The default case in uhci_deactivate() was missing. Because of that, | Martin Pieuchot |
2014-05-24 | Barriers for mips64 | Miod Vallat |
2014-05-24 | Support for newer run(4) hardware ported from FreeBSD's run(4) driver. | Stefan Sperling |
2014-05-24 | regen | Stefan Sperling |
2014-05-24 | Add device IDs for newer run(4) devices. Obtained from FreeBSD. | Stefan Sperling |
2014-05-23 | Expose bif_capacity as the 'design capacity' through an acpibat sensor, | Landry Breuil |
2014-05-21 | We only have one possible location to use for a logged in port, so only set | Jonathan Matthew |
2014-05-21 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-21 | regen | Martin Pieuchot |
2014-05-21 | Add VIA Labs. | Martin Pieuchot |
2014-05-21 | Handle the stall condition just like the bable one since in both cases | Martin Pieuchot |
2014-05-21 | Fix invalid / missing format specifiers in several dnprintf statements | Mike Larkin |
2014-05-20 | regen | Martin Pieuchot |
2014-05-20 | Add VIA VL80x xHCI. | Martin Pieuchot |
2014-05-20 | Format string fixes for XHCI_DEBUG. | Martin Pieuchot |
2014-05-19 | fix format mistakes visible if AUDIO_DEBUG is defined | Alexandre Ratchov |
2014-05-19 | unbreak the build when DIAGNOSTIC is not defined | Jonathan Gray |
2014-05-19 | Update run(4) firmware to version 0.33, with permission from Dennis Lee | Stefan Sperling |
2014-05-18 | hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@ | Jeremie Courreges-Anglas |
2014-05-18 | _PIC is an optional method, so we shouldn't be aborting the rest of the | Mike Larkin |
2014-05-18 | Do not pass an xfer pointer to the timeout routine checking for root hub | Martin Pieuchot |
2014-05-18 | Fix tail packet check in elantech v3 touchpad code. Due to a typo this | Stefan Sperling |
2014-05-18 | Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban. | Stefan Sperling |
2014-05-18 | regen | Stefan Sperling |
2014-05-18 | Add PCI ID for Realtek RTL8402 card reader. | Stefan Sperling |
2014-05-17 | Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF(). | Stefan Sperling |
2014-05-17 | fix format mistakes visible if AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if UAUDIO_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if AUICH_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | unbreak build with AUDIO_DEBUG: use %lx for bus_addr_t | Alexandre Ratchov |
2014-05-17 | unbreak build: exchange %b args order, from miod@ | Alexandre Ratchov |
2014-05-17 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-16 | Reduce the difference between HC drivers by always passing a generic | Martin Pieuchot |
2014-05-16 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |