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

Stop in /usr/obj/usr/src/sys/MYKERNEL.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Can you help me?



Thanks, and sorry for my English.

Andrey



----- Original Message -----
From: "Scott Mitchell" <[EMAIL PROTECTED]>
To: "northern snowfall" <[EMAIL PROTECTED]>
Cc: "Andrey A. Fetisov" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, February 12, 2003 7:41 PM
Subject: Re: xe0: discard oversize frame (ether type 800 flags 3 len 1518 >
max 1514)


> On Wed, Feb 12, 2003 at 10:14:11AM -0500, northern snowfall wrote:
> > >
> > >
> > >This was fixed about a week ago.  You need to upgrade to the latest
> > >-CURRENT (you could probably get away with just pulling the latest
if_xe.c,
> > >though).
> > >
> > Was the problem that the ether driver was not snipping off the 16bit
> > checksum
> > on full-length frames?
> > Don
>
> Yes.  Specifically, it wasn't telling the higher layers of the stack that
> the checksum bytes were always there, but it does that now.
>
> Scott
>
> --
>
===========================================================================
> Scott Mitchell          | PGP Key ID | "Eagles may soar, but weasels
> Cambridge, England      | 0x54B171B9 |  don't get sucked into jet engines"
> [EMAIL PROTECTED] | 0xAA775B8B |      -- Anon
>
>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to