1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Grab FBTYPE_NOTSUN3 and use it for FBTYPE_PCIMISC. The value matches

the one used in NetBSD for FBTYPE_PCIMISC.
This commit is contained in:
Marius Strobl 2005-05-21 20:40:51 +00:00
parent ff706bdfcf
commit 47e71e64d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146481

View File

@ -62,7 +62,7 @@
#define FBTYPE_NOTSUN1 9 /* reserved for customer */
#define FBTYPE_NOTSUN2 10 /* reserved for customer */
#define FBTYPE_NOTSUN3 11 /* reserved for customer */
#define FBTYPE_PCIMISC 11 /* (generic) PCI misc. disp. */
#define FBTYPE_SUNFAST_COLOR 12 /* accelerated 8bit */
#define FBTYPE_SUNROP_COLOR 13 /* MEMCOLOR with rop h/w */