From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 21:47:24 2003 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 2302B16A4BF for ; Mon, 1 Sep 2003 21:47:24 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id A698043FAF for ; Mon, 1 Sep 2003 21:47:22 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 70094 invoked by uid 1002); 2 Sep 2003 04:47:22 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 2 Sep 2003 04:47:22 -0000 Message-ID: <3F5420CD.309@freebsd.org> Date: Mon, 01 Sep 2003 22:47:09 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <20030901213608.X6074@znfgre.qbhto.arg> In-Reply-To: <20030901213608.X6074@znfgre.qbhto.arg> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Nicole cc: Poul-Henning Kamp cc: current@freebsd.org Subject: Re: 5.2-RELEASE TODO -2 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: Tue, 02 Sep 2003 04:47:24 -0000 Doug Barton wrote: > On Mon, 1 Sep 2003, Nicole wrote: >>In my 5.1 system I see this in my .hints file. So I assume I edit it >>there or do I treat it like a defaults file and import and change in >>in my config file? > > > I didn't say anything about your hints file. You need to edit your > kernel config file, build a new kernel, then reboot. If any of that is > confusing to you, please follow up on freebsd-questions, since people > running -current are assumed to have that base of knowledge. > > Hope this helps, > > Doug > Device flags are not specified in the kernel config anymore unless you try really, really hard. /etc/device.hints is the correct place to adjust this flag. Scott