Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/coda update to post gehenna-devsw world
details: https://anonhg.NetBSD.org/src/rev/b93626759498
branches: trunk
changeset: 540824:b93626759498
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Dec 25 17:31:53 2002 +0000
description:
update to post gehenna-devsw world
diffstat:
sys/coda/00READ | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)
diffs (30 lines):
diff -r 21fe4b94028c -r b93626759498 sys/coda/00READ
--- a/sys/coda/00READ Wed Dec 25 17:23:22 2002 +0000
+++ b/sys/coda/00READ Wed Dec 25 17:31:53 2002 +0000
@@ -40,19 +40,16 @@
pseudo-device vcoda 4 # coda minicache <-> venus comm.
- 2. src/sys/arch/xxx/xxx/conf.c
+ 2. src/sys/arch/xxx/conf/majors.xxx
-Coda needs a pseudodevice, vc_nb_, to communicate between the kernel and the
-out of kernel client program, venus. sys/conf.h defines it:
- #define cdev_vc_nb_init \...
-You must include this device in your platform conf.c
+Coda needs a pseudodevice, vcoda, to communicate between the kernel and the
+out of kernel client program, venus.
By way of example for the x86, you add:
-#include "vcoda.h"
-cdev_decl(vc_nb_);
-to the "header" area and
- cdev_vc_nb_init(NVCODA,vc_nb_), /* 60: coda file system psdev */
-to the cdev switch.
+
+device-major vcoda char 60 vcoda
+
+to the majors file.
3. src/etc/xxx/MAKEDEV
Home |
Main Index |
Thread Index |
Old Index