[BACK]Return to conf.c CVS log [TXT][DIR] Up to [local] / sys / arch / mvme88k / stand / bootxx

Annotation of sys/arch/mvme88k/stand/bootxx/conf.c, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: conf.c,v 1.1 1998/08/22 08:27:08 smurph Exp $ */
                      2:
                      3: #include <sys/types.h>
                      4: #include <machine/prom.h>
                      5:
                      6: #include "stand.h"
                      7: #include "libsa.h"
                      8:
                      9: struct devsw devsw[] = {
                     10:        { "bugsc", bugscstrategy, bugscopen, bugscclose, bugscioctl },
                     11: };
                     12: int     ndevs = (sizeof(devsw)/sizeof(devsw[0]));
                     13:
                     14: int debug;

CVSweb