yongari 2008-10-06 00:28:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/nfe if_nfe.c if_nfereg.h
Log:
SVN rev 183637 on 2008-10-06 00:28:34Z by yongari
MFC r183509:
Add device ids for MCP77/79 and set appropriate support flags.
yongari 2008-10-03 03:58:16 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h
Log:
SVN rev 183561 on 2008-10-03 03:58:16Z by yongari
Add hardware MAC statistics support. Register information was
obtained from Linux forcedeth d
yongari 2008-10-01 00:17:54 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h
Log:
SVN rev 183509 on 2008-10-01 00:17:54Z by yongari
Add device ids for MCP77/79 and set appropriate support flags.
Obtained from: OpenBSD
PR:
yongari 2008-08-20 05:12:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h
Log:
SVN rev 181901 on 2008-08-20 05:12:30Z by yongari
MFC r176859:
Nuke local jumbo allocator and switch to use of UMA
yongari 2008-04-17 04:22:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/nfe if_nfe.c if_nfereg.h
Log:
MFC if_nfe.c rev 1.28, if_nfereg.h rev 1.12 to RELENG_7.
Add support for MCP73 chips.
Revision ChangesPath
1.21.2.5 +12
yongari 2008-04-10 01:25:09 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h
Log:
Add support for MCP73 chips.
Tested by: "Daan Vreeken [PA4DAN]" ( Danovitsch AT vitsch DOT net )
MFC after: 1 week
Revision ChangesPath
yongari 2008-03-06 01:47:53 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h
Log:
Nuke local jumbo allocator and switch to use of UMA backed page
allocator for jumbo frame. Also remove unneeded jlist lock which
is no longer requ
On Tue, Jun 12, 2007 at 07:38:20PM +0900, To Andrew Gallatin wrote:
> On Tue, Jun 12, 2007 at 06:05:21AM -0400, Andrew Gallatin wrote:
> > Pyun YongHyeon [EMAIL PROTECTED] wrote:
> > > yongari 2007-06-12 02:35:01 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified fil
On Tue, Jun 12, 2007 at 06:05:21AM -0400, Andrew Gallatin wrote:
> Pyun YongHyeon [EMAIL PROTECTED] wrote:
> > yongari 2007-06-12 02:35:01 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/nfe if_nfe.c if_nfereg.h
> > Log:
> > Increase a max
Pyun YongHyeon [EMAIL PROTECTED] wrote:
> yongari 2007-06-12 02:35:01 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/nfe if_nfe.c if_nfereg.h
> Log:
> Increase a maximum segment size of DMA to 4096. Previously it used
> MCLBYTES for the segment size but i
yongari 2007-06-12 02:35:01 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h
Log:
Increase a maximum segment size of DMA to 4096. Previously it used
MCLBYTES for the segment size but it used too many Tx descriptors in
TSO case.
While I'm
yongari 2007-06-12 02:16:02 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h
Log:
Bring overhauled nfe(4) into tree.
o s/printf/device_printf/g
o Nuke OpenBSDism.
o Nuke NetBSD/OpenBSD specific DMA sync operations.(we don't
obrien 2006-11-27 04:47:27 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h
Log:
Fix TX/RX checksum offload.
Submitted by: Peer Chen at nVIDIA
Revision ChangesPath
1.14 +20 -15src/sys/dev/nfe/if_nfe.c
1.7 +1
obrien 2006-11-27 00:16:47 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h
Log:
Fix the jumbo frame support.
Submitted by: Peer Chen at nVIDIA (reworked by me)
Revision ChangesPath
1.12 +54 -206 src/sys/d
obrien 2006-09-11 07:31:55 UTC
FreeBSD src repository
Modified files:
sys/dev/nfe if_nfe.c if_nfereg.h
Log:
Add support for MCP61 and MCP65 adaptors.
Submitted by: Peer Chen at nVIDIA
Revision ChangesPath
1.4 +28 -0 src/sys/dev/nfe/if_nfe.c
15 matches
Mail list logo