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
/
fxp
/
if_fxpvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Intel vendor ID to the device table to make it more uniform so
imp
2014-12-24
1
-1
/
+2
*
Convert fxp(4) to use the driver API.
marcel
2014-06-02
1
-1
/
+1
*
Load entire EEPROM contents in device attach time and verify
yongari
2012-03-28
1
-0
/
+1
*
Partially revert r223608 and selectively allow microcode loading
yongari
2012-03-28
1
-0
/
+1
*
Fix and implement missing parts of flow control support. This also removes
marius
2010-11-26
1
-1
/
+0
*
- Sprinkle const on tables.
marius
2010-11-23
1
-2
/
+2
*
Export hardware MAC statistics through sysctl node. Previously
yongari
2010-05-09
1
-0
/
+25
*
For ICH based fxp(4) controllers treat them as 82559 compatibles.
yongari
2009-06-21
1
-0
/
+8
*
Overhaul fxp(4) multicast filter programming. fxp(4) hardwares do
yongari
2009-06-21
1
-2
/
+1
*
Don't blindly enable Rx lock-up workaround. Newer chips do not need
yongari
2009-06-21
1
-0
/
+1
*
Introduce Rx mbuf dma tag and use it in Rx path. Previously it used
yongari
2009-06-21
1
-1
/
+2
*
Add basic WOL support for 82550/82551/82558 and 82559 based
yongari
2008-11-27
1
-0
/
+2
*
Implement TSO for 82550/82551 controllers.
yongari
2008-11-26
1
-0
/
+6
*
Implement Rx checksum offload for 82559 or later controllers.
yongari
2008-11-26
1
-0
/
+1
*
- Allow fxp_encap() enqueue failed transmissions and set
yongari
2008-11-25
1
-0
/
+1
*
Whitespace fix.
yongari
2008-11-25
1
-6
/
+6
*
- Instead of if_watchdog/if_timer interface use our own timer
glebius
2006-11-30
1
-0
/
+1
*
Convert fxp(4) to use the new bus_alloc_resources() API, it simplifies
mux
2005-09-27
1
-18
/
+8
*
- Use callout_init_mtx() to close a small race between callout_stop() and
jhb
2005-08-08
1
-12
/
+0
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-3
/
+1
*
The PCI bus code saves/restores these config registers now.
imp
2005-06-05
1
-5
/
+0
*
- Encapsulate the code responsible for initializing a new TX descriptor
mux
2005-03-07
1
-0
/
+1
*
Cleanup: u_intXX_t -> uintX_t conversion.
mux
2005-03-06
1
-11
/
+11
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Abstract the locking in fxp(4) a bit more by using macros for
mux
2004-06-02
1
-2
/
+4
*
Use the device sysctl tree instead of rolling our own. Some of the
mux
2004-06-02
1
-2
/
+2
*
Teach fxp(4) to control VLAN_MTU in the hardware.
yar
2004-05-25
1
-0
/
+1
*
Remove unused FXP_UNIT() macro.
brooks
2003-10-30
1
-2
/
+0
*
change timeout to be MPSAFE
sam
2003-09-05
1
-1
/
+1
*
Get rid of the redundant 'gone' field, and overload suspend instead.
imp
2003-04-30
1
-2
/
+1
*
Fix 5 bugs:
imp
2003-04-29
1
-0
/
+1
*
Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):
njl
2003-04-25
1
-0
/
+3
*
Convert the fxp(4) driver to the busdma API.
mux
2003-04-02
1
-9
/
+54
*
As previously threatened, add TCP/IP checksum offload support to
wpaul
2003-02-26
1
-0
/
+3
*
Properly fix the occassional random crash issue that revision 1.142
iedowse
2002-11-07
1
-0
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Device Polling code for -current.
luigi
2001-12-14
1
-0
/
+4
*
. Add structure elements for sysctl.
jlemon
2001-10-25
1
-3
/
+23
*
Add workaround for embedded NICs, in particular, the 815E boards.
jlemon
2001-05-17
1
-0
/
+2
*
Add some performance features to the fxp driver. If the chip is not
jlemon
2001-03-14
1
-0
/
+3
*
Convert the fxp driver to miibus, which involves ripping out the PHY
jlemon
2001-03-12
1
-6
/
+64
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Allow fxp to configure in I/O space if the user wants it and specifies
mjacob
2001-01-23
1
-0
/
+2
*
Removed NetBSD support, which bit-rotted long ago.
dg
2000-09-18
1
-30
/
+3
*
Added support for APM suspend/resume.
dg
2000-09-17
1
-0
/
+6
*
Add locking to make able to run without the Giant lock being held. This
cp
2000-09-17
1
-0
/
+7
*
Added support for cards and on-motherboard NICs that use an SEEPROM
dg
2000-03-28
1
-0
/
+1
*
Make the fxp driver work on alpha, rather than panic the machine on boot
gallatin
1999-09-30
1
-18
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-1
/
+4
[next]