qingli 2008-03-22 18:13:39 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Reuse the mbuf that was just retrieved from the receive ring if mbuf
exhaustion is encountered. There was a fix made previously for this
problem but the solution (breakin
kevlo 2007-05-30 03:46:04 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Remove the volatile qualifier to apply to fxp_miibus_readreg().
Revision ChangesPath
1.266 +2 -2 src/sys/dev/fxp/if_fxp.c
___
remko 2007-04-11 17:13:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/fxp if_fxp.c
Log:
MFC if_fxp rev 1.265
Add support for the 82562GX chip within if_fxp.
PR: 110251
Submitted by: Vyacheslav Vovk
Appro
remko 2007-03-28 18:10:50 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Add support for the 82562GX chip within if_fxp.
PR: 110251
Submitted by: Vyacheslav Vovk
Approved by:imp (mentor)
MFC After: 3 days
Rev
ru 2006-12-01 13:07:52 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Grammar nit.
Revision ChangesPath
1.262 +1 -1 src/sys/dev/fxp/if_fxp.c
___
cvs-all@freebsd.org mailing list
h
glebius 2006-11-30 14:58:01 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c if_fxpvar.h
Log:
- Instead of if_watchdog/if_timer interface use our own timer
that piggybacks on fxp_tick() callout.
Revision ChangesPath
1.261 +18 -13src
rink2006-11-14 18:54:31 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Added yet another extra fxp(4) PCI ID.
PR: kern/104896
Submitted by: Yoshihiko Sarumaru <[EMAIL PROTECTED]>
Reviewed by:imp (mentor), jfv
Approve
rink2006-11-11 10:47:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/fxp if_fxp.c
Log:
MFC: added PCI ID's for:
- 0x1065: Intel 82562ET/EZ/GT/GZ PRO/100 VE Ethernet [1], as found on
Tyan GS14 barebones.
- 0x1094: Intel Pro/1
rink2006-11-06 12:19:43 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Added PCI ID's for:
- 0x1065: Intel 82562ET/EZ/GT/GZ PRO/100 VE Ethernet [1], as found on
Tyan GS14 barebones.
- 0x1094: Intel Pro/100 946GZ (ICH7) Network Connect
jmg 2006-10-06 20:53:01 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
fix fxp so that it will reset the link when you change the speed... This
will fix a problem where you boot w/ the default of autoselect, but then
set the speed to 100/fu
matteo 2006-04-16 16:07:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_1)
sys/dev/fxp if_fxp.c
Log:
Add device ID for Intel Pro/100 VE Network Connection card
Approved by:re (scottl)
Revision ChangesPath
1.240.2.8.2.1 +
matteo 2006-04-16 15:58:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/fxp if_fxp.c
Log:
Add device ID for Intel Pro/100 VE Network Connection card
Approved by:re (scottl)
Revision ChangesPath
1.240.2.9 +1 -0
matteo 2006-04-14 17:26:04 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Whitespace fix
Pointed out by: Nate Lawson
Revision ChangesPath
1.256 +1 -1 src/sys/dev/fxp/if_fxp.c
___
matteo 2006-04-14 07:49:52 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Add device ID for Intel Pro/100 VE Network Connection card
PR: kern/95729
Submitted by: Nicky Bulthuis
MFC after: 1 day
Revision Changes
wes 2006-01-12 18:31:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/dev/fxp if_fxp.c
Log:
MFC r1.239, avoid deadlock on mbuf exhaustion.
RevisionChangesPath
1.217.2.16 +6 -1 src/sys/dev/fxp/if_fxp.c
__
In message: <[EMAIL PROTECTED]>
Steve Kargl <[EMAIL PROTECTED]> writes:
: On Wed, Jan 04, 2006 at 11:00:01PM +, Warner Losh wrote:
: > imp 2006-01-04 23:00:01 UTC
: >
: > FreeBSD src repository
: >
: > Modified files:
: > sys/dev/fxp if_fxp.c
: > Log:
:
On Wed, Jan 04, 2006 at 11:00:01PM +, Warner Losh wrote:
> imp 2006-01-04 23:00:01 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/fxp if_fxp.c
> Log:
> Check for 10BaseT media correctly. Before we were confusing
> ifm_status and ifm_active. IFM_
imp 2006-01-04 23:00:01 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Check for 10BaseT media correctly. Before we were confusing
ifm_status and ifm_active. IFM_10_T gets set in the ifm_active field,
not in the ifm_status field, as far as
mux 2005-12-16 03:26:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/dev/fxp if_fxp.c
Log:
MFC r1.252:
date: 2005/12/12 14:30:13; author: mux; state: Exp; lines: +1 -0
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1X
mux 2005-12-16 03:25:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/dev/fxp if_fxp.c
Log:
MFC r1.252:
date: 2005/12/12 14:30:13; author: mux; state: Exp; lines: +1 -0
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1X
mux 2005-12-16 03:23:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/fxp if_fxp.c
Log:
MFC r1.252:
date: 2005/12/12 14:30:13; author: mux; state: Exp; lines: +1 -0
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1X
mux 2005-12-12 14:30:13 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.
PR: kern/90024
Submitted by: Thomas Hurst <[EMAIL PROTECTED]>
MFC after: 3
22 matches
Mail list logo