Subject: Re: Some FAQ proposals (long, sorry)
To: Andy Doran <ad@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 01/04/2000 11:24:11
Andy Doran wrote:
> Are some of these TURBOchannel id strings as reported by the h/w? If so,
> they're not authoritive - e.g. both a PMAG-D and PMAG-E will show up as a
> PMAG-DA if you've got the right model.
>
> I'm confused.
That's the part number you (used to) order from DEC - what the firmware
says is likely to be extremely different :-)
From the Ultrix /sys/data/tc_option_data.c, we have:
{ "PMAG-BA ", "fb", 0, 0, 'D', 0}, /* CFB */
{ "PMAG-AA ", "fb", 0, 0, 'D', 0}, /* MFB */
{ "PMAG-CA ", "px", 0, 1, 'D', 0}, /* 2DA */
{ "PMAG-DA ", "px", 0, 1, 'D', 0}, /* LM-3DA */
{ "PMAG-FA ", "px", 0, 1, 'D', 0}, /* HE-3DA */
{ "PMAG-FB ", "px", 0, 1, 'D', 0}, /* HE+3DA */
{ "PMAGB-FA", "px", 0, 1, 'D', 0}, /* HE+3DA */
{ "PMAGB-FB", "px", 0, 1, 'D', 0}, /* HE+3DA */
{ "PMAGB-BA", "fb", 0, 1, 'D', 0}, /* SFB */
{ "PMAG-RO ", "fb", 0, 0, 'D', 0}, /* Raster Ops */
{ "PMAG-JA ", "fb", 0, 0, 'D', 0}, /* Raster Ops */
{ "PMAGB-JA", "fb", 0, 0, 'D', 0}, /* Raster Ops */
which I would say is "authoritive" PROM id strings. Other files
(fb_data.c and px_data.c) contain more info on each model.
> Here's the cards listed in the November 1992 "Digital Systems and
> Options Catalog":
>
> Card Model AKA Resolution HSync Slots Supp Probed Type
>
> PMAG-AA MX 1280x1024 72 Hz 1 Y mfb* 1-plane monochrome
> PMAGB-BA HX 1280x1024 72 Hz 1 Y sfb* 8-plane 2D smart
> and 1280x1024 66 Hz
> PMAGB-BE HX 1280x1024 72 Hz 1 Y sfb* 8-plane 2D smart
> and 1024x768 72 Hz
> PMAGB-JA TX 1280x1024 72 Hz 1 ? ? 24-plane true color
> PMAGB-DA PXG+ 1280x1024 72 Hz 2 Y px* 8-plane 3d low- to mid-range
> PMAGB-EA PXG+ 1280x1024 72 Hz 2 Y px* 24-plane 3d z-buffer, mid-range
> PMAGB-FA PXG Turbo+ 1280x1024 72 Hz 3 ? px* 96-plane 3d high performance
> PMAG-JA/JB TX 1280x1024 66 Hz 1 ? ? 24-plane true color
> PMAG-DA PXG 1280x1024 66 Hz 2 Y px* 8-plane 3d entry level
> PMAGB-DC PXG+ 1280x1024 66 Hz 2 Y px* 8-plane 3d low- to mid-range
> PMAGB-EC PXG+ 1280x1024 66 Hz 2 Y px* 8-plane 3d mid-range
Simon.