Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/wip/libumass one more path adjustment for rump_...



details:   https://anonhg.NetBSD.org/src/rev/a699f6c23e54
branches:  trunk
changeset: 749597:a699f6c23e54
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Dec 03 15:07:09 2009 +0000

description:
one more path adjustment for rump_vfs_makedevnodes() change

diffstat:

 sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0c4d1561dc0f -r a699f6c23e54 sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c
--- a/sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c        Thu Dec 03 15:06:04 2009 +0000
+++ b/sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c        Thu Dec 03 15:07:09 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sd_at_scsibus_at_umass.c,v 1.2 2009/10/05 08:34:53 pooka Exp $ */
+/*     $NetBSD: sd_at_scsibus_at_umass.c,v 1.3 2009/12/03 15:07:09 pooka Exp $ */
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -159,5 +159,6 @@
        bmaj = cmaj = -1;
        FLAWLESSCALL(devsw_attach("sd", &sd_bdevsw, &bmaj, &sd_cdevsw, &cmaj));
 
-       FLAWLESSCALL(rump_vfs_makedevnodes(S_IFBLK, "sd0", 'a', bmaj, 0, 8));
+       FLAWLESSCALL(rump_vfs_makedevnodes(S_IFBLK, "/dev/sd0", 'a',
+           bmaj, 0, 8));
 }



Home | Main Index | Thread Index | Old Index