diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-25 19:30:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-25 19:30:40 +0000 |
commit | e47c67b01296c4a13753b3d67eeb31a3cf165b32 (patch) | |
tree | 2cca0a683d47f315130151590993713269ad81aa | |
parent | a43ac39149e927c8191383c0415dcc70cabe0662 (diff) |
Regen
-rw-r--r-- | etc/etc.amd64/MAKEDEV | 12 | ||||
-rw-r--r-- | etc/etc.i386/MAKEDEV | 12 | ||||
-rw-r--r-- | share/man/man8/man8.amd64/MAKEDEV.8 | 12 | ||||
-rw-r--r-- | share/man/man8/man8.i386/MAKEDEV.8 | 12 |
4 files changed, 24 insertions, 24 deletions
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV index ea5709aa87b..8b50048a2d1 100644 --- a/etc/etc.amd64/MAKEDEV +++ b/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/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 diff --git a/share/man/man8/man8.amd64/MAKEDEV.8 b/share/man/man8/man8.amd64/MAKEDEV.8 index 5389d3b091f..48414cccc10 100644 --- a/share/man/man8/man8.amd64/MAKEDEV.8 +++ b/share/man/man8/man8.amd64/MAKEDEV.8 @@ -1,9 +1,9 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.43 2009/03/18 17:36:49 sobrado Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.44 2009/03/25 19:30:39 miod Exp $ .\" .\" 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.man,v 1.7 2009/03/18 17:34:25 sobrado Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 18 2009 $ +.Dd $Mdocdate: March 25 2009 $ .Dt MAKEDEV 8 amd64 .Os .Sh NAME @@ -150,9 +150,6 @@ wscons keyboards, see .It Ar wsmux wscons keyboard/mouse mux devices, see .Xr wsmux 4 . -.It Ar drm* -Direct Rendering Manager, see -.Xr drm 4 . .El .Pp .Sy Pointing devices @@ -226,6 +223,9 @@ Bluetooth Hubs, see .It Ar crypto Hardware crypto access driver, see .Xr crypto 4 . +.It Ar drm* +Direct Rendering Manager, see +.Xr drm 4 . .It Ar fd fd/* nodes, see .Xr fd 4 . diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index 22dc469d311..6cb7c2b0033 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -1,9 +1,9 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.67 2009/03/18 17:36:49 sobrado Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.68 2009/03/25 19:30:39 miod Exp $ .\" .\" 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.man,v 1.7 2009/03/18 17:34:25 sobrado Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 18 2009 $ +.Dd $Mdocdate: March 25 2009 $ .Dt MAKEDEV 8 i386 .Os .Sh NAME @@ -141,9 +141,6 @@ Set of 62 slave pseudo terminals, see .Pp .Sy Console ports .Bl -tag -width tenletters -compact -.It Ar drm* -Direct Rendering Manager, see -.Xr drm 4 . .It Ar ttyC-J* wscons display devices, see .Xr wsdisplay 4 . @@ -232,6 +229,9 @@ Bluetooth Hubs, see .It Ar crypto Hardware crypto access driver, see .Xr crypto 4 . +.It Ar drm* +Direct Rendering Manager, see +.Xr drm 4 . .It Ar fd fd/* nodes, see .Xr fd 4 . |