From owner-freebsd-current@FreeBSD.ORG Thu Apr 15 13:06:43 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 6726016A4CE for ; Thu, 15 Apr 2004 13:06:43 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8EE343D2F for ; Thu, 15 Apr 2004 13:06:42 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3FK6fkj045923; Thu, 15 Apr 2004 14:06:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 15 Apr 2004 14:07:38 -0600 (MDT) Message-Id: <20040415.140738.42906545.imp@bsdimp.com> To: mikej@rogers.com From: "M. Warner Losh" In-Reply-To: <63887.66.11.183.182.1082059063.squirrel@69.193.41.47> References: <20040414171146.GF64506@arved.at> <20040415.092434.22229494.imp@bsdimp.com> <63887.66.11.183.182.1082059063.squirrel@69.193.41.47> 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: Is a BAD BAR something to worry about? 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, 15 Apr 2004 20:06:43 -0000 In message: <63887.66.11.183.182.1082059063.squirrel@69.193.41.47> "Mike Jakubik" writes: : M. Warner Losh said: : : > In message: <20040414171146.GF64506@arved.at> : > Tilman Linneweh writes: : > : atapci2: BAD BAR: skipping checks : > : > These are fine. : > : > Warner : : Well, they are kind of annoying. Is this temporary debugging stuff, or : will this be permanent? Read the code: /* if (bootverbose) */ device_printf(child, "BAD BAR: skipping checks\n"); Warner