Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/sparc/sparc Pull up revision 1.61 (requested b...
details: https://anonhg.NetBSD.org/src/rev/92b74c4936c7
branches: netbsd-1-4
changeset: 469963:92b74c4936c7
user: he <he%NetBSD.org@localhost>
date: Wed Jan 05 23:24:09 2000 +0000
description:
Pull up revision 1.61 (requested by phil):
Add coda to the sparc port and enable in GENERIC.
diffstat:
sys/arch/sparc/sparc/conf.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 2ee7831e49e7 -r 92b74c4936c7 sys/arch/sparc/sparc/conf.c
--- a/sys/arch/sparc/sparc/conf.c Mon Dec 20 23:59:44 1999 +0000
+++ b/sys/arch/sparc/sparc/conf.c Wed Jan 05 23:24:09 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.58 1998/12/18 16:55:39 drochner Exp $ */
+/* $NetBSD: conf.c,v 1.58.2.1 2000/01/05 23:24:09 he Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -95,6 +95,9 @@
#include "rnd.h"
#include "scsibus.h"
+#include "vcoda.h"
+cdev_decl(vc_nb_);
+
struct bdevsw bdevsw[] =
{
bdev_notdef(), /* 0 */
@@ -175,7 +178,7 @@
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 */
Home |
Main Index |
Thread Index |
Old Index