Date: Tue, 3 Oct 2000 11:01:38 -0400 (EDT) From: Chris BeHanna <behanna@zbzoom.net> To: Steve Roome <steve@sse0691.bri.hp.com> Cc: Thomas David Rivers <rivers@dignus.com>, imp@village.org, freebsd-stable@FreeBSD.ORG, jim@siteplus.net Subject: Re: 4.1-RELEASE pccard? Message-ID: <Pine.BSF.4.21.0010031059520.29703-100000@topperwein.dyndns.org> In-Reply-To: <20001003113641.I1786@moose.bri.hp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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... > > > > <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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010031059520.29703-100000>