remko 2008-05-31 14:17:48 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
SVN rev 179458 on 2008-05-31 14:17:36Z by remko
Import rewritten nve device id's, which brings this more
inline with if_nfe.
PR: 110883
yongari 2007-06-12 02:21:02 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
Allow nfe(4) override nve(4).
Revision ChangesPath
1.28 +1 -1 src/sys/dev/nve/if_nve.c
___
cvs-all@freebsd.o
dwhite 2007-06-08 22:00:56 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
Don't cast the command argument to ether_ioctl() to an int since its not an
int anymore. This was causing all sorts of bad behavior when booting a system
with an nve inte
yar 2007-05-07 09:45:31 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
Finish VLAN_MTU support in nve(4). The interface appears to be able
to handle long frames in its default mode, so setting the respective
bit in if_capenable is enough.
jhb 2006-06-01 20:18:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/nve if_nve.c
Log:
MFC: Improve reliability of nforce4 adapters:
- When setting up a packet for transmit, if we the tx ring is over half
full, kick the binary bl
jhb 2006-05-18 23:19:45 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
- When setting up a packet for transmit, if we the tx ring is over half
full, kick the binary blob to force it to complete any pending tx
completions.
- In the watc
On Saturday 29 April 2006 04:08, John Baldwin wrote:
> jhb 2006-04-28 20:08:16 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/nve if_nve.c
> Log:
> The nvidia binary blob sometimes defers tx completion notification to the
> OS dependent layer. Thus, the
On Fri, 2006-04-28 at 16:38 -0400, Jung-uk Kim wrote:
> On Friday 28 April 2006 04:29 pm, Kövesdán Gábor wrote:
> > Anyway, as far as I know, OpenBSD people have written a native
> > reverse-engineered nForce ethernet controller driver. It would be
> > nice if someone could port it to FreeBSD. I'm
On Friday 28 April 2006 04:29 pm, Kövesdán Gábor wrote:
> Anyway, as far as I know, OpenBSD people have written a native
> reverse-engineered nForce ethernet controller driver. It would be
> nice if someone could port it to FreeBSD. I'm interested but
> unfortunately I'm only an average user, I don
John Baldwin wrote:
jhb 2006-04-28 20:08:16 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
The nvidia binary blob sometimes defers tx completion notification to the
OS dependent layer. Thus, the watchdog timer can go off when the tx
engi
jhb 2006-04-28 20:08:16 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
The nvidia binary blob sometimes defers tx completion notification to the
OS dependent layer. Thus, the watchdog timer can go off when the tx
engine is working fine but
On Mon, 12 Dec 2005, Bjoern A. Zeeb wrote:
bz 2005-12-12 06:23:43 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
...
- Add restriction of MAXADDR_32BIT for high address to contigmalloc
to make the driver work on machines with 4+GB of memory.
bz 2005-12-25 21:57:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/nve if_nve.c
Log:
MFC rev. 1.20
Make nve(4) work for people with nf3/nf4 who never got it
working at all and only saw "nve0: device timeout (N)" messages.
- Set
jhb 2005-12-12 19:40:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/nve if_nve.c if_nvereg.h
Log:
MFC: Sync up with locking changes in HEAD:
- Add locked variants of nve_start(), nve_init(), and nve_ifmedia_upd().
- Use callout_*
bz 2005-12-12 06:23:43 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
Make nve(4) work for people with nf3/nf4 who never got it
working at all and only saw "nve0: device timeout (N)" messages.
- Setup PHY before handing control to NVidia
obrien 2005-12-07 17:38:03 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.
Revision ChangesPath
1.19 +4 -0 src/sys/dev/nve/if_nve.c
1.7 +2
obrien 2005-12-07 17:36:53 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
Catch up to the nvenetlib 1.0-0310 import.
Revision ChangesPath
1.18 +5 -3 src/sys/dev/nve/if_nve.c
1.6 +1 -1 src/sys/dev/nve/i
jhb 2005-12-05 22:20:23 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
Remove unused local variable misssed in previous commit.
Revision ChangesPath
1.17 +0 -1 src/sys/dev/nve/if_nve.c
__
jhb 2005-12-05 20:49:45 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
- Don't make the driver lock recursive, it shouldn't be recursively
acquired anywhere in the driver now.
- Axe the spin mutex used for the nve_oslock*() rou
On Fri, Dec 02, 2005 at 11:42:21AM +, Robert Watson wrote:
> On Thu, 27 Oct 2005, David E. O'Brien wrote:
>
> >obrien 2005-10-27 15:39:19 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/nve if_nve.c
> > Log:
> > Clear pending_txs when not "RUNNING".
> >
>
obrien 2005-12-05 01:05:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/nve if_nve.c
Log:
MFC: rev 1.13: clear pending_txs when not "RUNNING".
Revision ChangesPath
1.7.2.6 +1 -0 src/sys/dev/nve/if_nve.c
obrien 2005-12-05 01:05:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/nve if_nve.c
Log:
MFC: rev 1.12: make sure that we call if_free(ifp) after bus_teardown_intr.
This eliminates the possibility of a crash due to getting an interrupt
On Fri, Dec 02, 2005 at 11:42:21AM +, Robert Watson wrote:
R> >obrien 2005-10-27 15:39:19 UTC
R> >
R> > FreeBSD src repository
R> >
R> > Modified files:
R> > sys/dev/nve if_nve.c
R> > Log:
R> > Clear pending_txs when not "RUNNING".
R> >
R> > Submitted by: Q <[EMAIL PROTECTED]>
On Fri, 2 Dec 2005, John Baldwin wrote:
I have had at least one report that this patch corrects repeated
wedging of the if_nve interface on 6.x systems. Do you have plans to
merge this patch to RELENG_6 and/or RELENG_6_0? The PR seems to
suggest a larger set of changes that I've not dug int
On Friday 02 December 2005 06:42 am, Robert Watson wrote:
> On Thu, 27 Oct 2005, David E. O'Brien wrote:
> > obrien 2005-10-27 15:39:19 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> >sys/dev/nve if_nve.c
> > Log:
> > Clear pending_txs when not "RUNNING".
> >
> >
On Thu, 27 Oct 2005, David E. O'Brien wrote:
obrien 2005-10-27 15:39:19 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c
Log:
Clear pending_txs when not "RUNNING".
Submitted by: Q <[EMAIL PROTECTED]>
David,
I have had at least one report that this pat
jhb 2005-11-21 22:14:49 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
Overhaul nve(4) locking to make it more like other ethernet drivers in
the tree.
- Add locked variants of nve_start(), nve_init(), and nve_ifmedia_upd().
-
27 matches
Mail list logo