summaryrefslogtreecommitdiffstats
path: root/sys/dev/tl/if_tl.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Remove variable initialized but no longer actually used since r226995.marius2011-11-021-3/+0
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-011-217/+126
* - Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respectivemarius2010-10-241-6/+18
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-2/+4
* - Hook into the existing stat timer to drive the transmit watchdog insteadjhb2009-11-191-11/+12
* Use the bus_*() routines rather than bus_space_*() for register operations.jhb2009-11-171-3/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Fix shutdown prototypes.imp2009-02-101-3/+3
* Move the tl driver form sys/pci to sys/dev/tl.imp2008-08-141-0/+2363
OpenPOWER on IntegriCloud