CVS commit: src/etc/etc.dreamcast

2021-02-24 Thread Rin Okuyama
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
 	;;



CVS commit: src/etc/etc.dreamcast

2020-11-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Nov 25 15:14:04 UTC 2020

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

Log Message:
Create wd0 and wd1 device node for G1IDE kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/etc/etc.dreamcast/MAKEDEV.conf:1.7
--- src/etc/etc.dreamcast/MAKEDEV.conf:1.6	Thu Dec  8 11:31:13 2016
+++ src/etc/etc.dreamcast/MAKEDEV.conf	Wed Nov 25 15:14:03 2020
@@ -1,16 +1,18 @@
-# $NetBSD: MAKEDEV.conf,v 1.6 2016/12/08 11:31:13 nat Exp $
+# $NetBSD: MAKEDEV.conf,v 1.7 2020/11/25 15:14:03 tsutsui Exp $
 
 all_md)
 	makedev wscons gdrom0 maple
 	makedev scif0 sci0
 	makedev audio speaker
 	makedev cfs
+	makedev wd0 wd1
 	;;
 
 ramdisk)
 	makedev std bpf md0 gdrom0
 	makedev scif0 sci0 opty
 	makedev ttyE0 ttyEcfg wsmouse0 wskbd0 tun0 tun1 ipl
+	makedev wd0 wd1
 	;;
 
 maple)