summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-06-08rearrange delayed_work to avoid the use of container_of while leaving it inJonathan Matthew
2015-06-08pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX.Stefan Sperling
2015-06-08refuse to do polled isochronous transfers, as other usb controller drivers doJonathan Matthew
2015-06-08Ensure polled bulk, control and interrupt transfers actually poll, fixingJonathan Matthew
2015-06-07The Swiss Federal Government decided to shut down HBG at the end of 2011.Claudio Jeker
2015-06-07mark the usb hci driver pci glue code as only needed by the pci attachment,David Gwynne
2015-06-05regenStefan Sperling
2015-06-05Add another PCI ID for Intel Dual Band Wireless AC 3165. From brad.Stefan Sperling
2015-06-04attach rtwn at pciStefan Sperling
2015-06-04New rtwn(4) driver for RTL8188CE wifi cards.Stefan Sperling
2015-06-04syncTheo de Raadt
2015-06-04+ REALTEK RT8191SETheo de Raadt
2015-06-04Add support for em(4) on Teak 3020, a Tolopai (EP80579)Dariusz Swiderski
2015-06-04regenDariusz Swiderski
2015-06-04Add more of Tolopai (EP80579) Gigabit controllers id.Dariusz Swiderski
2015-06-04Check if interface was stopped before calling rx/tx interrupt routines.Mike Belopuhov
2015-06-04Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit fromJonathan Gray
2015-06-04use mallocarray instead of malloc in drm_callocJonathan Gray
2015-06-04remove the now unused alawtolin16 tableJonathan Gray
2015-06-02Add missing define for hpb(4).Martin Pieuchot
2015-06-01regenStefan Sperling
2015-06-01fix typo: Wirelsss -> WirelessStefan Sperling
2015-05-30DRMDEBUG not DRM_DEBUG. From frantisek holop.Jonathan Gray
2015-05-30Acquire/release the i2c bus before/after reading the temperature register.Mark Kettenis
2015-05-30cleanup attach messageTheo de Raadt
2015-05-29Nuke annoying whitespace nits to shrink some future diffs.Kenneth R Westerback
2015-05-29Revert unrelated changes in previous.Masao Uebayashi
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-27Use m_defrag(9) instead of rolling our own inlined version.Mark Kettenis
2015-05-27Improve the controller state check in xhci_resetMike Belopuhov
2015-05-26Fix missing vlan.h include in if_vio.cStefan Fritsch
2015-05-26bump the number of tx and rx descriptors from 128 up to 512.David Gwynne
2015-05-26More than 100+ drivers converted to if_input(), this is the last "real" one.Martin Pieuchot
2015-05-26Build all the firmware for usb devices on armv7.Jonathan Gray
2015-05-25Initialize ipa_ndrq in isascan() too...Miod Vallat
2015-05-25Match newer elantech v4 touchpads, logic taken from Linux.Martin Pieuchot
2015-05-25Make this build when using the __STRICT_ALIGNMENT version of USETW.Jonathan Gray
2015-05-25Prevent a use after free in by closing all open endpoints upon detach.Martin Pieuchot
2015-05-25missing word in comment; Kyle MilzTheo de Raadt
2015-05-24Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators beingMiod Vallat
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessaryMiod Vallat
2015-05-24Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).Matthieu Herrb
2015-05-22Don't use an uninitialised softc pointer in midiread/midiwrite.Jonathan Gray
2015-05-22LITTE_ENDIAN -> LITTLE_ENDIANJonathan Gray
2015-05-22Limit the number of dma segments used for transmitting packets toMark Kettenis
2015-05-21Use m_defrag(9) instead of rolling our own version of it.Mark Kettenis
2015-05-21Establish interrupts for both keyboard and mouse slots at pckbc attach time,Miod Vallat
2015-05-21Report all valid interrupt locators in isaprint() - although config(8) stanzasMiod Vallat
2015-05-21No need for ifp since we do not set "rcvif".Martin Pieuchot
2015-05-21No need to set "rcvif", if_input() does it for you.Martin Pieuchot