From owner-freebsd-alpha Tue Jun 20 16:29: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 EB3EB37B630 for ; Tue, 20 Jun 2000 16:29:33 -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 TAA04552; Tue, 20 Jun 2000 19:29:33 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id TAA05716; Tue, 20 Jun 2000 19:29:33 -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 Date: Tue, 20 Jun 2000 19:29:32 -0400 (EDT) To: ynishimura@home.nimc.go.jp Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: SRM of Digital personal workstation can only works just with matrox ? In-Reply-To: <49256904.007A8DB1.00@cmnotesx.nimc.go.jp> References: <49256904.007A8DB1.00@cmnotesx.nimc.go.jp> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14671.64578.737508.145223@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ynishimura@home.nimc.go.jp writes: > Dear sirs > > SRM of Digital personal workstation can only works just with matrox ? > > I tried to install FreeBSD4.0/Alpha into Digitalpersonal workstation600a. > I tried changing AlphaBios to srm. At bootin,itsaid "illeagal device on slot 5" > > It was the display card "powerstorm" that has been working with windows/NT4.0. > > I changed it with Mach64(rage128?), Number9 GXE64pro and so on, but the boot > failed. > > My friend said that srm for it can work only withmatrox. > > Is that true? No. It is not. You have a Miata with the extra-buggy pyxis chipset & the SRM console is attempting to prevent you from blowing your foot off. The SRM console maintains a list of PCI cards whose Tru64 device drivers are known not to do DMA reads across page bounaries. The powerstorm card is apparently not in that list, so the SRM console won't let you boot with an unknown card in slots 4 or 5 (the other 3 slots are behind a ppb which breaks up DMAs). Since you don't care about this, you should be able to do: >>> set pci_device_override -1 Then you should be able to boot with the powerstorm in whatever slot you like. BTW, I'm typing this on a 433a with a Powerstorm 4D10 sitting in slot 5. running FreeBSD/alpha & XF86 3.3.6 of course ;-) Cheers, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message