From owner-freebsd-current@FreeBSD.ORG Mon Sep 6 07:30:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF0616A4CE; Mon, 6 Sep 2004 07:30:32 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444B743D39; Mon, 6 Sep 2004 07:30:31 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i867URqO028346; Mon, 6 Sep 2004 10:30:28 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i867UEgN054583; Mon, 6 Sep 2004 10:30:14 +0300 (EEST) (envelope-from keramida@linux.gr) Received: (from keramida@localhost)i867UEMo054573; Mon, 6 Sep 2004 10:30:14 +0300 (EEST) (envelope-from keramida@linux.gr) Date: Mon, 6 Sep 2004 10:30:14 +0300 From: Giorgos Keramidas To: "Bruce A. Mah" Message-ID: <20040906073014.GA13651@orion.daedalusnetworks.priv> References: <1094426835.767.50.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1094426835.767.50.camel@localhost> cc: freebsd-doc@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: RFC: 5.3 Migration Guide X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 07:30:33 -0000 On 2004-09-05 16:27, "Bruce A. Mah" wrote: > > I'd like to solicit a pre-commit review on the document at: > > http://people.freebsd.org/~bmah/pub/article.html In section 4: On the i386 and pc98 platforms, a UserConfig utility exists on 4.X to allow boot-time configuration of ISA devices when booting from installation media. Under FreeBSD 5.X, this functionality has been replaced in part by the device.hints(5) mechanism (it allows specifying the same parameters, but with a very different interface). Do you think we should add a note about why the change was made? Having to learn something new regarding boot-time kernel configuration is probably going to raise a few complaints, but at least we can explain in a few short words why the change was made :-)