From owner-freebsd-alpha Fri Dec 1 10:40:37 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 1C6D137B404 for ; Fri, 1 Dec 2000 10:40:31 -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 NAA17232; Fri, 1 Dec 2000 13:40:28 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id eB1IeRJ05581; Fri, 1 Dec 2000 13:40:27 -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 Date: Fri, 1 Dec 2000 13:40:27 -0500 (EST) To: Bernd Walter Cc: Matthew Jacob , Peter Wemm , freebsd-alpha@FreeBSD.ORG Subject: Re: Patch to make my PC164 booting. In-Reply-To: <20001201193042.A49869@cicely8.cicely.de> References: <14887.6213.634085.237730@grasshopper.cs.duke.edu> <20001201193042.A49869@cicely8.cicely.de> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14887.61320.684175.222685@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bernd Walter writes: > On Thu, Nov 30, 2000 at 07:34:03PM -0800, Matthew Jacob wrote: <..> > + if (strncmp(platform.model, "Digital AlphaPC 164 ", 20) == 0) { Something involving the variation might be better. Eg. if ((hwrpb->rpb_variation & SV_ST_MASK) <= SV_ST_ALPHAPC164_500) BTW, does this problem affect the EB164 models too, or just the various non LX or SX PC164s? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message