summaryrefslogtreecommitdiff
path: root/sys/dev/bm
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove bm(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-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
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-12Remove some hacks to handle strange behavior of LXT 970 PHYs now betterNathan Whitehorn
2011-05-06Do not use Open Firmware to open the device and instead program its startNathan Whitehorn
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-02-04Fix bm_shutdown() KOBJ method to correspond to return int, as it should.Nathan Whitehorn
2008-10-13Change the way we enable the BMAC cell in macio. Instead of calling theNathan Whitehorn
2008-09-23Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...Nathan Whitehorn
2008-09-02Fix a multiple locking bug in bm(4) that could cause panics on a WITNESS-enab...Nathan Whitehorn
2008-07-03Fix some locking and logic bugs pointed out by jhb. These fix driver detach a...Nathan Whitehorn
2008-06-07Add support for the Apple Big Mac (BMAC) Ethernet controller,Marcel Moolenaar