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

Annotation of sys/arch/mvme68k/stand/bootxx/conf.c, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: conf.c,v 1.2 2001/07/04 08:06:55 niklas Exp $ */
        !             2: /*     $NetBSD: conf.c,v 1.2 1995/10/13 21:45:00 gwr Exp $     */
        !             3:
        !             4: #include <sys/types.h>
        !             5: #include <machine/prom.h>
        !             6:
        !             7: #include "stand.h"
        !             8: #include "libsa.h"
        !             9:
        !            10: struct devsw devsw[] = {
        !            11:        { "bugsc", bugscstrategy, bugscopen, bugscclose, bugscioctl },
        !            12: };
        !            13: int     ndevs = (sizeof(devsw)/sizeof(devsw[0]));
        !            14:
        !            15: int debug;

CVSweb