From owner-freebsd-current@FreeBSD.ORG Fri Jul 30 15:14:59 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 723E016A4CE for ; Fri, 30 Jul 2004 15:14:59 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA8743D66 for ; Fri, 30 Jul 2004 15:14:57 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i6UFCrAT087057; Fri, 30 Jul 2004 09:12:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 30 Jul 2004 09:13:18 -0600 (MDT) Message-Id: <20040730.091318.06947367.imp@bsdimp.com> To: roberto.nunnari@supsi.ch From: "M. Warner Losh" In-Reply-To: <410A625E.3070607@supsi.ch> References: <410A46A3.60903@supsi.ch> <20040730.080648.101833340.imp@bsdimp.com> <410A625E.3070607@supsi.ch> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: hw.bus.devctl_disable: 0 -> 1 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: Fri, 30 Jul 2004 15:14:59 -0000 In message: <410A625E.3070607@supsi.ch> Roberto Nunnari writes: : M. Warner Losh wrote: : > In message: <410A46A3.60903@supsi.ch> : > Roberto Nunnari writes: : > : Hello. : > : : > : I'm running 5.2-Release-p1 and at boot time I get the following message: : > : : > : hw.bus.devctl_disable: 0 -> 1 : > : : > : Can anybody explain what is that about? : > : > It means that you've not enabled devd, so devctl is being shut off to : > conserve kernel memory. : Thank you. No problem. In 5.3 devd will be on by default, so you won't see this message. Warner