Date: Wed, 31 May 2000 06:38:11 -0700 (PDT) From: Mike Harding <mvh@ix.netcom.com> To: bandix@looksharp.net Cc: FreeBSD-STABLE@FreeBSD.ORG Subject: Re: Problems with xe driver under 4.0-RELEASE Message-ID: <20000531133811.D0172E715B@netcom1.netcom.com> In-Reply-To: <Pine.BSF.4.21.0005310340130.5176-100000@turtle.looksharp.net> (bandix@looksharp.net) References: <Pine.BSF.4.21.0005310340130.5176-100000@turtle.looksharp.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I noticed yesterday or the day before that cvsweb was returning the
_previous_ version for a few port things that I looked at.
- Mike Harding
Date: Wed, 31 May 2000 03:58:26 -0400 (EDT)
From: "Brandon D. Valentine" <bandix@looksharp.net>
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-stable@FreeBSD.ORG
X-Loop: FreeBSD.ORG
Precedence: bulk
X-RULES: lists
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
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?20000531133811.D0172E715B>
