summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-03-08Upgrade to newer firmware needed by some txp(4) variants.thorpej
2020-03-08Follow the example of the MII code and don't register the half-duplexthorpej
2020-03-08- Use BUS_ADDR_{LO,HI}32(), and rather than forcing the descriptorthorpej
2020-03-08 Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2020-03-08Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2020-03-08Fix LOCKDEBUG by calling fdtbus_intr_init as part of cpu_startup_hook, i.e.skrll
2020-03-08Use MUTEX_DEFAULT to avoid confusionskrll
2020-03-08Regen.msaitoh
2020-03-08NVIDIA 0x036[0-7] are nForce MCP55 LPC Bridge.msaitoh
2020-03-08Use BUS_ADDR_{HI,LO}32().thorpej
2020-03-08Support 64-bit DMA addressing on the DP83820, used only when a 64-bitthorpej
2020-03-07If bus_dmatag_subregion(), actually fall back on the base 64-bitthorpej
2020-03-07Fix/Update comments about allocm/freem.isaki
2020-03-07Split sc_lock and sc_exlock.isaki
2020-03-05Remove references to non-existing fonts.fcambus
2020-03-05 u_int*_t -> unit*_t. No funcitonal change.msaitoh
2020-03-05miscelaneous -> miscellaneous in comment.msaitoh
2020-03-05Add support for Farallon PN9000SX from FreeBSD.msaitoh
2020-03-05Regen.msaitoh
2020-03-05Add Farallon PN9000SX Ethernet.msaitoh
2020-03-05No functional change:msaitoh
2020-03-05No functional change:msaitoh
2020-03-05s/Intialize/Initialize/ in comment.msaitoh
2020-03-05Revert "Include opt_diagnostic.h for DIAGNOSTIC."riastradh
2020-03-05Use howmany. NFC.skrll
2020-03-05Remove XXX comment. The sync is done one the last sitd after the loop.skrll
2020-03-05Include opt_diagnostic.h for DIAGNOSTIC.riastradh
2020-03-04Consistency in use of #define names. No functional change as values ofskrll
2020-03-04Restore backward compatibility with netbsd-7 audio.isaki
2020-03-04Add ioctls to get and set raw mode.christos
2020-03-03replace #if condition for irq_slot with __diagused on the cleanup pathjdolecek
2020-03-03Don't clear CFI and priority bit to pass them to the upper layer.msaitoh
2020-03-03Send packets even if link state is not upyamaguchi
2020-03-03Use ixl_atq_exec for waiting the Get link status response of ixl(4)yamaguchi
2020-03-03Added KASSERTyamaguchi
2020-03-03Fix the crash when ixl(4) sends Get link status commandyamaguchi
2020-03-02minor knits in mcast handling.nisimura
2020-03-02Add fido constants, and turn hid "raw" mode for fido devices.christos
2020-03-02New ioctl DIOCGSECTORALIGN returns sector alignment parameters.riastradh
2020-03-02Duh, acctually use all 64-bits when giving the rings to the chip.thorpej
2020-03-02 KNF. No functional change.msaitoh
2020-03-01Add explicit casts in bus_dmatag_subregion() calls to avoid overflow /thorpej
2020-03-01Use the 64-bit PCI DMA tag if available.thorpej
2020-03-01Harmonize bus_dmatag_subregion() handling with other drivers.thorpej
2020-03-01- Range-limit our DMA tag to 40-bit.thorpej
2020-03-01Use the 64-bit PCI DMA tag if available.thorpej
2020-03-01Support 64-bit DMA addressing, and use the 64-bit PCI DMA tag if available.thorpej
2020-03-01introduce AXE_IS_172() conditional to highlight odd ball 172 and invert most ...nisimura
2020-03-01use DOPAUSE. 772B Lenovo now has working rxpause,txpausenisimura
2020-03-01simplify single bit tests. no code difference is observednisimura