Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.prep Restructure a bit as to create wscons device no...
details: https://anonhg.NetBSD.org/src/rev/1ae322377f21
branches: trunk
changeset: 485623:1ae322377f21
user: kleink <kleink%NetBSD.org@localhost>
date: Tue May 02 08:03:38 2000 +0000
description:
Restructure a bit as to create wscons device nodes using the 'wscons'
argument, rather than enumerating all the terminal devices. (Convenient
side-effect: ttyEcfg ist actually created.)
diffstat:
etc/etc.prep/MAKEDEV | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 9ecda991d86e -r 1ae322377f21 etc/etc.prep/MAKEDEV
--- a/etc/etc.prep/MAKEDEV Tue May 02 08:02:07 2000 +0000
+++ b/etc/etc.prep/MAKEDEV Tue May 02 08:03:38 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.2 2000/04/29 09:47:01 kleink Exp $
+# $NetBSD: MAKEDEV,v 1.3 2000/05/02 08:03:38 kleink Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -106,9 +106,10 @@
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 ch0 uk0 uk1 random
sh $0 speaker lkm audio joy0 joy1 local
sh $0 audio0 audio1 audio2 audio3
- sh $0 ttyv0 ttyE0 ttyE1 ttyE2 ttyE3 ttyE4 ttyE5 ttyE6 ttyE7 ttyE8
+ sh $0 ttyv0
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
+ sh $0 wscons
;;
floppy)
Home |
Main Index |
Thread Index |
Old Index