summaryrefslogtreecommitdiff
path: root/sys/dev/tl
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove tl(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-11-05Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-02Remove variable initialized but no longer actually used since r226995.Marius Strobl
2011-11-01- Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl
2010-10-24- Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respectiveMarius Strobl
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2009-11-19- Hook into the existing stat timer to drive the transmit watchdog insteadJohn Baldwin
2009-11-17Use the bus_*() routines rather than bus_space_*() for register operations.John Baldwin
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-02-10Fix shutdown prototypes.Warner Losh
2008-08-14Move the tl driver form sys/pci to sys/dev/tl.Warner Losh