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

Diff for /src/etc/MAKEDEV.common between version 1.103 and 1.104

version 1.103, 2019/06/11 14:48:56 version 1.104, 2019/12/13 21:03:57
Line 159 
Line 159 
 target(all, par, 0)dnl  target(all, par, 0)dnl
 target(all, apci, 0)dnl  target(all, apci, 0)dnl
 target(all, local)dnl  target(all, local)dnl
 target(all, gpr, 0)dnl  
 target(all, ptm)dnl  target(all, ptm)dnl
 target(all, hotplug)dnl  target(all, hotplug)dnl
 target(all, pppx)dnl  target(all, pppx)dnl
Line 511 
Line 510 
 _mkdev(pci, pci*, {-M pci$U     c major_pci_c $U 600  _mkdev(pci, pci*, {-M pci$U     c major_pci_c $U 600
         MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci"-})dnl          MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci"-})dnl
 __devitem(pdc, pdc, PDC device)dnl  __devitem(pdc, pdc, PDC device)dnl
 __devitem(gpr, gpr*, GPR400 smartcard reader)dnl  
 _mcdev(gpr, gpr*, gpr, {-major_gpr_c-})dnl  
 __devitem(hotplug, hotplug, devices hot plugging)dnl  __devitem(hotplug, hotplug, devices hot plugging)dnl
 _mkdev(hotplug, hotplug, {-M hotplug c major_hotplug_c $U 400-})dnl  _mkdev(hotplug, hotplug, {-M hotplug c major_hotplug_c $U 400-})dnl
 __devitem(ipmi, ipmi*, IPMI BMC access)dnl  __devitem(ipmi, ipmi*, IPMI BMC access)dnl

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104