summaryrefslogtreecommitdiffstats
path: root/sys/dev/wb
Commit message (Expand)AuthorAgeFilesLines
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-5/+4
* 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/+2
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-012-249/+45
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-15/+3
* Fix indentation in r213894.marius2010-11-071-1/+1
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-3/+4
* - Hook into the existing stat timer to drive the transmit watchdog insteadjhb2009-11-192-15/+15
* Use the bus_*() routines rather than bus_space_*() for register operations.jhb2009-11-172-18/+7
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-111-3/+3
* Move wb driver from sys/pci to sys/dev/wb.imp2008-08-142-0/+2312
OpenPOWER on IntegriCloud