summaryrefslogtreecommitdiffstats
path: root/sys/dev/bm
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* 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-013-200/+40
* Remove some hacks to handle strange behavior of LXT 970 PHYs now betternwhitehorn2011-05-121-10/+0
* Do not use Open Firmware to open the device and instead program its startnwhitehorn2011-05-061-19/+15
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-5/+13
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Fix bm_shutdown() KOBJ method to correspond to return int, as it should.nwhitehorn2009-02-041-2/+4
* Change the way we enable the BMAC cell in macio. Instead of calling thenwhitehorn2008-10-131-9/+13
* Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...nwhitehorn2008-09-231-2/+2
* Fix a multiple locking bug in bm(4) that could cause panics on a WITNESS-enab...nwhitehorn2008-09-021-1/+1
* Fix some locking and logic bugs pointed out by jhb. These fix driver detach a...nwhitehorn2008-07-033-40/+26
* Add support for the Apple Big Mac (BMAC) Ethernet controller,marcel2008-06-073-0/+1755
OpenPOWER on IntegriCloud