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