Subject: Re: disk drive help
To: Louis C Watta <watta@auntbea.rtp.gtegsc.com>
From: Herb Peyerl <hpeyerl@beer.org>
List: port-hp300
Date: 09/12/1995 10:07:07
watta@auntbea.rtp.gtegsc.com (Louis C Watta)  wrote:
 > Could someone tell me the size of a 7959a drive and the

Couldn't tell you about a 7959a but from hp300/dev/rd.c:

    { RD7959BID,    0,  "7959B",     594216 },

so it looks like about 300MB.

 > difference between a 98543a Graphics card and a 98550a Graphics card.

from hp300/dev/grf_tc.c:

        case GID_HRCCATSEYE:
            bcopy("HP98550", fi->name, 8);
            break; 

So it's probably 1280x1024x8 (256 color).  I don't see anything on
the 98543...