diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2010-06-09 16:11:44 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2010-06-09 16:11:44 +0000 |
commit | 2d1e6c4993ca5fe6bd3e345f6ea7e0e267d4ae3a (patch) | |
tree | 2fff30941f07487fe96a730eab5eda4230eb9b13 /etc/etc.palm | |
parent | 991b6f83c3ebbff8d1722fd683367a2e4081f397 (diff) |
sync
Diffstat (limited to 'etc/etc.palm')
-rw-r--r-- | etc/etc.palm/MAKEDEV | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/etc.palm/MAKEDEV b/etc/etc.palm/MAKEDEV index ee23de5b902..78dc16153ed 100644 --- a/etc/etc.palm/MAKEDEV +++ b/etc/etc.palm/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.palm/MAKEDEV.md,v 1.3 2010/06/08 17:17:54 todd Exp -# OpenBSD: MAKEDEV.common,v 1.46 2009/09/23 15:39:56 miod Exp +# OpenBSD: etc.palm/MAKEDEV.md,v 1.4 2010/06/09 16:10:25 todd Exp +# OpenBSD: MAKEDEV.common,v 1.47 2010/06/09 16:10:24 todd 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 # @@ -85,6 +85,7 @@ # nnpfs* NNPFS filesystem node # vscsi* Virtual SCSI controller # bthub* Bluetooth Hubs +# diskmap Disk mapper PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -229,6 +230,10 @@ std) M klog c 6 0 600 ;; +diskmap) + M diskmap b 102 0 640 operator + ;; + bthub*) M bthub$U c 101 $U ;; |