Add tty2 to 'all' and 'floppy' targets (that's how a PnP or pcmcia modem

will get called with a standart kernel).
This commit is contained in:
bouyer 1999-01-27 10:26:08 +00:00
parent 0dee80a0e4
commit 93fc448539
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.80 1999/01/25 21:44:22 tron Exp $
# $NetBSD: MAKEDEV,v 1.81 1999/01/27 10:26:08 bouyer Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -111,7 +111,7 @@ case $i in
all)
sh $0 std fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 pty0 pty1 raid0 raid1 raid2 raid3
sh $0 tty0 tty1 tty2 pty0 pty1 raid0 raid1 raid2 raid3
sh $0 st0 st1 ch0 cd0 cd1 mcd0 vnd0 vnd1 lpa0 lpa1 lpa2
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 lpt0 lpt1 lpt2 ttyv0 tun0 tun1 ipl
@ -125,7 +125,7 @@ all)
;;
floppy)
sh $0 std wt0 fd0 fd1 wd0 wd1 sd0 sd1 sd2 tty0 tty1
sh $0 std wt0 fd0 fd1 wd0 wd1 sd0 sd1 sd2 tty0 tty1 tty2
sh $0 st0 st1 cd0 cd1 mcd0 ttyv0
;;