From owner-freebsd-current Wed Feb 6 15: 9:46 2002 Delivered-To: freebsd-current@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 4689D37B416 for ; Wed, 6 Feb 2002 15:09:43 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id SAA18514; Wed, 6 Feb 2002 18:09:42 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g16N9Cn25664; Wed, 6 Feb 2002 18:09:12 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15457.47000.527840.252043@grasshopper.cs.duke.edu> Date: Wed, 6 Feb 2002 18:09:12 -0500 (EST) To: Julian Elischer Cc: current@freebsd.org Subject: Re: Non 386 testers REALLY NEEDED In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Julian Elischer writes: > > for the set of patches at: > http://www.freebsd.org/~julian/adiff > > these patches SHOULD NOT EFFECT your system except to do some > slight re-aranging of stuff in the kernel. Today's alpha kernel, plus those changes results in a ksp not valid halt with the PC near the beginning of mi_startup: /boot//kernel.bad/kernel data=0x4150c0+0x39360 syms=[0x8+0x62e68+0x8+0x4a36d] Entering /boot//kernel.bad/kernel at 0xfffffc000033b680... sio1: gdb debugging port halted CPU 0 halt code = 2 kernel stack not valid halt PC = fffffc000047e80c >>> Since thread0 is no longer a pointer, this looks suspicious in locore.s: /* * Switch to proc0's PCB. */ ldq t0,thread0 /* get phys addr of pcb */ ldq a0,TD_MD_PCBPADDR(t0) SWITCH_CONTEXT Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message