diff options
author | 2012-09-08 17:18:53 +0000 | |
---|---|---|
committer | 2012-09-08 17:18:53 +0000 | |
commit | 12417ff80e815884314b48454a87e8df4af693fb (patch) | |
tree | 104cff96b3c0c720ab89d9738a4441d2f3f8fd72 | |
parent | Add drm node (diff) | |
download | wireguard-openbsd-12417ff80e815884314b48454a87e8df4af693fb.tar.xz wireguard-openbsd-12417ff80e815884314b48454a87e8df4af693fb.zip |
sync
-rw-r--r-- | etc/etc.macppc/MAKEDEV | 23 | ||||
-rw-r--r-- | share/man/man8/man8.macppc/MAKEDEV.8 | 7 |
2 files changed, 19 insertions, 11 deletions
diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV index 1e4f416d95c..e00948926f1 100644 --- a/etc/etc.macppc/MAKEDEV +++ b/etc/etc.macppc/MAKEDEV @@ -71,6 +71,7 @@ # bthub* Bluetooth Hubs # crypto Hardware crypto access driver # diskmap Disk mapper +# drm* Direct Rendering Manager # fd fd/* nodes # gpio* General Purpose Input/Output # hotplug devices hot plugging @@ -316,6 +317,10 @@ fd) MKlist[${#MKlist[*]}]=";chmod 555 fd" ;; +drm*) + M drm$U c 87 $U 660 + ;; + diskmap) M diskmap c 84 0 640 operator ;; @@ -525,15 +530,15 @@ ramdisk) ;; all) - R bthub0 bthub1 bthub2 bio gpio0 gpio1 gpio2 vnd0 vnd1 vnd2 - R vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 - R tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 - R bpf8 bpf9 pty0 diskmap vscsi0 ch0 cuaa cuab ttya ttyb audio0 - R audio1 audio2 hotplug ptm local wscons pci0 pci1 pci2 pci3 - R iop0 iop1 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 - R rmidi6 rmidi7 tuner0 radio0 music0 video0 video1 uk0 random - R lkm tty00 tty01 tty02 tty03 apm crypto pf systrace wd0 wd1 - R wd2 wd3 std st0 st1 fd + R drm0 bthub0 bthub1 bthub2 bio gpio0 gpio1 gpio2 vnd0 vnd1 + R vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 + R rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 + R bpf7 bpf8 bpf9 pty0 diskmap vscsi0 ch0 cuaa cuab ttya ttyb + R audio0 audio1 audio2 hotplug ptm local wscons pci0 pci1 pci2 + R pci3 iop0 iop1 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 + R rmidi5 rmidi6 rmidi7 tuner0 radio0 music0 video0 video1 uk0 + R random lkm tty00 tty01 tty02 tty03 apm crypto pf systrace + R wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*) diff --git a/share/man/man8/man8.macppc/MAKEDEV.8 b/share/man/man8/man8.macppc/MAKEDEV.8 index 05e625256e4..3c2afef6459 100644 --- a/share/man/man8/man8.macppc/MAKEDEV.8 +++ b/share/man/man8/man8.macppc/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.55 2012/08/23 06:17:00 deraadt Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.56 2012/09/08 17:18:53 mpi Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: @@ -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: August 23 2012 $ +.Dd $Mdocdate: September 8 2012 $ .Dt MAKEDEV 8 macppc .Os .Sh NAME @@ -207,6 +207,9 @@ Hardware crypto access driver, see .It Ar diskmap Disk mapper, see .Xr diskmap 4 . +.It Ar drm* +Direct Rendering Manager, see +.Xr drm 4 . .It Ar fd fd/* nodes, see .Xr fd 4 . |