From owner-freebsd-current@FreeBSD.ORG Thu Jan 10 15:28:53 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65C1516A41A for ; Thu, 10 Jan 2008 15:28:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 0729713C442 for ; Thu, 10 Jan 2008 15:28:52 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id A67C81A4D8C; Thu, 10 Jan 2008 07:25:57 -0800 (PST) From: John Baldwin To: aw1@stade.co.uk Date: Thu, 10 Jan 2008 10:24:55 -0500 User-Agent: KMail/1.9.7 References: <200801081939.42297.jhb@freebsd.org> <20080110084949.GA60476@steerpike.hanley.stade.co.uk> In-Reply-To: <20080110084949.GA60476@steerpike.hanley.stade.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801101024.56079.jhb@freebsd.org> Cc: current@freebsd.org Subject: Re: A quick and dirty lpt patch.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Jan 2008 15:28:53 -0000 On Thursday 10 January 2008 03:49:49 am Adrian Wontroba wrote: > On Tue, Jan 08, 2008 at 07:39:42PM -0500, John Baldwin wrote: > > Hack patch is at http://www.FreeBSD.org/~jhb/patches/ppbus_intr.patch and > > inline below. I know it compiles, but I haven't runtested it. :) > > I've compiled a kernel with the patch, installed the kernel, rebooted > with a power cycle, and printed without a panic, so it seems to work for > me. > > Do still get this in /var/log/messages which might be annoying for those > who print a lot: > Jan 10 08:23:18 rottcodd kernel: lpt0: [GIANT-LOCKED] > Jan 10 08:23:18 rottcodd kernel: lpt0: [ITHREAD] > Jan 10 08:23:19 rottcodd kernel: lpt0: [GIANT-LOCKED] > Jan 10 08:23:19 rottcodd kernel: lpt0: [ITHREAD] Yes, you will still see these messages until ppbus is fixed to not be so silly. > Thanks! Presumably this needs more testing before it hits RELENG7? A couple of success reports is probably sufficient. -- John Baldwin