No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / bootst / conf.c
blob0cd401ae3b80fed2d207c8acf14b3f94361bc003
1 /* $NetBSD: conf.c,v 1.1.68.1 2005/11/10 13:57:53 skrll Exp $ */
3 #include <lib/libsa/stand.h>
4 #include <rawfs.h>
5 #include <dev_tape.h>
7 struct fs_ops file_system[] = {
8 FS_OPS(rawfs),
9 };
10 int nfsys = 1;
12 struct devsw devsw[] = {
13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
15 int ndevs = 1;
17 int debug;