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

Diff for /src/etc/MAKEDEV.common between version 1.99 and 1.100

version 1.99, 2018/07/28 08:09:50 version 1.100, 2018/08/19 11:42:33
Line 167 
Line 167 
 target(all, vmm)dnl  target(all, vmm)dnl
 target(all, pvbus, 0, 1)dnl  target(all, pvbus, 0, 1)dnl
 target(all, bpf)dnl  target(all, bpf)dnl
   target(all, kcov)dnl
 dnl  dnl
 _mkdev(all, {-all-}, {-dnl  _mkdev(all, {-all-}, {-dnl
 show_target(all)dnl  show_target(all)dnl
Line 521 
Line 522 
 __devitem(pvbus, pvbus*, paravirtual device tree root)dnl  __devitem(pvbus, pvbus*, paravirtual device tree root)dnl
 _mkdev(pvbus, {-pvbus*-}, {-M pvbus$U c major_pvbus_c $U 640-}, 640)dnl  _mkdev(pvbus, {-pvbus*-}, {-M pvbus$U c major_pvbus_c $U 640-}, 640)dnl
 _mkdev(local, local, {-test -s $T.local && sh $T.local-})dnl  _mkdev(local, local, {-test -s $T.local && sh $T.local-})dnl
   __devitem(kcov, kcov, Kernel code coverage tracing)dnl
   _mkdev(kcov, kcov, {-M kcov c major_kcov_c 0 600-})dnl

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100