From owner-freebsd-alpha Fri Sep 27 13:26: 4 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D235337B401 for ; Fri, 27 Sep 2002 13:26:02 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6FF843E81 for ; Fri, 27 Sep 2002 13:25:54 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) 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 QAA11047; Fri, 27 Sep 2002 16:25:53 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g8RKPNY02244; Fri, 27 Sep 2002 16:25:23 -0400 (EDT) (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: <15764.48819.545378.165995@grasshopper.cs.duke.edu> Date: Fri, 27 Sep 2002 16:25:23 -0400 (EDT) To: Matthias Buelow Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: 4.7RC on PWS 600AU: machine check panic on boot In-Reply-To: <20020927200359.GC23842@moghedien.mukappabeta.net> References: <20020927200359.GC23842@moghedien.mukappabeta.net> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Matthias Buelow writes: > Hi, > > booting a PWS 600AU from the 4.7RC boot cdrom results in a > machine check panic right after it's been waiting for scsi > (see below). Is the PWS fully supported? The machine's got > 1.5G RAM, NetBSD's got a (known) bug with SCSI with >=1G on > that particular machine but it doesn't show up there like this. > Are similar problems known for FreeBSD, or is it faulty hw? > Does anybody have FreeBSD/alpha running on a PWS, preferrably > with >1G RAM? A PWS was the second or 3rd machine to boot FreeBSD on real hardware way back when. -) You can't use > 1GB of RAM on a PWS. I don't think the busdma code is currently smart enough to use s/g dma for buffers outside the direct-map window (1GB on PWS). The failure mode is rather strange, but not all that surprising if an errant DMA scribbled over some kernel data. You may be able to boot by breaking into the boot loader and setting your memory to be 1GB: ok set hw.physmem=1000M ok boot I say "may" because I'm not sure what gets lopped off. Not what you wanted to hear, probably. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message