aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bm
Commit message (Expand)AuthorAgeFilesLines
* 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