Date: Wed, 12 Sep 2001 17:40:01 -0600 From: Warner Losh <imp@harmony.village.org> To: David Wolfskill <david@catwhisker.org> Cc: aurelien.nephtali@wanadoo.fr, mobile@freebsd.org Subject: Re: Problem with DFE-650 cards on 4.4 Message-ID: <200109122340.f8CNe1t43800@harmony.village.org> In-Reply-To: Your message of "Wed, 12 Sep 2001 16:35:42 PDT." <200109122335.f8CNZgS60235@bunrab.catwhisker.org> References: <200109122335.f8CNZgS60235@bunrab.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <200109122335.f8CNZgS60235@bunrab.catwhisker.org> David Wolfskill writes:
: which, if I understand things at all correctly, indicates PCI interrupt
: routing.
Yes. Also, if you are using dhclient, you should put a 5 second or
longer sleep before running dhclient due to bugs in the ed driver.
I should see about getting the following patch committed:
Index: pccard_ether
===================================================================
RCS file: /cache/ncvs/src/etc/pccard_ether,v
retrieving revision 1.15.2.9
diff -u -r1.15.2.9 pccard_ether
--- pccard_ether 2001/08/24 19:47:05 1.15.2.9
+++ pccard_ether 2001/09/12 23:38:25
@@ -46,6 +46,8 @@
startstop=$1
shift
+sleep 5
+
case ${pccard_ifconfig} in
[Nn][Oo] | '')
;;
Warner
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109122340.f8CNe1t43800>
