Subject: odditty in /sys/arch/sparc/include/fbio.h
To: None <port-sparc@netbsd.org>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: port-sparc
Date: 03/27/2000 00:29:48
Is this right:

#define FBTYPE_RESERVED4        16      /* reserved, do not use */
#define FBTYPE_RESERVED3        17      /* reserved, do not use */
#define FBTYPE_SUNGP3           17      /* cg12 running gpsi microcode */
#define FBTYPE_SUNGT            18      /* gt graphics accelerator */

Should FBTYPE_RESERVED3 and FBTYPE_SUNGP3 both be 17 ?

Darren