Annotation of researchv9/sys/sun/fbio.h, revision 1.1

1.1     ! root        1: /*     @(#)fbio.h 1.1 86/02/03 SMI     */
        !             2: 
        !             3: /*
        !             4:  * Frame buffer descriptor.
        !             5:  * Returned by FBIOGTYPE ioctl on frame buffer devices.
        !             6:  */
        !             7: struct fbtype {
        !             8:        int     fb_type;        /* as defined below */
        !             9:        int     fb_height;      /* in pixels */
        !            10:        int     fb_width;       /* in pixels */
        !            11:        int     fb_depth;       /* bits per pixel */
        !            12:        int     fb_cmsize;      /* size of color map (entries) */
        !            13:        int     fb_size;        /* total size in bytes */
        !            14: };
        !            15: 
        !            16: #define        FBTYPE_SUN1BW           0
        !            17: #define        FBTYPE_SUN1COLOR        1
        !            18: #define        FBTYPE_SUN2BW           2
        !            19: #define        FBTYPE_SUN2COLOR        3
        !            20: #define        FBTYPE_SUN2GP           4       /* reserved for future Sun use */
        !            21: #define        FBTYPE_SUN3BW           5       /* reserved for future Sun use */
        !            22: #define        FBTYPE_SUN3COLOR        6       /* reserved for future Sun use */
        !            23: #define        FBTYPE_SUN4BW           7       /* reserved for future Sun use */
        !            24: #define        FBTYPE_SUN4COLOR        8       /* reserved for future Sun use */
        !            25: #define        FBTYPE_NOTSUN1          9       /* reserved for customer */
        !            26: #define        FBTYPE_NOTSUN2          10      /* reserved for customer */
        !            27: #define        FBTYPE_NOTSUN3          11      /* reserved for customer */
        !            28: 
        !            29: #define        FBIOGTYPE (('F'<<8)|1)
        !            30: #define        KBIOISKBD (('K'<<8)|1)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.