From owner-freebsd-stable Fri Oct 6 9:41:21 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A7BCF37B502 for ; Fri, 6 Oct 2000 09:41:16 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e96Gf0H03493; Fri, 6 Oct 2000 10:41:00 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA09284; Fri, 6 Oct 2000 10:40:46 -0600 (MDT) Message-Id: <200010061640.KAA09284@harmony.village.org> To: Steve Roome Subject: Re: 4.1-RELEASE pccard? Cc: Thomas David Rivers , behanna@zbzoom.net, freebsd-stable@FreeBSD.ORG, jim@siteplus.net 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> Date: Fri, 06 Oct 2000 10:40:46 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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