1 /* $NetBSD: conf.c,v 1.3 2005/12/11 12:18:19 christos Exp $ */
4 #include <machine/prom.h>
6 #include <lib/libsa/stand.h>
9 struct devsw devsw
[] = {
10 { "bugsc", bugscstrategy
, bugscopen
, bugscclose
, bugscioctl
},
12 int ndevs
= __arraycount(devsw
);