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
*
Set the BGE_RX_MTU register correctly so that we can receive slightly
wpaul
2003-08-04
1
-1
/
+1
*
Remove alpha vtophys() hack from if_bgereg.h and clean up unneeded
wpaul
2003-07-25
2
-7
/
+0
*
Convert bge(4) to use busdma. I have not tested this on anything
wpaul
2003-07-25
2
-127
/
+856
*
Add support for the BCM5705 and its ilk. Changes:
wpaul
2003-07-16
2
-111
/
+298
*
Squelch spurious "gigabit link up" messages generated on some fiber NICs
wpaul
2003-07-11
1
-4
/
+19
*
Remove unused variable(s).
phk
2003-05-31
1
-2
/
+0
*
- Make this work with PAE.
ps
2003-05-21
2
-18
/
+20
*
- Change the full Asic revision defines to CHIPID to better since the
ps
2003-05-07
2
-41
/
+49
*
Implement the write twice to send producer index workaround for
ps
2003-05-04
1
-0
/
+11
*
- Change the short hand representation of the various ASIC revisions
ps
2003-05-03
2
-11
/
+47
*
- Move bge_phy_hack into the phy code and implement the various DSP
ps
2003-05-03
1
-50
/
+37
*
Add untested support for the Broadcom 5704.
ps
2003-05-02
2
-0
/
+10
*
Update the mbuf watermark settings to match the latest documentation
ps
2003-04-26
1
-3
/
+3
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-9
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-13
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Obtain the media type from the shared memory and only use the eeprom
ps
2003-02-05
2
-7
/
+17
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Remove miidevs.h and generate it from miidevs at compile time.
obrien
2003-01-19
1
-1
/
+1
*
Put the ASIC revision into the device description string so it appears
jdp
2003-01-07
1
-1
/
+10
*
Don't reference the maxlen and flags fields in the ring control blocks
jdp
2003-01-06
2
-57
/
+45
*
network interface driver changes:
sam
2002-11-14
2
-40
/
+15
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
1
-4
/
+4
*
Fix the code so that it no longer on alpha refers to the now nonexistent
mjacob
2002-10-11
1
-17
/
+1
*
Fix a typo in BGE_BIGENDIAN_INIT.
jake
2002-10-01
1
-2
/
+2
*
Add support for the BCM5702x chips.
iwasaki
2002-09-28
2
-0
/
+3
*
Fix a couple of longstanding typos which would have made a
jdp
2002-09-22
1
-1
/
+2
*
Follow the lead of recent changes in the 3com Linux driver by
jdp
2002-09-22
1
-46
/
+3
*
Set up the BCM570x chip's DMA Read/Write Control register more
jdp
2002-09-22
1
-2
/
+10
*
Add support for the BCM5703x chips. I do not have one of these
jdp
2002-09-08
2
-3
/
+23
*
Recognize the Altima AC9100 chip, which is used in current versions
jdp
2002-07-26
2
-0
/
+3
*
Disable hardware checksum offloading of IP fragments in the bge
jdp
2002-07-04
1
-1
/
+1
*
catch up with ext_free prototype change.
alfred
2002-06-29
1
-2
/
+2
*
Add missing splx().
mp
2002-06-24
1
-1
/
+3
*
Work around what appears to be a chip bug in the BCM5701 that shows
jdp
2002-06-24
2
-2
/
+37
*
Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/
phk
2002-04-28
1
-2
/
+2
*
Add missing splx calls in bge_tick. These don't make any functional
jdp
2002-04-22
1
-1
/
+4
*
Try to sort out the correct way to generate async link state change
wpaul
2002-04-04
2
-15
/
+73
*
Teach the bge driver about the BCM5701 (specifically, the 3Com
wpaul
2002-03-22
2
-4
/
+20
*
Remove __P.
alfred
2002-03-20
1
-58
/
+56
*
Remove mbuf exhaustion warning messages; these are handled by the
silby
2002-02-11
1
-6
/
+0
*
Add support for the Netgear GA302T 10/100/1000 adapter. Given that
jdp
2002-01-27
2
-0
/
+8
*
Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef)
peter
2001-12-18
1
-0
/
+4
*
Disabled input hardware checksum due to it being calculated incorrected
dg
2001-12-14
1
-0
/
+2
*
Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the
brooks
2001-12-03
1
-1
/
+1
*
Do not call mii_polltick() immediately after mii_tick().
jlemon
2001-09-29
1
-12
/
+9
*
Set the 'no pseudo header checksum' option for RX checksums, otherwise
wpaul
2001-09-28
1
-3
/
+3
*
Add device driver support for the Broadcom BCM570x family of gigabit
wpaul
2001-09-27
2
-0
/
+4828