Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2000 03:58:26 -0400 (EDT)
From:      "Brandon D. Valentine" <bandix@looksharp.net>
To:        FreeBSD-STABLE <FreeBSD-STABLE@FreeBSD.ORG>
Subject:   Re: Problems with xe driver under 4.0-RELEASE
Message-ID:  <Pine.BSF.4.21.0005310340130.5176-100000@turtle.looksharp.net>
In-Reply-To: <Pine.BSF.4.21.0005310248440.5176-100000@turtle.looksharp.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 31 May 2000, Brandon D. Valentine wrote:

>Hey, I'm having trouble getting the xe driver to load for my Intel
>EtherExpress PRO/100 16 bit PCMCIA card.  I know next to nothing about

Well, to reply to my own message I poked around in the CVS and found
that if_xe.c,v 1.13 that came with 4.0-RELEASE is broken.  I generated
diff's to if_xe.c,v 1.20 as well as a diff to take me if_xevar.h to v
1.5.  My compile dies though because of this local include lurking in
if_xe.c,v 1.20:
#include "card_if.h"

Did you mean to commit that Warner or should that have been changed
before commit time?  My closest guess would be that you meant
#include <dev/pccard/card_if.m>
I'm going to try that now and see.

P.S. Has anyone noticed problems with the RCS ID tags in diffs generated
by cvsweb?  I don't use cvsweb often but I'm away from home and until I
get this pcmcia NIC working I have to do everything from a family
windows computer.  I used cvsweb to generate my diffs and every single
one had the ID strings rejected, and when I looked at the .rej file it
looks like cvsweb's diffs end up using the ID strings from the two file
revisions lower than those I requested.  Other than that the diffs
applied cleanly.

Brandon D. Valentine
-- 
"You should believe in death, taxes, Larry Ellison's loathing of Bill
Gates and Intel's inability to ship a working chipset."
 - Dr Spinola, The Register, 05/13/2000



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005310340130.5176-100000>