From owner-freebsd-current@FreeBSD.ORG Thu Sep 18 10:27:25 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 D3EFB16A4B3; Thu, 18 Sep 2003 10:27:25 -0700 (PDT) Received: from energistic.com (12-223-237-12.client.insightbb.com [12.223.237.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD6543FCB; Thu, 18 Sep 2003 10:27:24 -0700 (PDT) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost [127.0.0.1]) by energistic.com (8.12.9/8.12.9) with ESMTP id h8IHROCf063796; Thu, 18 Sep 2003 12:27:24 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.12.9/8.12.9/Submit) id h8IHROPe060881; Thu, 18 Sep 2003 12:27:24 -0500 (EST) (envelope-from steve) Date: Thu, 18 Sep 2003 12:27:24 -0500 From: Steve Ames To: Scott Long Message-ID: <20030918172724.GC39734@energistic.com> References: <20030918155125.GC22643@student.agh.edu.pl> <200309181638.h8IGcPox025307@spider.deepcore.dk> <20030918164635.GA99217@energistic.com> <20030918110016.J13111@pooker.samsco.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030918110016.J13111@pooker.samsco.home> User-Agent: Mutt/1.5.4i 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 17:27:26 -0000 On Thu, Sep 18, 2003 at 11:00:56AM -0600, Scott Long wrote: > > 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 > Ah. I had looked over /sys/i386/conf/NOTES completely forgetting that they were architecture dependant. *sigh* Thank you. I'm building a new kernel right now with that number bumped up. -Steve