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
/
bge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo.
yongari
2013-04-02
1
-1
/
+1
*
r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).
yongari
2013-03-13
1
-3
/
+17
*
Mention NetLink controllers in the fallback description, too.
marius
2013-01-26
1
-1
/
+1
*
- Improve some comments.
marius
2013-01-26
1
-83
/
+70
*
bge_attach() can fail before attaching mii(4). So make sure to check
yongari
2013-01-24
1
-2
/
+2
*
For 57765 class controllers, set low watermark max receive frames to 1.
yongari
2013-01-24
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-10
/
+10
*
Add preliminary support for BCM57766 ASIC.
yongari
2012-11-30
2
-7
/
+19
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-5
/
+5
*
TCP/UDP checksum offloading feature for IP fragmented datagram was
yongari
2012-11-01
1
-27
/
+0
*
For fast ethernet controllers, Ethernet@WireSpeed is not defined so
yongari
2012-10-24
1
-3
/
+3
*
Ethernet@WireSpeed is defined for 1000baseT adapter to establish a
yongari
2012-10-24
1
-45
/
+46
*
Do not hardcode phy address. Multi-port controllers use different phy
yongari
2012-10-24
2
-12
/
+14
*
Add APE firmware support and improve firmware handshake procedure.
yongari
2012-10-11
2
-48
/
+627
*
Rework controller reset procedure. Previously driver saved
yongari
2012-10-11
2
-34
/
+24
*
Remove unnecessary delay. I don't see any comments in data sheet
yongari
2012-10-10
1
-1
/
+0
*
Fix a long standing VCPU reset sequence bug on BCM5906.
yongari
2012-10-10
1
-9
/
+9
*
Do not force PCIe 1.0a mode in device reset on BCM5717 and newer
yongari
2012-10-10
1
-2
/
+5
*
Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720.
yongari
2012-10-10
1
-1
/
+1
*
On PHY write error use hex number to show the value.
yongari
2012-10-10
1
-4
/
+7
*
If the maximum payload size is 256 bytes or more, set the DMA write
yongari
2012-10-10
2
-5
/
+15
*
Rework device detach. While here, move driver lock/callout
yongari
2012-10-08
1
-18
/
+13
*
Limit applying TX data corruption and FIFO workaround to BCM5719
yongari
2012-10-08
1
-2
/
+2
*
Follow Broadcom datasheet:
yongari
2012-10-05
1
-0
/
+2
*
Add 40 microseconds delay after updating EMAC Mode register as
yongari
2012-10-05
1
-1
/
+8
*
APE firmware touches EMAC Mode and TX/RX MAC Mode registers to keep
yongari
2012-10-05
1
-19
/
+29
*
Don't touch EMAC Mode and TX/RX MAC Mode register when driver is
yongari
2012-10-05
1
-2
/
+5
*
Align the PCI Express #defines with the style used for the PCI-X
gavin
2012-09-18
1
-8
/
+8
*
Fix typo.
yongari
2012-06-07
1
-2
/
+2
*
Take advantage of nitems().
marius
2012-06-02
1
-3
/
+2
*
Remove unnecessary device_printfs.
yongari
2012-05-31
1
-8
/
+0
*
Try to finally get the point in time at which bge_add_sysctls() is called
marius
2012-05-30
1
-3
/
+3
*
Don't force max payload size to 128. Root complex and Endpoint will
yongari
2012-05-23
1
-2
/
+0
*
Make if_ierrors updated whenever any of the following counters are
yongari
2012-03-12
2
-0
/
+8
*
Show PCI bus speed and width as well as running mode of PCI-X
yongari
2012-03-12
2
-7
/
+59
*
Add workaround for PCI-X BCM5704 controller that live behind
yongari
2012-03-12
2
-3
/
+68
*
After r232403, DMA transactions does not cross 4GB boundary for
yongari
2012-03-10
2
-37
/
+6
*
Remove PAE special-case 2GB DMA boundary and always use a 4GB boundary
jhb
2012-03-09
1
-4
/
+0
*
Call bge_add_sysctls() early and especially before bge_can_use_msi() so
marius
2012-02-07
1
-2
/
+2
*
Oops, fix logic error introduced in r230337.
yongari
2012-01-19
1
-1
/
+1
*
Rename dev.bge.%d.msi_disable to dev.bge.%d.msi which matches
yongari
2012-01-19
2
-7
/
+7
*
Introduce a tunable that disables use of MSI.
yongari
2012-01-17
2
-0
/
+10
*
Destroy DMA tag for jumbo RX buffer in device detach.
yongari
2011-12-13
1
-0
/
+2
*
BCM5720 performance tweak from Broadcom.
yongari
2011-12-13
2
-3
/
+18
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Disable updating InputDiscards counter for BCM5717, BCM5718,
yongari
2011-10-28
1
-2
/
+24
*
Add initial BCM5720 support.
yongari
2011-10-28
2
-29
/
+87
*
Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.
yongari
2011-10-27
2
-1
/
+4
*
Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.
yongari
2011-10-27
2
-3
/
+7
[next]