From owner-freebsd-amd64@FreeBSD.ORG Mon Feb 4 23:00:37 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF32516A417 for ; Mon, 4 Feb 2008 23:00:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 549BE13C448 for ; Mon, 4 Feb 2008 23:00:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 230849998-1834499 for multiple; Mon, 04 Feb 2008 18:00:38 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m14N0STZ072283; Mon, 4 Feb 2008 18:00:29 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org, gary.jennejohn@freenet.de Date: Mon, 4 Feb 2008 14:52:24 -0500 User-Agent: KMail/1.9.7 References: <47A7474D.3010201@ccstores.com> <20080204203713.508add0f@peedub.jennejohn.org> In-Reply-To: <20080204203713.508add0f@peedub.jennejohn.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802041452.24817.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 04 Feb 2008 18:00:30 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5686/Mon Feb 4 16:13:58 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.1 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, DATE_IN_PAST_03_06 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: amd64@freebsd.org Subject: Re: parallel printer X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 23:00:38 -0000 On Monday 04 February 2008 02:37:13 pm Gary Jennejohn wrote: > On Mon, 04 Feb 2008 09:11:41 -0800 > Jim Pazarena wrote: > > > I loaded 7.0RC1 on a new amd dual core machine > > and when setting up the parallel printer actually, > > when trying to print, the report starts, but the machine does > > a panic and reboot. > > > > The system works fine in all other aspects, such as it is handing > > out DHCP properly to a few other computers, it functions fine > > ethernet wise ('re' driver works as expected). > > > > This core dump at parallel printing is a show stopper for me. > > Any ideas? > > > > AFAIK there's an error in handling interrupts. Try ``lptcontrol -p'' > to run in polled mode (works for me). > > Note that this problem is not specific to AMD64. It should be fixed in RELENG_7 and RELENG_7_0. RC2 should include the fix/workaround when it comes out. -- John Baldwin