type miss of i partition: 9->8

This commit is contained in:
uch 2002-05-25 16:31:09 +00:00
parent b72e4dd171
commit d2b36af297
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.16 2002/05/22 15:02:22 uch Exp $
# $NetBSD: MAKEDEV,v 1.17 2002/05/25 16:31:09 uch Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -192,7 +192,7 @@ ccd*|fd*|sd*|vnd*|wd*)
mknod ${name}${unit}f b $blk $(($unit * 16 + 5))
mknod ${name}${unit}g b $blk $(($unit * 16 + 6))
mknod ${name}${unit}h b $blk $(($unit * 16 + 7))
mknod ${name}${unit}i b $blk $(($unit * 16 + 9))
mknod ${name}${unit}i b $blk $(($unit * 16 + 8))
mknod ${name}${unit}j b $blk $(($unit * 16 + 9))
mknod ${name}${unit}k b $blk $(($unit * 16 + 10))
mknod ${name}${unit}l b $blk $(($unit * 16 + 11))

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.12 2002/05/22 15:02:24 uch Exp $
# $NetBSD: MAKEDEV,v 1.13 2002/05/25 16:31:10 uch Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -169,7 +169,7 @@ ccd*|fd*|sd*|vnd*|wd*)
mknod ${name}${unit}f b $blk $(($unit * 16 + 5))
mknod ${name}${unit}g b $blk $(($unit * 16 + 6))
mknod ${name}${unit}h b $blk $(($unit * 16 + 7))
mknod ${name}${unit}i b $blk $(($unit * 16 + 9))
mknod ${name}${unit}i b $blk $(($unit * 16 + 8))
mknod ${name}${unit}j b $blk $(($unit * 16 + 9))
mknod ${name}${unit}k b $blk $(($unit * 16 + 10))
mknod ${name}${unit}l b $blk $(($unit * 16 + 11))

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.16 2002/05/22 15:02:25 uch Exp $
# $NetBSD: MAKEDEV,v 1.17 2002/05/25 16:31:10 uch Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -256,7 +256,7 @@ ccd*|fd*|sd*|vnd*|wd*|raid*)
mknod ${name}${unit}f b $blk $(($unit * 16 + 5))
mknod ${name}${unit}g b $blk $(($unit * 16 + 6))
mknod ${name}${unit}h b $blk $(($unit * 16 + 7))
mknod ${name}${unit}i b $blk $(($unit * 16 + 9))
mknod ${name}${unit}i b $blk $(($unit * 16 + 8))
mknod ${name}${unit}j b $blk $(($unit * 16 + 9))
mknod ${name}${unit}k b $blk $(($unit * 16 + 10))
mknod ${name}${unit}l b $blk $(($unit * 16 + 11))

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.19 2002/05/22 15:02:26 uch Exp $
# $NetBSD: MAKEDEV,v 1.20 2002/05/25 16:31:10 uch Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -209,7 +209,7 @@ ccd*|fd*|sd*|vnd*|wd*|raid*)
mknod ${name}${unit}f b $blk $(($unit * 16 + 5))
mknod ${name}${unit}g b $blk $(($unit * 16 + 6))
mknod ${name}${unit}h b $blk $(($unit * 16 + 7))
mknod ${name}${unit}i b $blk $(($unit * 16 + 9))
mknod ${name}${unit}i b $blk $(($unit * 16 + 8))
mknod ${name}${unit}j b $blk $(($unit * 16 + 9))
mknod ${name}${unit}k b $blk $(($unit * 16 + 10))
mknod ${name}${unit}l b $blk $(($unit * 16 + 11))