index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
bm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+2
*
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
marius
2011-11-01
3
-200
/
+40
*
Remove some hacks to handle strange behavior of LXT 970 PHYs now better
nwhitehorn
2011-05-12
1
-10
/
+0
*
Do not use Open Firmware to open the device and instead program its start
nwhitehorn
2011-05-06
1
-19
/
+15
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-5
/
+13
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Fix bm_shutdown() KOBJ method to correspond to return int, as it should.
nwhitehorn
2009-02-04
1
-2
/
+4
*
Change the way we enable the BMAC cell in macio. Instead of calling the
nwhitehorn
2008-10-13
1
-9
/
+13
*
Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...
nwhitehorn
2008-09-23
1
-2
/
+2
*
Fix a multiple locking bug in bm(4) that could cause panics on a WITNESS-enab...
nwhitehorn
2008-09-02
1
-1
/
+1
*
Fix some locking and logic bugs pointed out by jhb. These fix driver detach a...
nwhitehorn
2008-07-03
3
-40
/
+26
*
Add support for the Apple Big Mac (BMAC) Ethernet controller,
marcel
2008-06-07
3
-0
/
+1755