| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | rwatson | 2015-01-06 | 1 | -2/+1 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-18 | 1 | -9/+9 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 1 | -1/+1 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -5/+1 |
* | Remove variable initialized but no longer actually used since r226995. | marius | 2011-11-02 | 1 | -3/+0 |
* | - Import the common MII bitbang'ing code from NetBSD and convert drivers to | marius | 2011-11-01 | 2 | -249/+131 |
* | - Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respective | marius | 2010-10-24 | 2 | -7/+18 |
* | Converted the remainder of the NIC drivers to use the mii_attach() | marius | 2010-10-15 | 1 | -2/+4 |
* | - Hook into the existing stat timer to drive the transmit watchdog instead | jhb | 2009-11-19 | 2 | -11/+13 |
* | Use the bus_*() routines rather than bus_space_*() for register operations. | jhb | 2009-11-17 | 2 | -18/+7 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Fix shutdown prototypes. | imp | 2009-02-10 | 1 | -3/+3 |
* | Move the tl driver form sys/pci to sys/dev/tl. | imp | 2008-08-14 | 2 | -0/+2955 |