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.)
This commit is contained in:
kleink 2000-05-02 08:03:38 +00:00
parent 087a67c892
commit 2e87728bd8
1 changed files with 3 additions and 2 deletions

View File

@ -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 @@ all)
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)