home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Winbond / drv94015.exe / NDIS3 / NT50 / INSTALL / W940ND.INF < prev    next >
INI File  |  1998-06-17  |  2KB  |  81 lines

  1. ; W940ND.INF
  2. ;
  3. ; Winbond W89C940 PCI Network Interface Cards
  4. ;
  5. ; Copyright Winbond Electronic Corporation
  6.  
  7. [version]
  8. LayoutFile  = layout.inf
  9. signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4D36E972-E325-11CE-BFC1-08002BE10318}
  12. provider    = %V_MS%
  13.  
  14. [Manufacturer]
  15. %V_Winbond% = Winbond
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect    = PCI\VEN_1050&DEV_0940
  19.  
  20. [Winbond]
  21. %w89c940.DeviceDesc% = w89c940.ndi, PCI\VEN_1050&DEV_0940 ; Winbond W89C940 PCI
  22.  
  23. ;-------------------------------------------------------------------------------
  24. ; W89C940   Winbond 940 PCI
  25. ;
  26. [w89c940.ndi]
  27. AddReg          = w940nd.reg
  28. BusType         = 5
  29. Characteristics = 0x04 ; NCF_PHYSICAL (NO UI)
  30. CopyFiles       = w89c940.CopyFiles
  31.  
  32. [w89c940.ndi.Services]
  33. AddService      = w89c940, 2, w89c940.AddService, w89c940.Eventlog
  34.  
  35. ;-------------------------------------------------------------------------------
  36. ; NT5 Platform Specific
  37. ;
  38. [w940nd.reg]
  39. HKR, Ndi,            Service,    0, "w89c940"
  40. HKR, Ndi\Interfaces, DefUpper,   0, "ndis5"
  41. HKR, Ndi\Interfaces, DefLower,   0, "ethernet"
  42. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  43. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  44.  
  45. [w89c940.CopyFiles]
  46. w940nd.sys,,,2
  47.  
  48. [w89c940.AddService]
  49. DisplayName     = %w89c940.Service.DisplayName%
  50. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  51. StartType       = 3 ;%SERVICE_DEMAND_START%
  52. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  53. ServiceBinary   = %12%\w940nd.sys
  54. LoadOrderGroup  = NDIS
  55.  
  56. [w89c940.EventLog]
  57. AddReg          = w89c940.AddEventLog.reg
  58.  
  59. [w89c940.AddEventLog.reg]
  60. HKR, 0, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  61. HKR, 0, TypesSupported,   0x00010001, "7"
  62.  
  63. ;-------------------------------------------------------------------------------
  64. ; Destination Directories
  65. ;
  66. [DestinationDirs]
  67. w89c940.CopyFiles           = 12
  68.  
  69.  
  70. ;-------------------------------------------------------------------------------
  71. ; Localizable Strings
  72. [strings]
  73. V_MS                        = "Microsoft"
  74. V_Winbond                   = "Winbond Electronic Corporation"
  75.  
  76. w89c940.DeviceDesc          = "Winbond W89C940 PCI Ethernet Adapter"
  77.  
  78. w89c940.Service.DisplayName = "Winbond W89C940 PCI Ethernet Adapter Driver"
  79.  
  80.  
  81.