aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wb
Commit message (Expand)AuthorAgeFilesLines
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-12/+12
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-111-4/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-5/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+2
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-012-249/+45
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-15/+3
* Fix indentation in r213894.Marius Strobl2010-11-071-1/+1
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-3/+4
* - Hook into the existing stat timer to drive the transmit watchdog insteadJohn Baldwin2009-11-192-15/+15
* Use the bus_*() routines rather than bus_space_*() for register operations.John Baldwin2009-11-172-18/+7
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon2009-06-111-3/+3
* Move wb driver from sys/pci to sys/dev/wb.Warner Losh2008-08-142-0/+2312