home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004A.BIN / W2KDRVS / CONTEC / 98ELA / NET98P.INF < prev    next >
Windows Setup INFormation  |  1999-12-24  |  3KB  |  105 lines

  1. ; CONTE Network Interface Card.
  2. ;    CONTEC C-NET(98)P     : C-BUS PnP Card
  3. ;    CONTEC C-NET(98)E/L-A : C-BUS Card
  4. ;
  5.  
  6. [version]
  7. LayoutFile = layout.inf
  8. signature  = "$Windows NT$"
  9. Class      = Net
  10. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. provider   = %V_CONTEC%
  12.  
  13. [Manufacturer]
  14. %V_CONTEC%=CONTEC
  15.  
  16. [ControlFlags]
  17. ExcludeFromSelect = ISAPNP\CON0051
  18.  
  19. [CONTEC]
  20. %Contec98P.DeviceDesc%      = *CON98P.ndi,      ISAPNP\CON0051  ; C-NET(98)P C-BUS PnP
  21. %Contec98PL.DeviceDesc%     = *CON98ELA.ndi,    *CON98ELA       ; C-NET(98)P゙(E/L-A Compatible Mode)
  22. %Contec98ELA.DeviceDesc%    = *CON98ELA.ndi,    *CON98ELA       ; C-NET(98)E/L-A
  23.  
  24. ;----------------------------------------------------------------------------
  25. ; *CON98P C-NET(98)P PnP
  26. ;
  27. [*CON98P.ndi]
  28. Characteristics = 0x04
  29. BusType         = 14
  30. AddReg          = cnet98p.ndi.reg, pnpmode.reg
  31. CopyFiles       = cnet98p.CopyFiles
  32.  
  33. [*CON98P.ndi.Services]
  34. AddService = cnet98p, 2, cnet98p.Service, common.EventLog
  35.  
  36. [pnpmode.reg]
  37. HKR,,NicType,,"CNET98P_PNP"
  38.  
  39. ;----------------------------------------------------------------------------
  40. ; *CON98ELA C-NET(98)E/L-A
  41. ;
  42. [*CON98ELA.ndi]
  43. Characteristics = 0x04
  44. BusType         = 1
  45. AddReg          = cnet98p.ndi.reg, legacymode.reg
  46. LogConfig       = *CON98ELA.LogConfig
  47. CopyFiles       = cnet98p.CopyFiles
  48.  
  49. [*CON98ELA.ndi.Services]
  50. AddService = cnet98p, 2, cnet98p.Service, common.EventLog
  51.  
  52. [*CON98ELA.LogConfig]
  53. IOConfig       = 84D0-87DF(FFFF::),24D0-27DF(FFFF::),44D0-47DF(FFFF::),64D0-67DF(FFFF::),94D0-97DF(FFFF::),A4D0-A7DF(FFFF::),B4D0-B7DF(FFFF::)
  54. IRQConfig      = 3,5,6,9,10,12,13
  55. ConfigPriority = HARDRECONFIG
  56.  
  57. [legacymode.reg]
  58. HKR,,NicType,,"CNET98P_CBUS"
  59.  
  60. ;----------------------------------------------------------------------------
  61. ; Common
  62. ;
  63. [cnet98p.ndi.reg]
  64. HKR, Ndi,               Service,    0, "cnet98p"
  65. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  66. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  67.  
  68. [cnet98p.CopyFiles]
  69. cnet98p.sys,,,2
  70.  
  71. [cnet98p.Service]
  72. DisplayName     =   %cnet98p.Service.DispName%
  73. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  74. StartType       =   3 ;%SERVICE_DEMAND_START%
  75. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  76. ServiceBinary   =   %12%\cnet98p.sys
  77. LoadOrderGroup  =   NDIS
  78. AddReg          =   TextModeFlags.reg
  79.  
  80. ;-----------------------------------------------------------------------------
  81. ; Common base for all drivers for Eventlog and TextModeFlags
  82. ;
  83. [common.EventLog]
  84. AddReg = common.AddEventLog.reg
  85.  
  86. [common.AddEventLog.reg]
  87. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  88. HKR, , TypesSupported,   0x00010001, 7
  89.  
  90. ;----------------------------------------------------------------------------
  91. ; Destination Directories
  92. ;
  93. [DestinationDirs]
  94. cnet98p.CopyFiles = 12
  95.  
  96. ;----------------------------------------------------------------------------
  97. ; Localizable Strings
  98. ;
  99. [strings]
  100. V_CONTEC="CONTEC"
  101.  
  102. Contec98P.DeviceDesc      = "CONTEC C-NET(98)P Adapter"
  103. Contec98PL.DeviceDesc     = "CONTEC C-NET(98)P (E/L-A Compatible Mode) Adapter"
  104. Contec98ELA.DeviceDesc    = "CONTEC C-NET(98)E/L-A" Adapter"
  105.