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
...
*
Correct a logic error when testing BCE_PHY_SERDES_FLAG.
delphij
2008-11-19
1
-1
/
+1
*
- Updated support for 5716.
davidch
2008-08-27
1
-229
/
+443
*
- Added support for BCM5709 and BCM5716 controllers.
davidch
2008-06-13
1
-1161
/
+2517
*
- Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.
davidch
2008-06-10
1
-49
/
+185
*
Trim an extra semi-colon.
jhb
2008-05-30
1
-1
/
+1
*
The BCE chips appear to have an undocumented requirement that RX frames be
scottl
2008-05-08
1
-0
/
+8
*
Remove some remnant alpha hacks.
marius
2008-04-26
1
-1
/
+1
*
- Fixed a problem with the send chain consumer index which would cause
davidch
2008-04-11
1
-487
/
+389
*
MFC after: 4 weeks
davidch
2008-02-22
1
-649
/
+1533
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-3
/
+5
*
- Fixed a problem that would cause kernel panics and "bce0: discard frame .."
davidch
2007-07-31
1
-114
/
+223
*
- Migrated IPMI fix from RELENG_6.
davidch
2007-06-16
1
-155
/
+274
*
New Features:
davidch
2007-06-07
1
-390
/
+388
*
- Added TSO support
davidch
2007-05-16
1
-382
/
+896
*
MFC after: 2 weeks
davidch
2007-05-04
1
-302
/
+500
*
Catch up the rest of the drivers with the ether_vlan_mtap modifications.
csjp
2007-03-04
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
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
[prev]