[BACK]Return to MAKEDEV.common CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/MAKEDEV.common between version 1.86 and 1.87

version 1.86, 2016/04/25 20:39:42 version 1.87, 2016/04/28 18:17:30
Line 168 
Line 168 
 target(all, fuse)dnl  target(all, fuse)dnl
 target(all, vmm)dnl  target(all, vmm)dnl
 target(all, pvbus, 0)dnl  target(all, pvbus, 0)dnl
   target(all, bpf)dnl
 dnl  dnl
 _mkdev(all, {-all-}, {-dnl  _mkdev(all, {-all-}, {-dnl
 show_target(all)dnl  show_target(all)dnl
Line 215 
Line 216 
 -})dnl  -})dnl
 dnl  dnl
 target(ramd, std)dnl  target(ramd, std)dnl
 target(ramd, bpf, 0)dnl  target(ramd, bpf)dnl
 twrget(ramd, com, tty0, 0, 1)dnl  twrget(ramd, com, tty0, 0, 1)dnl
 target(ramd, sd, 0, 1, 2, 3, 4)dnl  target(ramd, sd, 0, 1, 2, 3, 4)dnl
 target(ramd, wd, 0, 1, 2, 3, 4)dnl  target(ramd, wd, 0, 1, 2, 3, 4)dnl
Line 446 
Line 447 
 _cdev(oppr, openprom, 70, 0)dnl  _cdev(oppr, openprom, 70, 0)dnl
 __devitem(pf, pf*, Packet Filter)dnl  __devitem(pf, pf*, Packet Filter)dnl
 _mkdev(pf, {-pf*-}, {-M pf c major_pf_c 0 600-})dnl  _mkdev(pf, {-pf*-}, {-M pf c major_pf_c 0 600-})dnl
 __devitem(bpf, bpf*, Berkeley Packet Filter)dnl  __devitem(bpf, bpf, Berkeley Packet Filter)dnl
 _mkdev(bpf, {-bpf*-}, {-M bpf$U c major_bpf_c $U 600-}, 600)dnl  _mkdev(bpf, bpf, {-M bpf c major_bpf_c 0 600
           M bpf0 c major_bpf_c 0 600-})dnl
 _mkdev(tun, {-tun*-}, {-M tun$U c major_tun_c $U 600-}, 600)dnl  _mkdev(tun, {-tun*-}, {-M tun$U c major_tun_c $U 600-}, 600)dnl
 _mkdev(tap, {-tap*-}, {-M tap$U c major_tap_c $U 600-}, 600)dnl  _mkdev(tap, {-tap*-}, {-M tap$U c major_tap_c $U 600-}, 600)dnl
 __devitem(speak, speaker, PC speaker,spkr)dnl  __devitem(speak, speaker, PC speaker,spkr)dnl

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87