aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bm
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-8/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* 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-013-200/+40
* Remove some hacks to handle strange behavior of LXT 970 PHYs now betterNathan Whitehorn2011-05-121-10/+0
* Do not use Open Firmware to open the device and instead program its startNathan Whitehorn2011-05-061-19/+15
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-5/+13
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Fix bm_shutdown() KOBJ method to correspond to return int, as it should.Nathan Whitehorn2009-02-041-2/+4
* Change the way we enable the BMAC cell in macio. Instead of calling theNathan Whitehorn2008-10-131-9/+13
* Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...Nathan Whitehorn2008-09-231-2/+2
* Fix a multiple locking bug in bm(4) that could cause panics on a WITNESS-enab...Nathan Whitehorn2008-09-021-1/+1
* Fix some locking and logic bugs pointed out by jhb. These fix driver detach a...Nathan Whitehorn2008-07-033-40/+26
* Add support for the Apple Big Mac (BMAC) Ethernet controller,Marcel Moolenaar2008-06-073-0/+1755