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
/
bce
/
if_bce.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for SERDES PHY configurations. These are commonly found in
dwhite
2007-01-26
1
-43
/
+13
*
The multicast hash table has 8 slots in the BCE hardware, not 4 slots like
scottl
2007-01-20
1
-4
/
+4
*
- Add a locked variant of bce_ifmedia_upd() for use within the driver and
jhb
2007-01-13
1
-7
/
+18
*
Space cleanup.
delphij
2007-01-11
1
-1
/
+1
*
- Instead of if_watchdog/if_timer interface use our own timer
delphij
2007-01-11
1
-29
/
+26
*
Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x even
jhb
2006-12-06
1
-4
/
+4
*
Due to an incorrect macro, it appears that this driver has always been
scottl
2006-11-16
1
-13
/
+16
*
In bce_start_locked, check the used_tx_bd count rather than the
jdp
2006-11-16
1
-8
/
+8
*
Add MSI support to em(4), bce(4), and mpt(4). For now, we only support
jhb
2006-11-15
1
-3
/
+11
*
Fix a typo in the device ID table that prevented 5708S chips from being
scottl
2006-10-31
1
-2
/
+2
*
Be more like the BGE driver. Ensure that at least 16 TX descriptors are
scottl
2006-10-21
1
-8
/
+11
*
I can't find any reason why an 8 byte alignment should be enforced on rx
scottl
2006-10-19
1
-3
/
+3
*
Remove some spurious debugging, and use more complete error handling for
scottl
2006-10-19
1
-10
/
+20
*
Overhaul the transmit and dma paths:
scottl
2006-10-15
1
-203
/
+121
*
Simplify the arguments to bce_tx_encap.
scottl
2006-10-14
1
-17
/
+14
*
More small whitespace cleanups
scottl
2006-10-14
1
-4
/
+4
*
Don't copy the bd_chain head pointers into temporary objects, they are
scottl
2006-10-14
1
-6
/
+3
*
Fix some whitespace
scottl
2006-10-13
1
-95
/
+95
*
Add a new 'bce_mgmt_init_locked' function to enable the minimal parts
ambrisko
2006-09-20
1
-0
/
+44
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-7
/
+4
*
Remove extra '*/' comment close. In code not normally compiled but a bug neve...
julian
2006-08-15
1
-1
/
+0
*
Expand locking coverage slightly to cover if_drv_flags in a few places
jhb
2006-07-20
1
-4
/
+8
*
Fix ifconfig up when the HW was down. If the driver isn't running
ambrisko
2006-07-12
1
-2
/
+7
*
Log:
davidch
2006-06-08
1
-13
/
+27
*
Fix DEVICE_POLLING support (compile-only tested).
ru
2006-04-13
1
-1
/
+5
*
Hook bce up to the build
ps
2006-04-10
1
-0
/
+2
*
Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)
ps
2006-04-10
1
-0
/
+6797