diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-25 13:41:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-25 13:41:10 +0000 |
commit | 1c3d1fe4644efd2c4a8e973788a3c0b9a7baec12 (patch) | |
tree | be7888a334ffe9655928e7d99fd0b44f2922646d /etc/etc.amd64/MAKEDEV | |
parent | 264c6feb09ff11b28447cf101772bc66f2024b93 (diff) |
regen;
Diffstat (limited to 'etc/etc.amd64/MAKEDEV')
-rw-r--r-- | etc/etc.amd64/MAKEDEV | 14 |
1 files changed, 7 insertions, 7 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 ;; |