Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 13:41:55 +0000
From:      Scott Mitchell <scott.mitchell@mail.com>
To:        a_fetisov@hotmail.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: xe0: discard oversize frame (ether type 800 flags 3 len 1518 > max 1514)
Message-ID:  <20030213134155.GA46354@fishballoon.dyndns.org>
In-Reply-To: <OE27vH4wBnGbwpanOGA00008eb8@hotmail.com>
References:  <200302120609.h1C69Hdl099820@www1.mailru.com> <20030212100423.GA33472@fishballoon.dyndns.org> <3E4A64C3.4060402@ameritech.net> <20030212164136.GB33472@fishballoon.dyndns.org> <OE27vH4wBnGbwpanOGA00008eb8@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
[cc's trimmed]

On Thu, Feb 13, 2003 at 01:54:19PM +0300, a_fetisov@hotmail.com wrote:
> Hi Scott!
> 
> Because I'm not network connection on my FreeBSD system i'm download files
> if_xe.c and if_xe_pccard.c from CVSWeb
> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/xe/
> 
> Then I'm copy this files to /usr/src/sys/dev/xe
> 
> Then run following commands:
> 
> # cd /usr/src
> 
> # make buildkernel KERNCONF=MYKERNEL
> 
> i'm get foloving error:
> 
> /usr/src/sys/dev/xe/if_xe.c: In function `xe_intr':
> /usr/src/sys/dev/xe/if_xe.c:646: `M_NOWAIT' undeclared (first use in this
> functi
> on)
> /usr/src/sys/dev/xe/if_xe.c:646: (Each undeclared identifier is reported
> only on
> ce
> /usr/src/sys/dev/xe/if_xe.c:646: for each function it appears in.)
> *** Error code 1
[...]

Are you doing this on a 5.0 or 4.x machine?

The M_NOWAIT flag doesn't exist in 4.x as far as I can tell.  The latest
RELENG_4 revision of if_xe.c uses M_DONTWAIT, but there are a lot of other
differences between this and the HEAD version, so I doubt it will work
anyway.

The checksum problem doesn't happen in 4.x anyway, so you only need to
worry about it at all if you're running 5.0.

Hope that helps,

	Scott

-- 
===========================================================================
Scott Mitchell          | PGP Key ID | "Eagles may soar, but weasels
Cambridge, England      | 0x54B171B9 |  don't get sucked into jet engines"
scott.mitchell@mail.com | 0xAA775B8B |      -- Anon

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030213134155.GA46354>