From owner-freebsd-stable Tue Oct 3 8: 7:38 2000 Delivered-To: freebsd-stable@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 5B82637B503 for ; Tue, 3 Oct 2000 08:07:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by topperwein.dyndns.org (8.11.0/8.11.0) with ESMTP id e93F1cr29846; Tue, 3 Oct 2000 11:01:38 -0400 (EDT) (envelope-from behanna@zbzoom.net) Date: Tue, 3 Oct 2000 11:01:38 -0400 (EDT) From: Chris BeHanna Reply-To: behanna@zbzoom.net To: Steve Roome Cc: Thomas David Rivers , imp@village.org, freebsd-stable@FreeBSD.ORG, jim@siteplus.net Subject: Re: 4.1-RELEASE pccard? In-Reply-To: <20001003113641.I1786@moose.bri.hp.com> 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 Tue, 3 Oct 2000, Steve Roome wrote: > On Mon, Oct 02, 2000 at 03:54:13PM -0400, Thomas David Rivers wrote: > > Well, some news. > > > > I tried booting the kernel found on the 4.1.1-RELEASE kern.flp... > > and, guess what... > > > > > > > > I don't get the ed1 timeouts anymore; and a `ping' to an > > IP address on that line almost works... > > > > Note the *almost*... > > > > It seems packets go out the interface (as is evidenced by > > the flashing lights on the dongle - but pings, etc... don't work. > > [...FreeBSD couldn't get source info for the card...] > > It might not be your problem, but it was easily/grottily solved with a > few lines like in /usr/src/sys/dev/ed/if_ed_pccard.c such as : > > ether_addr[0] = 0; > ether_addr[1] = 0xe0; > .. etc.. > ether_addr[5] = 0x26; > > Nasty hack and all, not the right way etc. etc. but in a results > oriented world and all! =) Obviously I wouldn't advocate this sort of > kludgery, it's a pain for things like cvsup. If you find you have to do this a lot, you can do one of two things: 1) Use anonymous CVS to merge new changes into your source tree. Your changes will be preserved, and CVS will inform you of any conflicting changes; or 2) Keep your patched copies in a mirror source tree, say /usr/patches, and then diff them when you cvsup, and then overlay them as necessary. -- Chris BeHanna Software Engineer (at yourfit.com) behanna@zbzoom.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message