Module Name:    src
Committed By:   rin
Date:           Thu Feb 25 07:58:39 UTC 2021

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

Log Message:
For ramdisk image, generate only 2 pairs of pty devices, instead of 16,
in order to save space further.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.dreamcast/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.dreamcast/MAKEDEV.conf
diff -u src/etc/etc.dreamcast/MAKEDEV.conf:1.7 src/etc/etc.dreamcast/MAKEDEV.conf:1.8
--- src/etc/etc.dreamcast/MAKEDEV.conf:1.7	Wed Nov 25 15:14:03 2020
+++ src/etc/etc.dreamcast/MAKEDEV.conf	Thu Feb 25 07:58:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.7 2020/11/25 15:14:03 tsutsui Exp $
+# $NetBSD: MAKEDEV.conf,v 1.8 2021/02/25 07:58:39 rin Exp $
 
 all_md)
 	makedev wscons gdrom0 maple
@@ -10,7 +10,7 @@ all_md)
 
 ramdisk)
 	makedev std bpf md0 gdrom0
-	makedev scif0 sci0 opty
+	makedev scif0 sci0 ipty
 	makedev ttyE0 ttyEcfg wsmouse0 wskbd0 tun0 tun1 ipl
 	makedev wd0 wd1
 	;;

Reply via email to