summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/bootxx/conf.c
blob: c454566457720eedd2af1c25ee7646ff717506ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*	$OpenBSD: conf.c,v 1.1 1998/08/22 08:27:08 smurph Exp $	*/

#include <sys/types.h>
#include <machine/prom.h>

#include "stand.h"
#include "libsa.h"

struct devsw devsw[] = {
	{ "bugsc", bugscstrategy, bugscopen, bugscclose, bugscioctl },
};
int     ndevs = (sizeof(devsw)/sizeof(devsw[0]));

int debug;