Add a psuedo-device for coda.

This commit is contained in:
phil 1999-10-14 00:08:45 +00:00
parent f25d1b0a07
commit 15ef719178
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.60 1999/08/01 00:23:49 matt Exp $ */
/* $NetBSD: conf.c,v 1.61 1999/10/14 00:08:45 phil Exp $ */
/*
* Copyright (c) 1992, 1993
@ -97,6 +97,9 @@
#include "rnd.h"
#include "scsibus.h"
#include "vcoda.h"
cdev_decl(vc_nb_);
struct bdevsw bdevsw[] =
{
bdev_notdef(), /* 0 */
@ -177,7 +180,7 @@ struct cdevsw cdevsw[] =
cdev_notdef(), /* 44 */
cdev_notdef(), /* 45 */
cdev_notdef(), /* 46 */
cdev_notdef(), /* 47 */
cdev_vc_nb_init(NVCODA,vc_nb_), /* 47: coda file system psuedo-device */
cdev_notdef(), /* 48 */
cdev_notdef(), /* 49 */
cdev_notdef(), /* 50 */