Subject: Re: Some FAQ proposals (long, sorry)
To: Jeffrey Murphy <j.murphy@student.murdoch.edu.au>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 01/04/2000 11:08:18
Jeffrey Murphy wrote:

> Can DECstations be run as multi-head machines?
> 
> Yes, the TURBOchannel machines can use multiple screens.
> However, X does not (yet) support it.

NetBSD X does not support multi-headed - Ultrix X does.

> There's some weird-looking cards sitting in the last memory slots of 
> my 5000/2xx.
> 
> These might be Prestoserve NVRAM modules. Not currently supported, but
> leaving them in won't harm anything.
> It should show up in ``cnfg'' as something like:
> 
>    0: PMTNV-AA DEC      V1.1     TCF0  (1 MB NVRAM )

This sounds like a TURBOchannel prestoserve card.  The SIMM card appears
in the output of "cnfg 3".  I'll send some output next time I have a
machine with one down.  It's something like:

	mem(13):  aXXXXXXX:aXXXXXXX  (  2 MB) NV-RAM

> My DECstation 2100 / 3100 doesn't see my SCSI tape drive.
> 
> The SCSI ID of the tape drive needs to be set to either 4 or 5 on
> these machines. They should probe as ``tz'' devices with a suitable
> kernel.
> 
> * This restriction doesn't hold for 5k machines, does it?

This is a restriction of the current MD pmax SCSI tape driver, and applies
to all systems.  It isn't hard to support other SCSI ID's, and when we
switch to MI SCSI this will be fixed.

> What other TURBOChannel Cards are supported by NetBSD?
>   PMAD-AA TurboChannel Ethernet controller
>   PMAZ-AA TurboChannel SCSI (53C94) controller
>   LoFi cards?
>   ..others?

The DEFTA FDDI card _is_ supported:

	fta0 at tc0 slot 2 offset 0x0: DEC DEFTA TC FDDI SAS Controller
	fta0: FDDI address 08:00:2b:a6:13:ea, FW= 1.1, HW=2, SMT V7.2
	fta0: FDDI Port = S (PMD = ANSI Single-Mode Type 1)

This is from a 1.4-release branch kernel.

Simon.