From owner-freebsd-current@FreeBSD.ORG Mon Nov 10 11:31:52 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 1833216A4CE; Mon, 10 Nov 2003 11:31:52 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA00643F75; Mon, 10 Nov 2003 11:31:50 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAAJVnfw073335; Mon, 10 Nov 2003 20:31:49 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAAJVhkj073334; Mon, 10 Nov 2003 20:31:43 +0100 (CET) (envelope-from marius) Date: Mon, 10 Nov 2003 20:31:43 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20031110203143.A30188@newtrinity.zeist.de> References: <20031110170538.GA44941@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Nov 10, 2003 at 02:12:56PM -0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.32 cc: current@FreeBSD.org Subject: Re: New interrupt stuff breaks ASUS 2 CPU system 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: Mon, 10 Nov 2003 19:31:52 -0000 On Mon, Nov 10, 2003 at 02:12:56PM -0500, John Baldwin wrote: > > On 10-Nov-2003 John Hay wrote: > >> > >> With the new interrupt code I get: > >> <...> > >> OK boot > >> cpuid = 0; apic id = 00 > >> instruction pointer = 0x0:0xa00 > >> stack pointer = 0x0:0xffe > >> frame pointer = 0x0:0x0 > >> code segment = base 0x0, limit 0x0, type 0x0 > >> = DPL 0, pres 0, def32 0, gran 0 > >> processor eflags = interrupt enabled, vm86, IOPL = 0 > >> current process = 0 () > >> kernel: type 30 trap, code=0 > >> Stopped at 0xa00: cli > >> db> tr > >> (null)(0,0,0,0,0) at 0xa00 > >> <...> > >> > >> However, if I enter 'continue' at the DDB prompt it continues to boot > >> and the system seems to runs fine: > >> > >> <...> > >> db> continue > > ... > >> Copyright (c) 1992-2003 The FreeBSD Project. > >> <...> > >> > > > > Now why didn't I think of trying 'continue'? Hey there my old dual > > Pentium I diskless machine is running in SMP mode. > > Can you try this patch: > > http://www.FreeBSD.org/~jhb/patches/atpic.patch > Works here, thanks! Btw., I also get such a stray interrupt on my Sun U60, IIRC also from the printer port :)