From owner-freebsd-doc@FreeBSD.ORG Fri Oct 10 08:57:24 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C02E16A4B3; Fri, 10 Oct 2003 08:57:24 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EBC43FB1; Fri, 10 Oct 2003 08:57:23 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-239-120.zoominternet.net [24.154.239.120]) by pittgoth.com (8.12.9/8.12.9) with SMTP id h9AFvLvd031842; Fri, 10 Oct 2003 11:57:22 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Fri, 10 Oct 2003 11:57:02 -0400 From: Tom Rhodes To: Maxim Konovalov Message-Id: <20031010115702.3dbfff82.trhodes@FreeBSD.org> In-Reply-To: <200310101530.h9AFULdL081284@freefall.freebsd.org> References: <200310101530.h9AFULdL081284@freefall.freebsd.org> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org cc: bug-followup@FreeBSD.org Subject: Re: docs/57824: ed(4) man page does not mention that ed requires miibus X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 15:57:24 -0000 On Fri, 10 Oct 2003 08:30:21 -0700 (PDT) Maxim Konovalov wrote: > The following reply was made to PR docs/57824; it has been noted by GNATS. > > From: Maxim Konovalov > To: Tom Rhodes > Cc: bug-followup@freebsd.org > Subject: Re: docs/57824: ed(4) man page does not mention that ed requires > miibus > Date: Fri, 10 Oct 2003 19:27:11 +0400 (MSD) > > On Fri, 10 Oct 2003, 08:10-0700, Tom Rhodes wrote: > > > The following reply was made to PR docs/57824; it has been noted by GNATS. > > > > From: Tom Rhodes > > To: Eugene Grosbein > > Cc: FreeBSD-gnats-submit@FreeBSD.org, iedowse@FreeBSD.org > > Subject: Re: docs/57824: ed(4) man page does not mention that ed requires > > miibus > > Date: Fri, 10 Oct 2003 11:02:58 -0400 > > > > On Fri, 10 Oct 2003 10:34:03 +0800 (KRAST) > > Eugene Grosbein wrote: > > > > > > > > >Number: 57824 > > > >Category: docs > > > >Synopsis: ed(4) man page does not mention that ed requires miibus > > > > NAME > > ed -- ethernet device driver > > > > SYNOPSIS > > device miibus > > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 > > > > That is in my STABLE tree. > > > > NAME > > ed -- ethernet device driver > > > > SYNOPSIS > > device miibus > > device ed > > > > That is on my current box. > > > > Which branch did you want the MFC to? > > From docs/57824: > > >Release: FreeBSD 4.8-STABLE i386 It's fixed for the next release; is it normal to MFC something this trivial to a past release branch? The GENERIC config file explains what devices require miibus(4). So does the handbook, and the LINT file. -- Tom Rhodes