Correct cdev/bdev for cd*.

This commit is contained in:
phil 1997-06-18 21:09:36 +00:00
parent 8308fe20d7
commit 0ed99f5f61
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $NetBSD: MAKEDEV,v 1.11 1997/05/31 23:53:25 thorpej Exp $ # $NetBSD: MAKEDEV,v 1.12 1997/06/18 21:09:36 phil 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.
@ -222,7 +222,7 @@ ch*|uk*|se*)
cd*) cd*)
case $i in case $i in
cd*) name=cd; unit=${i#cd}; chr=4; blk=12;; cd*) name=cd; unit=${i#cd}; chr=12; blk=4;;
esac esac
rm -f $name$unit? r$name$unit? rm -f $name$unit? r$name$unit?
mknod ${name}${unit}a b $blk $(($unit * 8 + 0)) mknod ${name}${unit}a b $blk $(($unit * 8 + 0))