Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Oct 2000 10:40:46 -0600
From:      Warner Losh <imp@village.org>
To:        Steve Roome <steve@sse0691.bri.hp.com>
Cc:        Thomas David Rivers <rivers@dignus.com>, behanna@zbzoom.net, freebsd-stable@FreeBSD.ORG, jim@siteplus.net
Subject:   Re: 4.1-RELEASE pccard? 
Message-ID:  <200010061640.KAA09284@harmony.village.org>
In-Reply-To: Your message of "Fri, 06 Oct 2000 17:35:35 BST." <20001006173535.A26762@moose.bri.hp.com> 
References:  <20001006173535.A26762@moose.bri.hp.com>  <200010051635.KAA51533@harmony.village.org> <200010051956.PAA00532@lakes.dignus.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Try the following patch.  It is relative to -current, but should
apply.

I think that the NIC address is getting hozed on the linksys probe.

Warner

Index: if_ed_pccard.c
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/sys/dev/ed/if_ed_pccard.c,v
retrieving revision 1.18
diff -u -r1.18 if_ed_pccard.c
--- if_ed_pccard.c	2000/09/25 06:01:42	1.18
+++ if_ed_pccard.c	2000/10/06 16:39:07
@@ -147,6 +147,7 @@
 		ax88190_geteprom(sc);
 
 		ed_release_resources(dev);
+		goto end2;
 	}
 
 	error = ed_probe_Novell(dev, 0, flags);


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?200010061640.KAA09284>