summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-07-18fix typo.Yojiro Uo
2015-07-18add following registers from IEEE 802.3-2009 Clause 22.Yojiro Uo
2015-07-18virtio_pci: Do the ISR read without kernel lockStefan Fritsch
2015-07-18If _CST provides a C2 or C3 but lacks a C1 that we understand, provide aPhilip Guenther
2015-07-18Shuffle include file ordering in preparation for future changes in vgavar.h,Miod Vallat
2015-07-18KNF fixesStefan Fritsch
2015-07-17add missing braces to only call selrecord when intended toJonathan Gray
2015-07-17fix commentsMike Larkin
2015-07-17Nuke a bunch of leading and trailing whitespace so I don't go blindKenneth R Westerback
2015-07-17fix compilation with ACPI_DEBUGJoshua Stein
2015-07-17fix typo.Yojiro Uo
2015-07-16Introduce a Linux compatible wait_event API and use it in the inteldrm code.Mark Kettenis
2015-07-16Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.Martin Pieuchot
2015-07-16add USB3.0 related codeYojiro Uo
2015-07-16ignore 4 byte trailing padding of each recv packet, when copying to upperYojiro Uo
2015-07-16fix recv packet header definitonYojiro Uo
2015-07-15add some definitions from libdrm 2.4.62Jonathan Gray
2015-07-15Fix urtw(4) error code paths to not panic the kernel. Makes the driver workStefan Sperling
2015-07-15Use mallocarray() and unsigned integers.Miod Vallat
2015-07-15Match another Netgear WG111T. This one shares the Non-Firmware ID of aMartin Pieuchot
2015-07-15regenMartin Pieuchot
2015-07-15Another ID for the Netgear WG111T.Martin Pieuchot
2015-07-15Fix two bugs in the variable keys handling:Miod Vallat
2015-07-15add support for newer PCsensor TEMPerHUM thermo- and hygrometers:Joerg Jung
2015-07-15Fix a crash caused by uath(4) if device init fails.Stefan Sperling
2015-07-12Do not trust the hardware when it says that the number of remainingMartin Pieuchot
2015-07-11Make use of recent drm_linux.h additions to further reduce theJonathan Gray
2015-07-10usbd_{endpoint,interface}_count() are no longer used and die.Martin Pieuchot
2015-07-10Do not use usbd_endpoint_count() and usbd_interface_count(), thesesMartin Pieuchot
2015-07-09Revert previous, doesn't fix anything. I managed to reproduceStefan Sperling
2015-07-09Move the softc definition to uvideo.c so that userland can includeMartin Pieuchot
2015-07-09Allow more time for USB athn(4) firmware boot. It seems people on daemonforumsStefan Sperling
2015-07-09Do not use usbd_endpoint_count(), this function is almost unused andMartin Pieuchot
2015-07-09Name unamed structures, from Ludovic Coues with some tweaks.Martin Pieuchot
2015-07-08Fix a use-after-free, from Maxime Villard w/ Brainy.Martin Pieuchot
2015-07-08Overallocate the data segment lists to ensure there's always space for theJonathan Matthew
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
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