summaryrefslogtreecommitdiff
path: root/etc/etc.i386/MAKEDEV
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-03-25 19:30:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-03-25 19:30:40 +0000
commite47c67b01296c4a13753b3d67eeb31a3cf165b32 (patch)
tree2cca0a683d47f315130151590993713269ad81aa /etc/etc.i386/MAKEDEV
parenta43ac39149e927c8191383c0415dcc70cabe0662 (diff)
Regen
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r--etc/etc.i386/MAKEDEV12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 728b84e6c61..be207905842 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.i386/MAKEDEV.md,v 1.50 2009/02/06 21:17:14 grange Exp
+# OpenBSD: etc.i386/MAKEDEV.md,v 1.51 2009/03/25 19:30:28 miod Exp
# OpenBSD: MAKEDEV.common,v 1.41 2008/11/30 03:33:09 jakemsr Exp
# OpenBSD: MAKEDEV.mi,v 1.79 2009/01/25 17:30:48 miod Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
@@ -50,7 +50,6 @@
# pty* Set of 62 master pseudo terminals
# tty* Set of 62 slave pseudo terminals
# Console ports:
-# drm* Direct Rendering Manager
# ttyC-J* wscons display devices
# wscons Minimal wscons devices
# wskbd* wscons keyboards
@@ -79,6 +78,7 @@
# bpf* Berkeley Packet Filter
# bthub* Bluetooth Hubs
# crypto Hardware crypto access driver
+# drm* Direct Rendering Manager
# fd fd/* nodes
# gpio* General Purpose Input/Output
# gpr* GPR400 smartcard reader
@@ -361,6 +361,10 @@ fd)
MKlist[${#MKlist[*]}]=";chmod 555 fd"
;;
+drm*)
+ M drm$U c 88 $U 660
+ ;;
+
crypto)
M crypto c 70 0
;;
@@ -493,10 +497,6 @@ tty[C-J]*)
esac
;;
-drm*)
- M drm$U c 88 $U 660
- ;;
-
pty*)
if [ $U -gt 15 ]; then
echo bad unit for pty in: $i