From owner-cvs-all Wed Sep 12 23:18:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0742737B40E; Wed, 12 Sep 2001 23:18:15 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8D6IEe93732; Wed, 12 Sep 2001 23:18:14 -0700 (PDT) (envelope-from imp) Message-Id: <200109130618.f8D6IEe93732@freefall.freebsd.org> From: Warner Losh Date: Wed, 12 Sep 2001 23:18:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/etc pccard_ether src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/12 23:18:08 PDT Modified files: etc/defaults rc.conf etc pccard_ether share/man/man5 rc.conf.5 Log: Due to a bug in the ed driver, which leads to hangs when using it with dhclient and pccard_ether, introduce the concept of a "settle time" to pccard_ether with the new pccard_ether_delay variable. Defaults to 5 seconds, which is enough time for the ed driver to finish its autoconfiguration for newer Linksys based cards. This also can eliminate the ed0: timeout messages that happen at startup as well. MFC: after RE says OK. Revision Changes Path 1.123 +2 -1 src/etc/defaults/rc.conf 1.26 +12 -1 src/etc/pccard_ether 1.134 +11 -1 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message