/***************************************************************** * DEVICE IDENTIFIERS *****************************************************************/ #define XDEV←XNEST 0 /* X in an X window */ /* DEC address space 199 */ #define XDEV←VS100 1 /* DEC VS100 */ #define XDEV←QVSS 2 /* DEC QVSS (VS1 and VS2) */ #define XDEV←QDSS 3 /* DEC QDSS display */ #define XDEV←DECXXX 4 /* reserved for future use */ #define XDEV←DECYYY 5 /* reserved for future use */ #define XDEV←DECZZZ 6 /* reserved for future use */ /* Cognition address space 100 - 199 */ #define XDEV←LEX90 100 /* Lexidata 90, Cognition */ /* IBM address space 200 - 299 */ #define XDEV←IBMACIS 200 /* IBM ACIS display, wuf, RT/PC*/ #define XDEV←IBMAPA8 201 /* IBM APA8 display, RT/PC */ #define XDEV←IBMAPA16 202 /* IBM APA16 display, RT/PC */ /* SMI address space 300 - 399 */ #define SUNBASE 300 /* base of SMI displays */ #ifndef FBTYPESUN1BW /* from /usr/include/sun/fbio.h */ #define XFBTYPE←SUN1BW 0 #define XFBTYPE←SUN1COLOR 1 #define XFBTYPE←SUN2BW 2 #define XFBTYPE←SUN2COLOR 3 #define XFBTYPE←SUN2GP 4 /* reserved for future Sun use */ #define XFBTYPE←SUN3BW 5 /* reserved for future Sun use */ #define XFBTYPE←SUN3COLOR 6 /* reserved for future Sun use */ #define XFBTYPE←SUN4BW 7 /* reserved for future Sun use */ #define XFBTYPE←SUN4COLOR 8 /* reserved for future Sun use */ #define XFBTYPE←NOTSUN1 9 /* reserved for Sun customer */ #define XFBTYPE←NOTSUN2 10 /* reserved for Sun customer */ #define XFBTYPE←NOTSUN3 11 /* reserved for Sun customer */ #endif #define XDEV←SUN1BW FBTYPESUN1BW+SUNBASE #define XDEV←SUN1COLOR FBTYPESUN1COLOR+SUNBASE #define XDEV←SUN2BW FBTYPESUN2BW+SUNBASE #define XDEV←SUN2COLOR FBTYPESUN2COLOR+SUNBASE #define XDEV←SUN2GP FBTYPESUN2GP+SUNBASE #define XDEV←SUN3BW FBTYPESUN3BW+SUNBASE #define XDEV←SUN3COLOR FBTYPESUN3COLOR+SUNBASE #define XDEV←SUN4BW FBTYPESUN4BW+SUNBASE #define XDEV←SUN4COLOR FBTYPESUN4COLOR+SUNBASE #define XDEV←NOTSUN1 FBTYPENOTSUN1+SUNBASE #define XDEV←NOTSUN2 FBTYPENOTSUN2+SUNBASE #define XDEV←NOTSUN3 FBTYPENOTSUN3+SUNBASE /* MASSCOMP address space 400 - 499 */ #define XDEV←MC1 401 /* Masscomp, in progress */ #define XDEV←MC2 402 /* Masscomp, (not implemented) */ #define XDEV←MC3 403 /* Masscomp, (not implemented) */ /* Jupiter Systems address space 500 - 599 */ #define XDEV←PGP20 501 /* 24 bit deep frame buffer */