From owner-svn-src-all@FreeBSD.ORG Thu Sep 10 20:37:06 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6413106566C; Thu, 10 Sep 2009 20:37:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 733E58FC17; Thu, 10 Sep 2009 20:37:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n8AKXRML004985; Thu, 10 Sep 2009 14:33:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 10 Sep 2009 14:33:27 -0600 (MDT) Message-Id: <20090910.143327.74744740.imp@bsdimp.com> To: brooks@FreeBSD.org From: Warner Losh In-Reply-To: <200909092028.n89KSw1N096254@svn.freebsd.org> References: <200909092028.n89KSw1N096254@svn.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r197047 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2009 20:37:06 -0000 From: Brooks Davis Subject: svn commit: r197047 - head/share/man/man4 Date: Wed, 9 Sep 2009 20:28:58 +0000 (UTC) > Author: brooks > Date: Wed Sep 9 20:28:58 2009 > New Revision: 197047 > URL: http://svn.freebsd.org/changeset/base/197047 > > Log: > Mention that a few ed(4) devices don't emit link state change notices > and a workaround for dhclient. I thought that I'd made it so that we report the link as active always for those devices that don't support reporting the link status in the hardware. Is this really necessary still? Warner > Reviewed by: thierry > MFC after: 3 days > > Modified: > head/share/man/man4/ed.4 > > Modified: head/share/man/man4/ed.4 > ============================================================================== > --- head/share/man/man4/ed.4 Wed Sep 9 19:40:54 2009 (r197046) > +++ head/share/man/man4/ed.4 Wed Sep 9 20:28:58 2009 (r197047) > @@ -425,3 +425,21 @@ driver is slow by today's standards. > .Pp > PC Card attachment supports the D-Link DMF650TX LAN/Modem card's Ethernet > port only at this time. > +.Pp > +Some devices supported by > +.Nm > +do no generate the link state change events used by > +.Xr devd 8 > +to start > +.Xr dhclinet 8 . > +If you have problems with > +.Xr dhclient 8 > +not starting and the device is always attached to the network it may > +be possible to work around this by changing > +.Dq Li DHCP > +to > +.Dq Li SYNCDHCP > +in the > +.Va ifconfig_ed0 > +entry in > +.Pa /etc/rc.conf . >