Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Dec 2000 13:40:27 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Bernd Walter <ticso@cicely8.cicely.de>
Cc:        Matthew Jacob <mjacob@feral.com>, Peter Wemm <peter@netplex.com.au>, freebsd-alpha@FreeBSD.ORG
Subject:   Re: Patch to make my PC164 booting.
Message-ID:  <14887.61320.684175.222685@grasshopper.cs.duke.edu>
In-Reply-To: <20001201193042.A49869@cicely8.cicely.de>
References:  <14887.6213.634085.237730@grasshopper.cs.duke.edu> <Pine.BSF.4.21.0011301933210.59011-100000@beppo.feral.com> <20001201193042.A49869@cicely8.cicely.de>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14887.61320.684175.222685>