From cf000ad823206983af1eb1815b58756cd46fc9e2 Mon Sep 17 00:00:00 2001 From: mhitch Date: Sun, 10 May 1998 16:52:14 +0000 Subject: [PATCH] SCSI drives at target 5 and 6 (and 7 for the DS3100) are now included in the standard configuration, so build the rz* devices for them. --- etc/etc.pmax/MAKEDEV | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV index aaf5d42e73a1..c2b87e1676c1 100644 --- a/etc/etc.pmax/MAKEDEV +++ b/etc/etc.pmax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.21 1998/05/09 00:13:57 mycroft Exp $ +# $NetBSD: MAKEDEV,v 1.22 1998/05/10 16:52:14 mhitch Exp $ # # from: @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -50,8 +50,8 @@ do case $i in all) - sh $0 std fd rz0 rz1 rz2 rz3 rz4 tz0 tz1 - sh $0 rz8 rz9 rz10 rz11 rz12 tz2 tz3 + sh $0 std fd rz0 rz1 rz2 rz3 rz4 rz5 rz6 rz7 tz0 tz1 + sh $0 rz8 rz9 rz10 rz11 rz12 rz13 rz14 tz2 tz3 sh $0 dc0 scc0 sh $0 pty0 vnd0 vnd1 vnd2 vnd3 ccd0 ccd1 ccd2 ccd3 sh $0 tun0 tun1 tun2 tun3 @@ -138,7 +138,7 @@ rz*|vnd*|ccd*) ccd*) name=ccd; unit=${i#ccd}; blk=24; chr=87;; esac case $unit in - [0-6]|8|9|1[0-4]) + [0-9]|1[0-4]) rm -f ${name}${unit}[a-h] r${name}${unit}[a-h] mknod ${name}${unit}a b $blk $(($unit * 8 + 0)) mknod ${name}${unit}b b $blk $(($unit * 8 + 1))