diff --git a/src/etc/etc.amd64/MAKEDEV b/src/etc/etc.amd64/MAKEDEV index ea5709aa..8b50048a 100644 --- a/src/etc/etc.amd64/MAKEDEV +++ b/src/etc/etc.amd64/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.amd64/MAKEDEV.md,v 1.34 2009/02/06 21:17:14 grange Exp +# OpenBSD: etc.amd64/MAKEDEV.md,v 1.35 2009/03/25 19:30:26 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 @@ -53,7 +53,6 @@ # ttyC-J* wscons display devices # wskbd* wscons keyboards # wsmux wscons keyboard/mouse mux devices -# drm* Direct Rendering Manager # Pointing devices: # wsmouse* wscons mice # Printers: @@ -77,6 +76,7 @@ # bpf* Berkeley Packet Filter # bthub* Bluetooth Hubs # crypto Hardware crypto access driver +# drm* Direct Rendering Manager # fd fd/* nodes # gpr* GPR400 smartcard reader # hotplug devices hot plugging @@ -349,6 +349,10 @@ fd) MKlist[${#MKlist[*]}]=";chmod 555 fd" ;; +drm*) + M drm$U c 87 $U 660 + ;; + crypto) M crypto c 70 0 ;; @@ -443,10 +447,6 @@ wsmouse*) M wsmouse$U c 68 $U 600 ;; -drm*) - M drm$U c 87 $U 660 - ;; - wsmux|wsmouse|wskbd) M wsmouse c 69 0 600 M wskbd c 69 1 600 diff --git a/src/etc/etc.i386/MAKEDEV b/src/etc/etc.i386/MAKEDEV index 728b84e6..be207905 100644 --- a/src/etc/etc.i386/MAKEDEV +++ b/src/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