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
*
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
*
Add MSI support to the bge driver. I tested this on a Dell SC1435
jdp
2006-12-14
2
-4
/
+19
*
Fix recent style problems and expand a comment.
scottl
2006-12-13
1
-12
/
+15
*
Use the BGE_IS_* macros consistently. Also add a couple of missing
scottl
2006-12-13
1
-5
/
+9
*
Remove a redundant write of the firmware reset magic number. It looks to
scottl
2006-12-13
1
-6
/
+0
*
Use one counter instead of four to make up TX collision stats as BCM5705+.
jkim
2006-12-13
1
-8
/
+1
*
Fix support for certain 575x/578x chips. This consists of the following:
scottl
2006-12-12
2
-35
/
+274
*
- Correct collision counter for BCM5705+. This register is read/clear.
jkim
2006-12-11
1
-10
/
+13
*
- Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day we
jkim
2006-12-04
2
-22
/
+24
*
Use bge_flags to save chipset family and remove dead code while I am here.
jkim
2006-12-04
2
-53
/
+43
*
Fix my error in rev. 1.152
glebius
2006-12-04
1
-1
/
+1
*
Fix white spaces.
jkim
2006-12-01
1
-1
/
+1
*
Simplify statistics updates, remove redundant register reads, and add
jkim
2006-12-01
2
-28
/
+19
*
- Instead of if_watchdog/if_timer interface use our own timer
glebius
2006-11-30
2
-24
/
+18
*
There is no reason to have a PAGE_SIZE alignment enforced on all DMA by the
scottl
2006-10-19
1
-1
/
+1
*
Remove 3Com 985 deviceid that is really ti(4).
glebius
2006-10-03
2
-3
/
+1
*
Allow the ASF feature to be disabled via a tunable. On one of my systems,
scottl
2006-09-23
1
-2
/
+12
*
Do not strip VLAN tag in promiscuous mode.
jkim
2006-09-18
1
-15
/
+28
*
Simplify promiscuous mode check and make ALLMULTI independent from it.
jkim
2006-09-18
1
-14
/
+13
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-6
/
+4
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
1
-2
/
+2
*
Add support to bge(4) to not break IPMI support when the driver attaches
ambrisko
2006-09-09
2
-12
/
+215
*
add a newbus method for obtaining the bus's bus_dma_tag_t... This is
jmg
2006-09-03
1
-1
/
+1
*
/tmp/cvsleYf6y
davidch
2006-09-01
2
-9
/
+11
*
Properly lock ifmedia callbacks. This should prevent concurrent access to PHY.
oleg
2006-08-24
1
-5
/
+24
*
Pack several boolean fields into single bge_flags field.
glebius
2006-08-23
2
-37
/
+43
[next]