Annotation of lucent/sys/src/9/pc/f002525, revision 1.1.1.1

1.1       root        1: #include "u.h"
                      2: #include "../port/lib.h"
                      3: #include "mem.h"
                      4: #include "dat.h"
                      5: #include "fns.h"
                      6: #include "../port/error.h"
                      7: 
                      8: #include <libg.h>
                      9: #include "screen.h"
                     10: #include "vga.h"
                     11: 
                     12: static void
                     13: clgd542xpage(int page)
                     14: {
                     15:        vgaxo(Grx, 0x09, page<<4);
                     16: }
                     17: 
                     18: static Vgac clgd542x = {
                     19:        "clgd542x",
                     20:        clgd542xpage,
                     21: 
                     22:        0,
                     23: };
                     24: 
                     25: void
                     26: vgaclgd542xlink(void)
                     27: {
                     28:        addvgaclink(&clgd542x);
                     29: }

unix.superglobalmegacorp.com

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