summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-07-06Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity.Stefan Sperling
2015-07-05fix a format specifier used in SR_DEBUG printfs.Mike Larkin
2015-07-05regenJoerg Jung
2015-07-05add id for TEMPerHUM sensorJoerg Jung
2015-06-30Rename if_output() into if_enqueue() to avoid confusion with commentsMartin Pieuchot
2015-06-29Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"Mike Belopuhov
2015-06-29Clear root hub's "port link state".Martin Pieuchot
2015-06-29Move the logic to handle a "connect status change" from uhub_explore()Martin Pieuchot
2015-06-29Add missing definition of "usb_interface_assoc_descriptor" needed to forMartin Pieuchot
2015-06-29dont double count if_ibytes here, it gets done by something insideDavid Gwynne
2015-06-28Read the lower 16-bits of the GCFGC "double word". Potentially fixes issuesMark Kettenis
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