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

  1. ; CONTE Network Interface Card.
  2. ;    CONTEC C-NET(98)P2    : C-BUS PnP Card
  3. ;
  4.  
  5. [version]
  6. LayoutFile = layout.inf
  7. signature  = "$Windows NT$"
  8. Class      = Net
  9. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  10. provider   = %V_CONTEC%
  11.  
  12. [Manufacturer]
  13. %V_CONTEC%=CONTEC
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = ISAPNP\CON0101
  17.  
  18. [CONTEC]
  19. %Contec98P2.DeviceDesc%     = *CON98P2.ndi,     ISAPNP\CON0101  ; C-NET(98)P2 C-BUS PnP
  20.  
  21. ;----------------------------------------------------------------------------
  22. ; *CON98P2 C-NET(98)P2 PnP
  23. ;
  24. [*CON98P2.ndi]
  25. Characteristics = 0x04
  26. BusType         = 14
  27. AddReg          = cnet98p2.ndi.reg, cnet98p2dup.reg
  28. CopyFiles       = cnet98p2.CopyFiles
  29.  
  30. [*CON98P2.ndi.Services]
  31. AddService = cnet98p2, 2, cnet98p2.Service, common.EventLog
  32.  
  33. [cnet98p2dup.reg]
  34. HKR,Ndi\params\DuplexMode,ParamDesc,,"デュプレックス・モード"
  35. HKR,Ndi\params\DuplexMode,default,,255
  36. HKR,Ndi\params\DuplexMode,type,,enum
  37. HKR,Ndi\params\DuplexMode\enum,255,,"ボード設定"
  38. HKR,Ndi\params\DuplexMode\enum,0,,"半二重モード"
  39. HKR,Ndi\params\DuplexMode\enum,1,,"全二重モード"
  40.  
  41.  
  42. ;----------------------------------------------------------------------------
  43. ; Common
  44. ;
  45. [cnet98p2.ndi.reg]
  46. HKR, Ndi,               Service,    0, "cnet98p2"
  47. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  48. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  49.  
  50. [cnet98p2.CopyFiles]
  51. cnet98p2.sys,,,2
  52.  
  53. [cnet98p2.Service]
  54. DisplayName     =   %cnet98p2.Service.DispName%
  55. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  56. StartType       =   3 ;%SERVICE_DEMAND_START%
  57. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  58. ServiceBinary   =   %12%\cnet98p2.sys
  59. LoadOrderGroup  =   NDIS
  60. AddReg          =   TextModeFlags.reg
  61.  
  62. ;-----------------------------------------------------------------------------
  63. ; Common base for all drivers for Eventlog and TextModeFlags
  64. ;
  65. [common.EventLog]
  66. AddReg = common.AddEventLog.reg
  67.  
  68. [common.AddEventLog.reg]
  69. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  70. HKR, , TypesSupported,   0x00010001, 7
  71.  
  72. ;----------------------------------------------------------------------------
  73. ; Destination Directories
  74. ;
  75. [DestinationDirs]
  76. cnet98p2.CopyFiles = 12
  77.  
  78. ;----------------------------------------------------------------------------
  79. ; Localizable Strings
  80. ;
  81. [strings]
  82. V_CONTEC="CONTEC"
  83.  
  84. Contec98P2.DeviceDesc     = "CONTEC C-NET(98)P2 Adapter"
  85.