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
*
Improve the integration of BCM5906[M] support:
marius
2008-05-14
2
-66
/
+63
*
Use a better approach to force the interrupt which should work for
bz
2008-05-05
2
-6
/
+25
*
Use the correct bit when trying to force an interrupt through the HCC reg.
bz
2008-05-01
1
-1
/
+1
*
Add support for the BCM5906[M] adapters. These adapters only support
jhb
2008-04-29
2
-59
/
+337
*
Remove some remnant alpha hacks.
marius
2008-04-26
1
-1
/
+1
*
- Use more appropriate maxsize, nsegments and maxsegsize parameters
marius
2008-04-26
1
-12
/
+6
*
In some situations we were not clearing pending link state attentions.
bz
2008-04-08
1
-0
/
+17
*
Don't enable the workaround for the jitter bug on the 5722.
jhb
2008-03-11
1
-3
/
+4
*
Style tweak to the 5722 chipid to match the rest of this file.
jhb
2008-03-06
1
-1
/
+1
*
Flesh out support for the BCM5722 by recognizing the phy on the 5722 and
jhb
2008-03-06
2
-0
/
+2
*
Add a flag for Ethernet@WireSpeed capability and correct chip revisions.
jkim
2008-01-18
2
-1
/
+11
*
Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).
jkim
2008-01-18
1
-1
/
+1
*
Add support for the BMC5722.
remko
2007-12-25
2
-0
/
+2
*
Do not report MAC, TX, and RX stats via sysctl(8) with BCM5705+.
jkim
2007-11-16
1
-7
/
+6
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-2
/
+3
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
1
-1
/
+1
*
Add on/off controls for VLAN_MTU and VLAN_HWTAGGING to bge(4).
yar
2007-06-01
1
-2
/
+41
*
Remove an empty line.
jkim
2007-05-22
1
-1
/
+0
*
Remove BCM5704S specific tunable (hw.bge.fake_autoneg) and
jkim
2007-05-22
1
-15
/
+13
*
Rearrange DMA read/write control register settings based on document snippet
jkim
2007-05-22
2
-46
/
+45
*
Remove stale alpha support code.
jkim
2007-05-22
1
-11
/
+0
*
Fix time out check in EEPROM read and move delays to give some settle time.
jkim
2007-05-22
1
-11
/
+12
*
Add delays in MI communication register R/W loops.
jkim
2007-05-22
1
-0
/
+2
*
Reflect MFC of pci_find_extcap().
jkim
2007-05-01
1
-1
/
+1
*
- Add support/quirks for the on-board BGEs found in Sun Blade 1500
marius
2007-04-30
2
-34
/
+98
*
Enable MSI support on RELENG_6.
jkim
2007-04-02
1
-3
/
+3
*
Fix some OID names and minor style as per feedback from various people.
scottl
2007-03-13
1
-16
/
+11
*
Add MAC, RX, and TX stats reporting via sysctl.
scottl
2007-03-12
1
-10
/
+147
*
Add more chipset revision IDs.
jkim
2007-03-09
2
-0
/
+5
*
Use correct bits to stop firmware when ASF mode is enabled.
jkim
2007-03-08
1
-2
/
+2
*
Fix more style(9) bugs.
jkim
2007-03-08
1
-76
/
+62
*
Fix style(9) and consistency.
jkim
2007-03-06
1
-87
/
+105
*
Pollute bge(4) with #if's and #ifdef's to make MFC easier.
jkim
2007-03-06
1
-27
/
+77
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Use bge_writereg_ind() to do global reset as we did before 1.159 for certain
jkim
2007-02-14
1
-1
/
+1
*
Fix two typos in comments.
jkim
2007-02-14
1
-2
/
+2
*
Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.
jkim
2007-02-12
2
-0
/
+4
*
Fix style(9).
jkim
2007-02-12
2
-1609
/
+1612
*
Add PHY DSP code for BCM5755M.
jkim
2007-02-12
2
-1
/
+5
*
- Fix BCM5754 support found in Dell PowerEdge SC440.
jkim
2007-01-15
2
-19
/
+36
*
Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.
jdp
2007-01-11
1
-1
/
+1
*
After rev.1.169, the "interrupt" coalescing parameters are not used in
bde
2006-12-26
1
-8
/
+2
*
Re-enable MSI support for those chips on which it is believed to work
jdp
2006-12-22
2
-34
/
+88
*
Correct the BGE_CHIPID_BCM5750_B0 constant.
jdp
2006-12-22
1
-1
/
+1
*
In bge_txeof(), cancel the watchdog timeout if all descriptors have
bde
2006-12-20
1
-1
/
+2
*
Avoid a race and a pessimization in bge_intr():
bde
2006-12-20
1
-6
/
+22
*
Partially back out rev. 1.148 and use new ETHER_BPF_MTAP() macro for VLAN.
jkim
2006-12-20
1
-11
/
+5
*
- Add missing callout_drain() call.
oleg
2006-12-19
1
-12
/
+10
*
- Remove stale VPD support and its comment and get device name from VPD API.
jkim
2006-12-18
2
-48
/
+19
*
Disable bge MSI support for now. A couple of people warned me that there
jdp
2006-12-15
1
-0
/
+9
[next]