summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2015-05-21tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE()Martin Pieuchot
2015-05-21Convert to if_output().Martin Pieuchot
2015-05-21Access to uninitialized variable fixed.Gerhard Roth
2015-05-20Signed types are bad array indicies - let it panic instead.Martin Pelikan
2015-05-20scrap unused ixgbe_get_link_capabilities_X540Mike Belopuhov
2015-05-19Increase a maximum firmware handshake timeout to 10sMike Belopuhov
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-18Prevent splassert from firing during sd_flush which runs "cold"Mike Belopuhov
2015-05-17Read ethernet address from EEPROM on AX88772B based on FreeBSDCan Erkin Acar
2015-05-17We don't need KERNEL_LOCK() around if_input() anymore, as if_input() hasChris Cappuccio