pcmcia modems end up at com3 with a GENERIC kernel, so create a tty03 in std
This commit is contained in:
parent
e335e1cd4d
commit
9e96565f2e
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
#
|
#
|
||||||
# $NetBSD: MAKEDEV,v 1.106 2000/03/16 14:58:09 ad Exp $
|
# $NetBSD: MAKEDEV,v 1.107 2000/04/29 00:10:37 abs Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1990 The Regents of the University of California.
|
# Copyright (c) 1990 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
@ -131,7 +131,7 @@ case $i in
|
||||||
|
|
||||||
all)
|
all)
|
||||||
sh $0 std fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
|
sh $0 std fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
|
||||||
sh $0 tty0 tty1 tty2 pty0 pty1 raid0 raid1 raid2 raid3
|
sh $0 tty0 tty1 tty2 tty3 pty0 pty1 raid0 raid1 raid2 raid3
|
||||||
sh $0 st0 st1 ch0 cd0 cd1 mcd0 vnd0 vnd1 lpa0 lpa1 lpa2
|
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 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||||
sh $0 lpt0 lpt1 lpt2 ttyv0 tun0 tun1 ipl
|
sh $0 lpt0 lpt1 lpt2 ttyv0 tun0 tun1 ipl
|
||||||
|
|
Loading…
Reference in New Issue