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

  1. ;
  2. ; NetPCC.INF
  3. ;
  4. ; CONTEC Network Interface Cards.
  5. ; Cards.  C-NET(PC)C
  6. ; For Windows2000 INF
  7. ; CONTEC Co.,Ltd. (98-05-07)
  8. ;
  9. [version]
  10. LayoutFile = layout.inf
  11. signature  = "$Windows NT$"
  12. Class      = Net
  13. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  14. provider   = %CONTEC%
  15.  
  16. [Manufacturer]
  17. %CONTEC%    = CONTEC
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect = PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-DDBD, \
  21.                     PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C_SERIES-9F25, \
  22.                     PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-AE87, \
  23.                     PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-1D5E, \
  24.                     PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C_SERIES-13D2, \
  25.                     PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-10-739C, \
  26.                     PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-09E1
  27.  
  28. [CONTEC]
  29. ; DisplayName            Section          DeviceID
  30. ; -----------            -------          --------
  31. %ContecPCC.DeviceDesc% = *CNETPCC.ndi,    PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-DDBD    ;
  32. %ContecPCC.DeviceDesc% = *CNETPCC.ndi,    PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C_SERIES-9F25    ;
  33. %ContecPCC.DeviceDesc% = *CNETPCC.ndi,    PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-AE87    ;
  34. %ContecPCC.DeviceDesc% = *CNETPCC.ndi,    PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-1D5E    ;
  35. %ContecPCC.DeviceDesc% = *CNETPCC.ndi,    PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C_SERIES-13D2    ;
  36. %ContecPCC.DeviceDesc% = *CNETPCC.ndi,    PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-10-739C    ;
  37. %ContecPCC.DeviceDesc% = *CNETPCC.ndi,    PCMCIA\CONTEC_Co._Ltd.-C-NET(PC)C-09E1    ;
  38.  
  39. ;----------------------------------------------------------------------------
  40. ;    *CNETPCC
  41. ;
  42. [*CNETPCC.ndi]
  43. Characteristics = 0x4
  44. BusType         = 8
  45. AddReg          = cnetpcc.ndi.reg
  46. CopyFiles       = cnetpcc.ndis5.CopyFiles
  47.  
  48. [*CNETPCC.ndi.Services]
  49. AddService = cnetpcc, 2, cnetpcc.Service, cnetpcc.AddEventLog
  50.  
  51.  
  52. ;----------------------------------------------------------------------------
  53. ;    C-NET(PC)C Common
  54. ;
  55. [cnetpcc.ndi.reg]
  56. HKR, Ndi,               Service,    0, "cnetpcc"
  57. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  58. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  59.  
  60.  
  61. [cnetpcc.ndis5.CopyFiles]
  62. cnetpcc.sys,,,2
  63.  
  64. [cnetpcc.Service]
  65. DisplayName     =   %cnetpcc.Service.DispName%
  66. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  67. StartType       =   3 ;%SERVICE_AUTO_START%
  68. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  69. ServiceBinary   =   %12%\cnetpcc.sys
  70. LoadOrderGroup  =   NDIS
  71. AddReg          =   TextModeFlags.reg
  72.  
  73. [cnetpcc.AddEventLog]
  74. AddReg = cnetpcc.AddEventLog.reg
  75.  
  76. [cnetpcc.AddEventLog.reg]
  77. HKR,    ,   EventMessageFile,   0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  78. HKR,    ,   TypesSupported,     0x00010001, 7
  79.  
  80. ;---------------------------------------------------------------------------
  81. ; Common TextMode Flags Section
  82. ;
  83.  
  84. [TextModeFlags.reg]
  85. HKR, , TextModeFlags, 0x00010001, 0x0001
  86.  
  87.  
  88. ;----------------------------------------------------------------------------
  89. ; Destination Directories
  90. ;
  91. [DestinationDirs]
  92. DefaultDestDir           =   12 ; LDID_SYS
  93. cnetpcc.ndis5.CopyFiles  =   12
  94.  
  95.  
  96. [Strings]
  97. CONTEC    =   "CONTEC"
  98.  
  99.  
  100. ;CONTEC
  101. ContecPCC.DeviceDesc     =   "CONTEC C-NET(PC)C Series Adapter"
  102.  
  103. cnetpcc.Service.DispName =   "CONTEC C-NET(PC)C Adapter Driver"
  104.  
  105.