From owner-freebsd-stable Wed May 31 0:57:50 2000 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id 2F47437B76E for ; Wed, 31 May 2000 00:57:47 -0700 (PDT) (envelope-from bandix@looksharp.net) Received: from localhost (bandix@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id DAA05634 for ; Wed, 31 May 2000 03:58:26 -0400 (EDT) (envelope-from bandix@looksharp.net) Date: Wed, 31 May 2000 03:58:26 -0400 (EDT) From: "Brandon D. Valentine" To: FreeBSD-STABLE Subject: Re: Problems with xe driver under 4.0-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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