home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004B.BIN / DRIVER / MELCO / LPC_W2K / LPC_W2K.EXE / NETLPC.INF next >
Windows Setup INFormation  |  1999-12-26  |  3KB  |  106 lines

  1.  
  2. ;
  3. ; MELCO LPC-T Network Interface Cards.
  4. ;
  5.  
  6. [version]
  7. Signature   = "$Windows NT$"
  8. Class       = Net
  9. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  10. provider    = %V_MS%
  11. LayoutFile  = layout.inf
  12.  
  13.  
  14. [Manufacturer]
  15. %V_MELCO%=MELCO
  16.  
  17.  
  18. ; All enumerated adapters must be excluded from select
  19. [ControlFlags]
  20. ExcludeFromSelect =   PCMCIA\PCMCIA-UE2212-5312, \
  21.               PCMCIA\ACCTON-EN2212-C817
  22.  
  23. ExcludeFromSelect =   PCMCIA\PCMCIA-UE2212-5312
  24.  
  25.  
  26. [MELCO]
  27. %*LPC.DeviceDesc%=*LPC.ndi, PCMCIA\PCMCIA-UE2212-5312
  28. %*LPCa.DeviceDesc%=*LPC.ndi, PCMCIA\ACCTON-EN2212-C817
  29.  
  30. ;****************************************************************************
  31.  
  32. [*LPC.ndi.NT]
  33. AddReg=ne2000.ndi.reg
  34. Characteristics = 0x04   ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
  35. BusType = 8
  36. CopyFiles=ne2000.CopyFiles
  37.  
  38. [*LPC.ndi.NT.LogConfigOverride]
  39. LogConfig=LPC.LogConfigOverride
  40.  
  41. [LPC.LogConfigOverride]
  42. ;1 IRQ
  43. IRQConfig=3,4,5,9,10,11,12,15
  44.  
  45. ;1 I\O window 0x20 bytes long in the range 0x200-0x3FF
  46. IOConfig=20@200-03FF%FFE0(FFF::)
  47.  
  48.  
  49. PcCardConfig = 1:20000(W)
  50.  
  51. ;****************************************************************************
  52. ; NE2000 Drivers
  53. ;****************************************************************************
  54. ; Base section for ne2000 users
  55. [ne2000.ndi.reg]
  56. HKR, Ndi,               Service,    0, "NE2000"
  57. HKR, Ndi\Interfaces,    DefUpper,   0, "ndis5"
  58. HKR, Ndi\Interfaces,    DefLower,   0, "ethernet"
  59. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  60. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  61.  
  62. HKR,               ,    CardType,   0, "1"
  63.  
  64. [ne2000.CopyFiles]
  65. ne2000.sys,,,2
  66.  
  67. [*LPC.ndi.NT.Services]
  68. AddService = NE2000, 2, ne2000.Service, ne2000.EventLog
  69.  
  70. [ne2000.Service]
  71. DisplayName     = %ne2000.Service.DispName%
  72. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  73. StartType       = 3 ;%SERVICE_AUTO_START%
  74. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  75. ServiceBinary   = %12%\ne2000.sys
  76. LoadOrderGroup  = NDIS
  77.  
  78. [ne2000.EventLog]
  79. AddReg = ne2000.AddEventLog.reg
  80.  
  81. [ne2000.AddEventLog.reg]
  82. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  83. HKR,, TypesSupported,   0x00010001, 7
  84.  
  85. ;****************************************************************************
  86. ; Destination Directories
  87. ;****************************************************************************
  88. [DestinationDirs]
  89. ne2000.CopyFiles    = 12
  90.  
  91.  
  92.  
  93. ;****************************************************************************
  94. ; Localizable Strings
  95. ;****************************************************************************
  96. [strings]
  97. ; Provider
  98. V_MS="Microsoft"
  99. ; Manufacturers
  100. V_MELCO="MELCO"
  101. *LPC.DeviceDesc="MELCO LPC-T"
  102. *LPCa.DeviceDesc="MELCO LPC-T"
  103. ne2000.Service.DispName = "NE2000 Compatible PCMCIA"
  104.  
  105.  
  106.