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 Create sashimi nodes too.



details:   https://anonhg.NetBSD.org/src/rev/6ff2998930e6
branches:  trunk
changeset: 750259:6ff2998930e6
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Dec 22 13:34:35 2009 +0000

description:
Create sashimi nodes too.

diffstat:

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

diffs (16 lines):

diff -r 9a3e3dabedd6 -r 6ff2998930e6 sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c
--- a/sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c        Tue Dec 22 13:25:45 2009 +0000
+++ b/sys/rump/dev/wip/libumass/sd_at_scsibus_at_umass.c        Tue Dec 22 13:34:35 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sd_at_scsibus_at_umass.c,v 1.5 2009/12/19 11:55:23 pooka Exp $ */
+/*     $NetBSD: sd_at_scsibus_at_umass.c,v 1.6 2009/12/22 13:34:35 pooka Exp $ */
 
 /*
  * MACHINE GENERATED: DO NOT EDIT
@@ -503,4 +503,6 @@
 
        FLAWLESSCALL(rump_vfs_makedevnodes(S_IFBLK, "/dev/sd0", 'a',
            bmaj, 0, 8));
+       FLAWLESSCALL(rump_vfs_makedevnodes(S_IFCHR, "/dev/rsd0", 'a',
+           cmaj, 0, 8));
 }



Home | Main Index | Thread Index | Old Index