Browse Source

sync

OPENBSD_5_3
mpi 11 years ago
parent
commit
f1cfc1448e
1 changed files with 14 additions and 9 deletions
  1. +14
    -9
      src/etc/etc.macppc/MAKEDEV

+ 14
- 9
src/etc/etc.macppc/MAKEDEV View File

@ -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*)


Loading…
Cancel
Save