Subject: Re: uV 3100-80?
To: Michael Kukat <michael@unixiron.org>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 06/05/2001 09:16:21
> Hello,
> 
> On Sun, 3 Jun 2001, Michael Kukat wrote:
> > > >>> e/p 20040004
> > >   P 20040004 04140001
> >
> > Ok, thanx, i don't get this into the sources today, but only thing which
> > changes, is the output of the kernel, which machine we have. I hope, we get
> > the necessary info out of the ESID (20040004) field bits 8-15 as usual :)
> 
> Ok, just checked this. We don't get it from bits 8-15, but bits 0-7 look fine,
> here we have 0x02 for a VAXstation 4000/60 and 0x01 for a MicroVAX 3100m80.
> 
> Is this the place to find this kind of server/workstation flag? Does someone
> have one of the tech manuals to look for the fields in ESID?
> 
For the 4000/60, SYS_TYPE (20040004):
SYS_TYPE<31:24>	System type code. 4
SYS_TYPE<23:16> Revision level of KA46 firmware.
SYS_TYPE<15:8>	System Sub-type. Always zero for KA46.
SYS_TYPE<7:2>	Zero
SYS_TYPE<1>	Single user. 1.
SYS_TYPE<0>	Multi user. 0

So, the MicroVAX 3100m80 is a multiuser machine and the VAXstation 4000/60
is a singleuser. Sounds reasonable.

-- Ragge