home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 August / VPR0008B.BIN / DRIVER / MELCO / VALUEADD / VALUEADD.EXE / NETLP2TX.INF < prev    next >
Windows Setup INFormation  |  1999-12-17  |  3KB  |  98 lines

  1. ; NETLP2TX.INF
  2. ;
  3. ; MELCO LPC2-TX Adapter
  4. ;
  5. [version]
  6. signature  = "$Windows NT$"
  7. Class      = Net
  8. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. provider   = %Msft%
  10. LayoutFile = layout.inf
  11.  
  12. [Manufacturer]
  13. %PCMCIA%  = PCMCIA
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = PCMCIA\MELCO-LPC2-TX-6B78
  17.  
  18.  
  19. [PCMCIA]
  20. ; DisplayName           Section         DeviceID
  21. ; -----------           -------         --------
  22. %PCMCIA.DeviceDesc%  = lpc2txcc.ndi, PCMCIA\MELCO-LPC2-TX-6B78
  23.  
  24. [lpc2txcc.ndi]
  25. Characteristics = 0x4
  26. BusType         = 8
  27. AddReg          = common.reg, lpc2tx.ndi.reg
  28. CopyFiles       = lpc2tx.ndis5.CopyFiles
  29.  
  30. [lpc2txcc.ndi.Services]
  31. AddService = lpc2tx, 2, lpc2tx.Service, lpc2tx.AddEventLog
  32.  
  33. [common.reg]
  34. ;Connection Type
  35. HKR,Ndi\params\ConnectionType,          ParamDesc,      0, %ConnectionType%
  36. HKR,Ndi\params\ConnectionType,          default,        0, "5"
  37. HKR,Ndi\params\ConnectionType,          type,           0, "enum"
  38. HKR,Ndi\params\ConnectionType\enum,     0,              0, %10HD%
  39. HKR,Ndi\params\ConnectionType\enum,     2,              0, %10FD%
  40. HKR,Ndi\params\ConnectionType\enum,     4,              0, %100HD%
  41. HKR,Ndi\params\ConnectionType\enum,     5,              0, %AutoSense%
  42. HKR,                              ,     ConnectionType, 0, "5"
  43.  
  44. ;network address
  45. HKR,NDI\params\NetworkAddress,          ParamDesc,      0, %NetworkAddress%
  46. HKR,NDI\params\NetworkAddress,          type,           0, edit
  47. HKR,NDI\params\NetworkAddress,          LimitText,      0, 18
  48. HKR,NDI\params\NetworkAddress,          UpperCase,      0, 1
  49. HKR,NDI\params\NetworkAddress,          default,        0, ""
  50. HKR,NDI\params\NetworkAddress,          optional,       0, 1
  51. HKR,                         ,          NetworkAddress, 0, ""
  52.  
  53. [lpc2tx.ndi.reg]
  54. HKR, Ndi,               Service,    0, "lpc2tx"
  55. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  56. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  57.  
  58. [lpc2tx.ndis5.CopyFiles]
  59. lpc2tx.sys,,,2
  60.  
  61. [lpc2tx.Service]
  62. DisplayName         =   %Service.DispName%
  63. ServiceType         =   1 ;%SERVICE_KERNEL_DRIVER%
  64. StartType           =   3 ;%SERVICE_AUTO_START%
  65. ErrorControl        =   1 ;%SERVICE_ERROR_NORMAL%
  66. ServiceBinary       =   %12%\lpc2tx.sys
  67. LoadOrderGroup      =   NDIS
  68. AddReg              =   TextModeFlags.reg
  69.  
  70. [lpc2tx.AddEventLog]
  71. AddReg = lpc2tx.AddEventLog.reg
  72.  
  73. [lpc2tx.AddEventLog.reg]
  74. HKR,    ,   EventMessageFile,   0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  75. HKR,    ,   TypesSupported,     0x00010001, 7
  76.  
  77. [TextModeFlags.reg]
  78. HKR, , TextModeFlags, 0x00010001, 0x0001
  79.  
  80. [DestinationDirs]
  81. lpc2tx.ndis5.CopyFiles  =   12
  82.  
  83.  
  84.  
  85. [Strings]
  86. Msft      =   "Microsoft"
  87. PCMCIA     =   "MELCO"
  88.  
  89. ConnectionType          = "Connection Type"
  90. AutoSense               = "Auto Sense"
  91. 100HD                   = "100BaseTx"
  92. 10HD                    = "10BaseT"
  93. 10FD                    = "10BaseT Full Duplex"
  94. NetworkAddress          = "Network Address"
  95.  
  96. PCMCIA.DeviceDesc  =   "MELCO LPC2-TX"
  97. Service.DispName  =   "MELCO LPC2-TX Driver"
  98.