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