summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/etc.amd64/MAKEDEV14
-rw-r--r--share/man/man8/man8.amd64/MAKEDEV.814
2 files changed, 14 insertions, 14 deletions
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV
index bf02cb54cc1..5509d59ef4e 100644
--- a/etc/etc.amd64/MAKEDEV
+++ b/etc/etc.amd64/MAKEDEV
@@ -3,9 +3,9 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.amd64/MAKEDEV.md,v 1.28 2008/06/13 21:07:27 todd Exp
+# OpenBSD: etc.amd64/MAKEDEV.md,v 1.30 2008/06/25 13:39:46 jmc Exp
# OpenBSD: MAKEDEV.common,v 1.38 2008/06/12 22:38:14 todd Exp
-# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp
+# OpenBSD: MAKEDEV.mi,v 1.78 2008/06/14 23:09:05 todd Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -75,9 +75,9 @@
# apm Power Management Interface
# audio* Audio devices
# bio ioctl tunnel pseudo-device
-# bthub* Bluetooth Hubs
# bktr* Video frame grabbers
# bpf* Berkeley Packet Filter
+# bthub* Bluetooth Hubs
# crypto Hardware crypto access driver
# fd fd/* nodes
# gpr* GPR400 smartcard reader
@@ -355,6 +355,10 @@ crypto)
M crypto c 70 0
;;
+bthub*)
+ M bthub$U c 84 $U
+ ;;
+
bpf*)
M bpf$U c 23 $U 600
;;
@@ -363,10 +367,6 @@ bktr*)
M bktr$U c 49 $U 644
;;
-bthub*)
- M bthub$U c 84 $U
- ;;
-
bio)
M bio c 79 0 600
;;
diff --git a/share/man/man8/man8.amd64/MAKEDEV.8 b/share/man/man8/man8.amd64/MAKEDEV.8
index de2a8468d3f..7f3938f4e4c 100644
--- a/share/man/man8/man8.amd64/MAKEDEV.8
+++ b/share/man/man8/man8.amd64/MAKEDEV.8
@@ -1,11 +1,11 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.37 2008/06/12 22:40:02 todd Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.38 2008/06/25 13:41:09 jmc Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
.\"
-.\" OpenBSD: etc.amd64/MAKEDEV.md,v 1.27 2008/06/12 22:38:14 todd Exp
+.\" OpenBSD: etc.amd64/MAKEDEV.md,v 1.30 2008/06/25 13:39:46 jmc Exp
.\" OpenBSD: MAKEDEV.common,v 1.38 2008/06/12 22:38:14 todd Exp
-.\" OpenBSD: MAKEDEV.man,v 1.3 2004/03/12 18:12:12 miod Exp
+.\" OpenBSD: MAKEDEV.man,v 1.4 2008/06/16 08:18:39 todd Exp
.\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp
.\"
.\" Copyright (c) 2004, Miodrag Vallat
@@ -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 June 12, 2008
+.Dd June 25, 2008
.Dt MAKEDEV 8 amd64
.Os
.Sh NAME
@@ -221,15 +221,15 @@ Audio devices, see
.It Ar bio
ioctl tunnel pseudo-device, see
.Xr bio 4 .
-.It Ar bthub*
-Bluetooth Hubs, see
-.Xr bthub 4 .
.It Ar bktr*
Video frame grabbers, see
.Xr bktr 4 .
.It Ar bpf*
Berkeley Packet Filter, see
.Xr bpf 4 .
+.It Ar bthub*
+Bluetooth Hubs, see
+.Xr bthub 4 .
.It Ar crypto
Hardware crypto access driver, see
.Xr crypto 4 .