summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-06-28Convert list_head lists into TAILQs and LISTs and fix up header includesJonathan Matthew
2015-06-26Completely skip entries for disabled LAPICs so they don't overwritePhilip Guenther
2015-06-26Add Linux completion API and use it.Mark Kettenis
2015-06-26There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available.Mark Kettenis
2015-06-26Revert previous. uvideo checks the transfered length of every frame andMartin Pieuchot
2015-06-26Adapt to the removal of the symbolic input and output port names fromMiod Vallat
2015-06-25Cards with revision < 10 (qemu rev is 0), have no ad1848 chip andAlexandre Ratchov
2015-06-25Ensure the setup block is DMA reachable.Theo de Raadt
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-06-24Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full;Miod Vallat
2015-06-24#undef HZ before defining it such that compiling a kernel with -DHZ=xxx works.Mark Kettenis
2015-06-24Linux jiffies and OpenBSD ticks are the same thing.Mark Kettenis
2015-06-24Quirk needed for SuperTop IDE bridge from frantisek holop.Martin Pieuchot
2015-06-24regenMartin Pieuchot
2015-06-24SuperTop IDE bridge from frantisek holop.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-24Introduce Linux work queue APIs and use them. As a side-effect, this willMark Kettenis
2015-06-22Flush out another small diff to reduce the diffs with Linux.Mark Kettenis
2015-06-22Do not update frame lengths to reflect what has really been transferedMartin Pieuchot
2015-06-22Make xhci(4)'s root hub report the same status bits as physical USB3 hubs.Martin Pieuchot
2015-06-22Apparently some BIOSes not supporting xHCI natively switch USB portsMartin Pieuchot
2015-06-21Don't use uninitialized data as a return value.Kenneth R Westerback
2015-06-21Don't leak mem if wsfont_rotate() fails.Jeremie Courreges-Anglas
2015-06-21memory leak on failure; from Maxime VillardTheo de Raadt
2015-06-20Only match devices with a valid configuration.Martin Pieuchot
2015-06-19Only match devices with a valid configuration.uaa
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-06-18For unsupported sample formats, don't return EINVAL but set the closestChristian Weisgerber
2015-06-18CP2110 is handled by uslhcom not uslcomJonathan Gray
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-17when no fingers are down, send 0 for zJoshua Stein
2015-06-17fix compilation with UBCMTP_DEBUGJoshua Stein
2015-06-17Four new sensors, from David Higgs.Martin Pieuchot
2015-06-16Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.Jonathan Gray
2015-06-16regenJonathan Gray
2015-06-16Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.Jonathan Gray
2015-06-15Bring back r1.78 and r1.79, now that ajactouto@'s regression hasMartin Pieuchot
2015-06-15Set the length of isochronous transfers as the sum of the frames lengths.Martin Pieuchot
2015-06-15Remove comments referring to Linux iwlwifi source filenames from iwm(4).Stefan Sperling
2015-06-15Make the wifi LED work with iwm(4).Stefan Sperling
2015-06-14Implement IQ calibration support for rtwn(4). Lots of black magic involved.Stefan Sperling
2015-06-13Parse _CST objects and use the C-states they describe when they're sane.Philip Guenther
2015-06-13Busy-wait a short while after sending a command to rtwn(4) firmware.Stefan Sperling
2015-06-12Only match devices with a valid configuration.Martin Pieuchot
2015-06-12Actually trigger iwm_init_task() from iwm_watchdog() as intended to giveStefan Sperling
2015-06-12Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220.Stefan Sperling
2015-06-11remove uneeded pci includesJonathan Gray
2015-06-10Typos: equalivant, fucntion, libary.Miod Vallat