From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 12:27:31 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 8FE4F16A4CE for ; Mon, 16 Feb 2004 12:27:31 -0800 (PST) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3833843D1D for ; Mon, 16 Feb 2004 12:27:31 -0800 (PST) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu X-Envelope-To: freebsd-current@freebsd.org Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.7/8.11.6) with ESMTP id i1GKRSc15185; Mon, 16 Feb 2004 14:27:28 -0600 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) i1GKRT5D056796; Mon, 16 Feb 2004 14:27:29 -0600 (CST) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.10/8.12.10/Submit) id i1GKRS8O056795; Mon, 16 Feb 2004 14:27:28 -0600 (CST) (envelope-from koziol) From: Quincey Koziol Message-Id: <200402162027.i1GKRS8O056795@sleipnir.ncsa.uiuc.edu> In-Reply-To: To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Date: Mon, 16 Feb 2004 14:27:28 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Aligning GENERIC with NOTES? 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, 16 Feb 2004 20:27:31 -0000 Hi Dag-Erling, [ Charset ISO-8859-1 unsupported, converting... ] > Quincey Koziol writes: > > I've been running FreeBSD for many years without contributing much other > > than bug reports and I'd like to help a bit. I'd like to make the contents > > of the GENERIC configuration file (for 5-CURRENT) more similar to the contents > > of the NOTES files, in order to ease creating custom kernel configurations. > > Don't. NOTES and GENERIC have very specific and very different > purposes. NOTES is designed to maximize coverage, while GENERIC is > designed to work on as many different systems as possible. I don't want to change the contents of GENERIC. I wanted to change the _order_ of the items in GENERIC to be closer to the order of the items in the NOTES files. This would make creating custom kernel configs easier (for me anyway :-). Quincey