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
/
if_bge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in a comment
brueffer
2004-01-13
1
-1
/
+1
*
Add the PCI ID for yet another bge chip: the Altima 1002.
wpaul
2004-01-08
1
-0
/
+2
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-5
/
+5
*
Remove duplicate FBSDID's, move others to their right place.
obrien
2003-11-14
1
-3
/
+0
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-4
/
+6
*
o add locking
sam
2003-11-11
1
-60
/
+106
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Add support for the Broadcom BCM5788 (just another entry to the PCI
wpaul
2003-10-31
1
-0
/
+2
*
By not setting No_CRC in the Mode Control Register, we must also
ps
2003-09-23
1
-1
/
+1
*
From the Broadcom Eratta:
ps
2003-09-23
1
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
On Dell boxes such as the PE2650 we need to disable 3 led mode for the
ambrisko
2003-08-20
1
-0
/
+2
*
Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.
wpaul
2003-08-12
1
-0
/
+4
*
The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. Failure
wpaul
2003-08-10
1
-2
/
+10
*
Silence unwanted 'gigabit link up' messages: do not treat the
wpaul
2003-08-10
1
-1
/
+2
*
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
1
-2
/
+0
*
Convert bge(4) to use busdma. I have not tested this on anything
wpaul
2003-07-25
1
-117
/
+793
*
Add support for the BCM5705 and its ilk. Changes:
wpaul
2003-07-16
1
-102
/
+225
*
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
1
-17
/
+15
*
- Change the full Asic revision defines to CHIPID to better since the
ps
2003-05-07
1
-23
/
+22
*
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
1
-10
/
+38
*
- 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
1
-0
/
+5
*
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
1
-7
/
+15
*
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
1
-47
/
+42
*
network interface driver changes:
sam
2002-11-14
1
-29
/
+15
*
Fix the code so that it no longer on alpha refers to the now nonexistent
mjacob
2002-10-11
1
-17
/
+1
*
Add support for the BCM5702x chips.
iwasaki
2002-09-28
1
-0
/
+2
*
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
1
-3
/
+19
*
Recognize the Altima AC9100 chip, which is used in current versions
jdp
2002-07-26
1
-0
/
+2
*
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
1
-2
/
+36
[next]