Module Name:    src
Committed By:   tsutsui
Date:           Wed May  8 14:59:41 UTC 2013

Modified Files:
        src/etc/etc.landisk: MAKEDEV.conf

Log Message:
Make sure to create serial device nodes (scif0 and sci0).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.landisk/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.landisk/MAKEDEV.conf
diff -u src/etc/etc.landisk/MAKEDEV.conf:1.6 src/etc/etc.landisk/MAKEDEV.conf:1.7
--- src/etc/etc.landisk/MAKEDEV.conf:1.6	Thu Aug 16 13:31:25 2012
+++ src/etc/etc.landisk/MAKEDEV.conf	Wed May  8 14:59:41 2013
@@ -1,8 +1,9 @@
-# $NetBSD: MAKEDEV.conf,v 1.6 2012/08/16 13:31:25 abs Exp $
+# $NetBSD: MAKEDEV.conf,v 1.7 2013/05/08 14:59:41 tsutsui Exp $
 
 all_md)
 	makedev std
 	makedev wscons
+	makedev scif0 sci0
 	makedev wd0 wd1 sd0 sd1 sd2 sd3
 	makedev cd0 cd1 vnd0
 	makedev tty0 tty1 tty2 tty3
@@ -29,6 +30,7 @@ floppy)
 	makedev wd0 wd1 wd2 wd3 md0
 	makedev sd0 sd1 sd2 sd3 cd0
 	makedev ccd0
+	makedev scif0 sci0
 	makedev opty
 	makedev tty0 tty1
         ;;

Reply via email to