Browse Source

from stone age to the stars in one afternoon, not bad! (go, jason@)

OPENBSD_3_0
todd 23 years ago
parent
commit
0a7ed04453
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/etc.sparc64/MAKEDEV

+ 3
- 3
src/etc/etc.sparc64/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $OpenBSD: MAKEDEV,v 1.19 2001/09/18 20:38:19 todd Exp $
# $OpenBSD: MAKEDEV,v 1.20 2001/09/19 02:18:50 todd Exp $
# #
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> # Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved. # All rights reserved.
@ -124,7 +124,7 @@ unt()
} }
dodisk() dodisk()
{ {
n=$(($((${5}*${7:-8}))+${6})) count=0
n=$(($((${5}*16))+${6})) count=0
RMlist="$RMlist $1$2? r$1$2?" RMlist="$RMlist $1$2? r$1$2?"
for d in a b c d e f g h i j k l m n o p for d in a b c d e f g h i j k l m n o p
do do
@ -136,7 +136,7 @@ dodisk()
} }
dodisk2() dodisk2()
{ {
n=$(($(($5*${7:-8}))+$6))
n=$(($(($5*16))+$6))
M $1$2a b $3 $n 640 operator M $1$2a b $3 $n 640 operator
M r$1$2a c $4 $n 640 operator M r$1$2a c $4 $n 640 operator
n=$(($n+2)) n=$(($n+2))


Loading…
Cancel
Save