Annotation of researchv9/sys/boot/stand/conf.c, revision 1.1.1.2

1.1.1.2 ! root        1: #include <machine/sunromvec.h>
1.1       root        2: 
                      3: extern struct boottab xydriver;
                      4: extern struct boottab sddriver;
                      5: extern struct boottab stdriver;
                      6: extern struct boottab mtdriver;
                      7: extern struct boottab xtdriver;
                      8: 
                      9: /*
                     10:  * The device table 
                     11:  */
                     12: struct boottab *(devsw[]) = {
                     13:        &sddriver,
                     14:        &stdriver,
                     15:        (struct boottab *)0,
                     16: };

unix.superglobalmegacorp.com

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