From owner-freebsd-doc@FreeBSD.ORG Fri Oct 10 09:00:39 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7A216A4BF for ; Fri, 10 Oct 2003 09:00:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 053C843F85 for ; Fri, 10 Oct 2003 09:00:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AG0cFY083128 for ; Fri, 10 Oct 2003 09:00:38 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9AG0cUY083127; Fri, 10 Oct 2003 09:00:38 -0700 (PDT) (envelope-from gnats) Date: Fri, 10 Oct 2003 09:00:38 -0700 (PDT) Message-Id: <200310101600.h9AG0cUY083127@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Tom Rhodes 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 Reply-To: Tom Rhodes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 16:00:39 -0000 X-List-Received-Date: Fri, 10 Oct 2003 16:00:39 -0000 The following reply was made to PR docs/57824; it has been noted by GNATS. From: Tom Rhodes To: Maxim Konovalov Cc: freebsd-doc@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: docs/57824: ed(4) man page does not mention that ed requires miibus Date: Fri, 10 Oct 2003 11:57:02 -0400 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