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
...
*
Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumbo
scottl
2004-10-19
1
-2
/
+2
*
Fix the statements for checking if we're dealing with a 5705/5750.
ps
2004-09-25
1
-20
/
+20
*
Add support for the BCM5750/5751. Unfortunately the documentation
ps
2004-09-24
2
-38
/
+132
*
Commit patch to supress spurious link change events. Apparently, with
wpaul
2004-09-17
1
-2
/
+11
*
Bring the advertised interface capabilities into line with the reality
yar
2004-07-24
1
-6
/
+14
*
Add some special case code to fix a problem with the BCM5704 in TBI (fiber)
wpaul
2004-06-09
2
-0
/
+71
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-23
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Add support for BCM5705K
ps
2004-05-24
2
-0
/
+3
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Enable the memory arbiter before turning off the PXE restart. This
ps
2004-04-06
1
-4
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+3
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-6
/
+0
*
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
2
-0
/
+3
*
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
2
-61
/
+115
*
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
2
-0
/
+3
*
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
2
-0
/
+9
*
Fix a typo. BGE_HCC_TX_MAX_COAL_BDS_INT is at offset 0x3C24, not 0x3C34
ps
2003-08-17
1
-1
/
+1
*
Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.
wpaul
2003-08-12
2
-0
/
+6
*
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
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
[prev]
[next]