summaryrefslogtreecommitdiff
path: root/sys/dev/wb
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove wb(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-10-09Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-07-11All mbuf external free functions never fail, so let them be void.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-08-25Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann
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-01- Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2010-11-07Fix indentation in r213894.Marius 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-06-11strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon
2008-08-14Move wb driver from sys/pci to sys/dev/wb.Warner Losh