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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Due to an incorrect macro, it appears that this driver has always been
scottl
2006-11-16
2
-14
/
+18
*
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
*
Refine the checksum hack a little. It appears that the chip can handle UDP
scottl
2006-10-24
1
-3
/
+7
*
There seems to be a problem with txcsum and UDP. Turn it off until it is
scottl
2006-10-21
1
-0
/
+5
*
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
2
-219
/
+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
2
-7
/
+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
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Gratuitous tag alignment. It bugged me.
mjacob
2006-05-04
1
-1
/
+1
*
Only use the low address for stats collection.
ps
2006-04-26
1
-3
/
+1
*
Fix half of the current i386 tinderbox failure. max_bus_addr should be a
jhb
2006-04-25
1
-1
/
+1
*
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
3
-0
/
+15209