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

  1. ;
  2. ;
  3. ; MELCO LGY-AT Network Interface Cards.
  4. ;
  5. ; Copyright 1993-1997, Microsoft Corporation
  6. ; Copyright 1993-1998, MELCO Inc.
  7. ;
  8.  
  9. [version]
  10. LayoutFile = layout.inf
  11. signature  = "$Windows NT$"
  12. Class      = Net
  13. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  14. provider   = %Msft%
  15.  
  16. [Manufacturer]
  17. %MELCO%   = MELCO
  18.  
  19.  
  20. [MELCO]
  21. ; DisplayName           Section         DeviceID
  22. ; -----------           -------         --------
  23. %*pnp8290.DeviceDesc% = *pnp8290.ndi,   *pnp8290    ; MELCO LGY-AT
  24.  
  25.  
  26.  
  27.  
  28. ;----------------------------------------------------------------------------
  29. ;    *pnp8290   MELCO LGY-AT
  30. ;
  31. [*pnp8290.ndi]
  32. Characteristics = 0x4
  33. BusType         = 1
  34. AddReg          = lgyat.ndi.reg
  35. LogConfig       = *pnp8290.LogConfig
  36. CopyFiles       = lgyat.ndis5.CopyFiles
  37.  
  38. [*pnp8290.ndi.Services]
  39. AddService = lgyat, 2, lgyat.Service, lgyat.AddEventLog
  40.  
  41. [*pnp8290.LogConfig]
  42. IRQConfig=3,4,5,9,10,11,12,15
  43. IOConfig=220-23F(3FF::),240-25F(3FF::),280-29F(3FF::),2A0-2BF(3FF::),2C0-2DF(3FF::),300-31F(3FF::),320-33F(3FF::),340-35F(3FF::)
  44. ConfigPriority = HARDRECONFIG
  45.  
  46.  
  47. ;----------------------------------------------------------------------------
  48. ;
  49. ;
  50. [lgyat.ndi.reg]
  51. HKR, Ndi,               Service,    0, "ne2000"
  52. HKR, Ndi\Interfaces,    DefUpper,   0, "ndis5"
  53. HKR, Ndi\Interfaces,    DefLower,   0, "ethernet"
  54. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  55. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  56.  
  57. [lgyat.ndis5.CopyFiles]
  58. ne2000.sys,,,2
  59.  
  60. [lgyat.Service]
  61. DisplayName     =   %lgyat.Service.DispName%
  62. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  63. StartType       =   3 ;%SERVICE_AUTO_START%
  64. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  65. ServiceBinary   =   %12%\ne2000.sys
  66. LoadOrderGroup  =   NDIS
  67. AddReg          =   TextModeFlags.reg
  68.  
  69. [lgyat.AddEventLog]
  70. AddReg = lgyat.AddEventLog.reg
  71.  
  72. [lgyat.AddEventLog.reg]
  73. HKR,    ,   EventMessageFile,   0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  74. HKR,    ,   TypesSupported,     0x00010001, 7
  75.  
  76.  
  77.  
  78. ;---------------------------------------------------------------------------
  79. ; Common TextMode Flags Section
  80. ;
  81.  
  82. [TextModeFlags.reg]
  83. HKR, , TextModeFlags, 0x00010001, 0x0001
  84.  
  85.  
  86. ;----------------------------------------------------------------------------
  87. ; Destination Directories
  88. ;
  89. [DestinationDirs]
  90. DefaultDestDir          =   12 ; LDID_SYS
  91. lgyat.ndis5.CopyFiles  =   12
  92.  
  93.  
  94. [Strings]
  95. Msft      =   "Microsoft"
  96.  
  97. MELCO    =   "MELCO"
  98.  
  99. *pnp8290.DeviceDesc =   "MELCO LGY-AT"
  100.  
  101. lgyat.Service.DispName = "NE2000 Compatible Network Adapter"
  102.