summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-02-16 02:16:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-02-16 02:16:35 +0000
commit2d5059b8f775d82f6eaa34cd6f74d0bf6e29bdcb (patch)
treecea85347c3f1e6f1ee3b52d290ae27cbc6e2977d /etc
parent9d6d187c99f7d54eb49f4624aa6985d22fbd6b6d (diff)
sync
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.alpha/MAKEDEV4
-rw-r--r--etc/etc.amd64/MAKEDEV4
-rw-r--r--etc/etc.armish/MAKEDEV2
-rw-r--r--etc/etc.cats/MAKEDEV2
-rw-r--r--etc/etc.hp300/MAKEDEV2
-rw-r--r--etc/etc.hppa/MAKEDEV4
-rw-r--r--etc/etc.hppa64/MAKEDEV4
-rw-r--r--etc/etc.i386/MAKEDEV4
-rw-r--r--etc/etc.landisk/MAKEDEV2
-rw-r--r--etc/etc.luna88k/MAKEDEV2
-rw-r--r--etc/etc.mac68k/MAKEDEV2
-rw-r--r--etc/etc.macppc/MAKEDEV2
-rw-r--r--etc/etc.mvme68k/MAKEDEV2
-rw-r--r--etc/etc.mvme88k/MAKEDEV2
-rw-r--r--etc/etc.sgi/MAKEDEV2
-rw-r--r--etc/etc.sparc/MAKEDEV4
-rw-r--r--etc/etc.sparc64/MAKEDEV4
-rw-r--r--etc/etc.vax/MAKEDEV4
-rw-r--r--etc/etc.zaurus/MAKEDEV2
19 files changed, 35 insertions, 19 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV
index 9e2a84f16a5..bc2560d872e 100644
--- a/etc/etc.alpha/MAKEDEV
+++ b/etc/etc.alpha/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.alpha/MAKEDEV.md,v 1.30 2006/04/16 11:34:01 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -509,9 +509,11 @@ fd*)
M ${nam}a b $blk $n 640 operator
M ${nam}b b $blk $(($n+1)) 640 operator
M ${nam}c b $blk $(($n+2)) 640 operator
+ M ${nam}i b $blk $(($n+8)) 640 operator
M r${nam}a c $chr $n 640 operator
M r${nam}b c $chr $(($n+1)) 640 operator
M r${nam}c c $chr $(($n+2)) 640 operator
+ M r${nam}i c $chr $(($n+8)) 640 operator
;;
cd*)
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV
index 45f712e5b94..aeb7789c345 100644
--- a/etc/etc.amd64/MAKEDEV
+++ b/etc/etc.amd64/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.amd64/MAKEDEV.md,v 1.16 2006/06/11 10:58:57 mk Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -553,9 +553,11 @@ fd*)
M ${nam}a b $blk $n 640 operator
M ${nam}b b $blk $(($n+1)) 640 operator
M ${nam}c b $blk $(($n+2)) 640 operator
+ M ${nam}i b $blk $(($n+8)) 640 operator
M r${nam}a c $chr $n 640 operator
M r${nam}b c $chr $(($n+1)) 640 operator
M r${nam}c c $chr $(($n+2)) 640 operator
+ M r${nam}i c $chr $(($n+8)) 640 operator
;;
cd*)
diff --git a/etc/etc.armish/MAKEDEV b/etc/etc.armish/MAKEDEV
index d4999d13c5c..008241bb4e8 100644
--- a/etc/etc.armish/MAKEDEV
+++ b/etc/etc.armish/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.armish/MAKEDEV.md,v 1.2 2006/07/28 17:37:09 kettenis Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.cats/MAKEDEV b/etc/etc.cats/MAKEDEV
index 49b3e1d1a6a..8a2335abe83 100644
--- a/etc/etc.cats/MAKEDEV
+++ b/etc/etc.cats/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.cats/MAKEDEV.md,v 1.15 2006/07/28 17:37:10 kettenis Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV
index 0c50599104b..31b86b53bd5 100644
--- a/etc/etc.hp300/MAKEDEV
+++ b/etc/etc.hp300/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.hp300/MAKEDEV.md,v 1.27 2006/04/16 02:49:52 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV
index d21ff7b52b2..e7ca5860568 100644
--- a/etc/etc.hppa/MAKEDEV
+++ b/etc/etc.hppa/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.hppa/MAKEDEV.md,v 1.27 2006/04/16 02:49:52 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -467,9 +467,11 @@ fd*)
M ${nam}a b $blk $n 640 operator
M ${nam}b b $blk $(($n+1)) 640 operator
M ${nam}c b $blk $(($n+2)) 640 operator
+ M ${nam}i b $blk $(($n+8)) 640 operator
M r${nam}a c $chr $n 640 operator
M r${nam}b c $chr $(($n+1)) 640 operator
M r${nam}c c $chr $(($n+2)) 640 operator
+ M r${nam}i c $chr $(($n+8)) 640 operator
;;
cd*)
diff --git a/etc/etc.hppa64/MAKEDEV b/etc/etc.hppa64/MAKEDEV
index ad732d38e06..f7f4c026868 100644
--- a/etc/etc.hppa64/MAKEDEV
+++ b/etc/etc.hppa64/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.4 2006/04/16 02:49:52 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -412,9 +412,11 @@ fd*)
M ${nam}a b $blk $n 640 operator
M ${nam}b b $blk $(($n+1)) 640 operator
M ${nam}c b $blk $(($n+2)) 640 operator
+ M ${nam}i b $blk $(($n+8)) 640 operator
M r${nam}a c $chr $n 640 operator
M r${nam}b c $chr $(($n+1)) 640 operator
M r${nam}c c $chr $(($n+2)) 640 operator
+ M r${nam}i c $chr $(($n+8)) 640 operator
;;
cd*)
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index e478c688c81..a5842423a51 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.i386/MAKEDEV.md,v 1.36 2006/06/11 10:58:57 mk Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -569,9 +569,11 @@ fd*)
M ${nam}a b $blk $n 640 operator
M ${nam}b b $blk $(($n+1)) 640 operator
M ${nam}c b $blk $(($n+2)) 640 operator
+ M ${nam}i b $blk $(($n+8)) 640 operator
M r${nam}a c $chr $n 640 operator
M r${nam}b c $chr $(($n+1)) 640 operator
M r${nam}c c $chr $(($n+2)) 640 operator
+ M r${nam}i c $chr $(($n+8)) 640 operator
;;
cd*)
diff --git a/etc/etc.landisk/MAKEDEV b/etc/etc.landisk/MAKEDEV
index f0dafe7e825..579655dbd10 100644
--- a/etc/etc.landisk/MAKEDEV
+++ b/etc/etc.landisk/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.landisk/MAKEDEV.md,v 1.4 2007/01/05 20:06:24 drahn Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.luna88k/MAKEDEV b/etc/etc.luna88k/MAKEDEV
index b39edb4094d..27e946d095e 100644
--- a/etc/etc.luna88k/MAKEDEV
+++ b/etc/etc.luna88k/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.luna88k/MAKEDEV.md,v 1.4 2007/02/13 19:22:29 miod Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.mac68k/MAKEDEV b/etc/etc.mac68k/MAKEDEV
index 8290787e69e..5d590dc26dd 100644
--- a/etc/etc.mac68k/MAKEDEV
+++ b/etc/etc.mac68k/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.mac68k/MAKEDEV.md,v 1.22 2006/04/16 02:49:52 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV
index 38755c04d08..c0f7ee4c90d 100644
--- a/etc/etc.macppc/MAKEDEV
+++ b/etc/etc.macppc/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.macppc/MAKEDEV.md,v 1.29 2007/02/07 00:12:46 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.mvme68k/MAKEDEV b/etc/etc.mvme68k/MAKEDEV
index bbca52dca18..a7e75203bf6 100644
--- a/etc/etc.mvme68k/MAKEDEV
+++ b/etc/etc.mvme68k/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.mvme68k/MAKEDEV.md,v 1.16 2006/04/16 02:49:52 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.mvme88k/MAKEDEV b/etc/etc.mvme88k/MAKEDEV
index aa2aa130ad3..8ac12b7600a 100644
--- a/etc/etc.mvme88k/MAKEDEV
+++ b/etc/etc.mvme88k/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.mvme88k/MAKEDEV.md,v 1.16 2006/04/16 02:49:52 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV
index 6dba7a65f22..7a2e4019a1b 100644
--- a/etc/etc.sgi/MAKEDEV
+++ b/etc/etc.sgi/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.sgi/MAKEDEV.md,v 1.12 2006/04/16 11:34:02 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV
index 929f0095b5f..df5e7408c09 100644
--- a/etc/etc.sparc/MAKEDEV
+++ b/etc/etc.sparc/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.sparc/MAKEDEV.md,v 1.31 2006/08/28 21:04:04 tsi Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -490,9 +490,11 @@ fd*)
M ${nam}a b $blk $n 640 operator
M ${nam}b b $blk $(($n+1)) 640 operator
M ${nam}c b $blk $(($n+2)) 640 operator
+ M ${nam}i b $blk $(($n+8)) 640 operator
M r${nam}a c $chr $n 640 operator
M r${nam}b c $chr $(($n+1)) 640 operator
M r${nam}c c $chr $(($n+2)) 640 operator
+ M r${nam}i c $chr $(($n+8)) 640 operator
;;
cd*)
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV
index a6ac27e5cac..d623cbee66f 100644
--- a/etc/etc.sparc64/MAKEDEV
+++ b/etc/etc.sparc64/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.41 2006/08/28 21:04:04 tsi Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -566,9 +566,11 @@ fd*)
M ${nam}a b $blk $n 640 operator
M ${nam}b b $blk $(($n+1)) 640 operator
M ${nam}c b $blk $(($n+2)) 640 operator
+ M ${nam}i b $blk $(($n+8)) 640 operator
M r${nam}a c $chr $n 640 operator
M r${nam}b c $chr $(($n+1)) 640 operator
M r${nam}c c $chr $(($n+2)) 640 operator
+ M r${nam}i c $chr $(($n+8)) 640 operator
;;
cd*)
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV
index 64cd660c031..9f1313d9af8 100644
--- a/etc/etc.vax/MAKEDEV
+++ b/etc/etc.vax/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.vax/MAKEDEV.md,v 1.27 2006/08/27 17:34:29 miod Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -493,9 +493,11 @@ fd*)
M ${nam}a b $blk $n 640 operator
M ${nam}b b $blk $(($n+1)) 640 operator
M ${nam}c b $blk $(($n+2)) 640 operator
+ M ${nam}i b $blk $(($n+8)) 640 operator
M r${nam}a c $chr $n 640 operator
M r${nam}b c $chr $(($n+1)) 640 operator
M r${nam}c c $chr $(($n+2)) 640 operator
+ M r${nam}i c $chr $(($n+8)) 640 operator
;;
cd*)
diff --git a/etc/etc.zaurus/MAKEDEV b/etc/etc.zaurus/MAKEDEV
index 1fb5c976528..114c577aea3 100644
--- a/etc/etc.zaurus/MAKEDEV
+++ b/etc/etc.zaurus/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.9 2006/07/25 20:22:27 kettenis Exp
-# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp
+# OpenBSD: MAKEDEV.common,v 1.32 2007/02/16 02:16:20 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#