As before, make 64 PTYs default. Forgot to move updated version back after
moving it aside to commit fix to previous version, prior to larger commit.
This commit is contained in:
parent
db8e04e0f8
commit
12fa1acae3
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.10 2000/07/27 18:41:34 mason Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.11 2000/07/27 18:46:15 mason Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -94,7 +94,8 @@ all)
|
|||
sh -$- $0 fd sd0 sd1 sd2 sd3 sd4 xd0 xd1 xd2 xd3 xy0 xy1 xy2 xy3
|
||||
sh -$- $0 wd0 wd1 wd2 wd3 cd0 st0 st1 fd0
|
||||
sh -$- $0 audio0 audio1 audio2 audio3
|
||||
sh -$- $0 pty0 vnd0 vnd1 vnd2 vnd3 audio tun0 tun1 tun2 tun3
|
||||
sh -$- $0 pty0 pty1 pty2 pty3 vnd0 vnd1 vnd2 vnd3 audio
|
||||
sh -$- $0 tun0 tun1 tun2 tun3
|
||||
sh -$- $0 ccd0 ccd1 ccd2 ccd3 raid0 raid1 raid2 raid3
|
||||
sh -$- $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh -$- $0 bwtwo0 cgtwo0 cgthree0 cgfour0 cgsix0
|
||||
|
|
Loading…
Reference in New Issue