From owner-freebsd-current@FreeBSD.ORG Thu Sep 18 09:58:55 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 10C1C16A4B3 for ; Thu, 18 Sep 2003 09:58:55 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BB9D43FAF for ; Thu, 18 Sep 2003 09:58:54 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 49322 invoked by uid 1002); 18 Sep 2003 16:58:51 -0000 Received: from unknown (HELO ?10.4.1.5?) (64.58.1.252) by smtp.mho.net with SMTP; 18 Sep 2003 16:58:51 -0000 Date: Thu, 18 Sep 2003 11:00:56 -0600 (MDT) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Steve Ames In-Reply-To: <20030918164635.GA99217@energistic.com> Message-ID: <20030918110016.J13111@pooker.samsco.home> References: <20030918155125.GC22643@student.agh.edu.pl> <20030918164635.GA99217@energistic.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@FreeBSD.org cc: Soren Schmidt Subject: Re: ATAng still problematic 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: Thu, 18 Sep 2003 16:58:55 -0000 On Thu, 18 Sep 2003, Steve Ames wrote: > On Thu, Sep 18, 2003 at 06:38:25PM +0200, Soren Schmidt wrote: > > Anyhow, what I need to be able to tell what may be going on, is that > > you boot verbose and get me the output from dmesg from a boot that > > found all device, and from a boot that missed. > > Anyone know how to make the message buffer larger? I don't have > a serial console hooked up currently and a boot verbose is way > over the 32K default buffer size so only get the last 32K once > the system is booted up. >From /sys/conf/NOTES: # Size of the kernel message buffer. Should be N * pagesize. options MSGBUF_SIZE=40960