home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / netevx.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  2.7 KB  |  92 lines

  1.  
  2. ; NIC3COM.INX
  3. ;
  4. ; Everex Network Interface Cards.
  5. ;
  6. ; Copyright 1993-1995, Microsoft Corporation
  7.  
  8. [version]
  9. CatalogFile=netevx.cat
  10. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  11. signature="$CHICAGO$"
  12. Class=Net
  13. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  14. provider=%V_MS%
  15.  
  16. [Manufacturer]
  17. %V_EVX%=EVX
  18.  
  19. [EVX]
  20. %*pnp814b.DeviceDesc%=*pnp814b.ndi, *pnp814b ;Everex SpeedLink /PC16 (EV2027)
  21.  
  22. ;****************************************************************************
  23. ; *pnp814b Everex SpeedLink /PC16 (EV2027)
  24. ;****************************************************************************
  25. [*pnp814b.ndi]
  26. AddReg=*pnp814b.ndi.reg,evx.reg
  27. LogConfig=*pnp814b.LogConfig
  28.  
  29. [*pnp814b.ndi.reg]
  30. HKR,Ndi,DeviceID,,"*pnp814b"
  31.  
  32. [*pnp814b.LogConfig]
  33. ConfigPriority=HARDRECONFIG
  34. IOConfig=320-32F(3FF::),330-33F(3FF::),340-34F(3FF::),350-35F(3FF::),360-36F(3FF::),380-38F(3FF::),390-39F(3FF::),3A0-3AF(3FF::)
  35. IRQConfig=3,4,5,7,9,11,12,15
  36.  
  37. ;****************************************************************************
  38. ; Evx base section
  39. ;****************************************************************************
  40. [evx.reg]
  41. HKR,,DevLoader,,*ndis
  42. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  43. ; NDIS Info
  44. HKR,NDIS,LogDriverName,,"EVX16"
  45. HKR,NDIS,MajorNdisVersion,1,03
  46. HKR,NDIS,MinorNdisVersion,1,0A
  47. HKR,NDIS\NDIS2,DriverName,,"EVX16$"
  48. HKR,NDIS\NDIS2,FileName,,"EVX16.dos"
  49. ; Interfaces
  50. HKR,Ndi\Interfaces,DefUpper,,"ndis2"
  51. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  52. HKR,Ndi\Interfaces,UpperRange,,"ndis2"
  53. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  54. ; Install sections
  55. HKR,Ndi\Install,ndis2,,"EVX16.ndis2"
  56. ; Resources
  57. HKR,,Interrupt,1,04,00,00,00
  58. HKR,,IOAddress,1,02,00,00,00
  59. HKR,NDI\params\Interrupt,resc,1,04,00,00,00
  60. HKR,NDI\params\Interrupt,ParamDesc,,"Interrupt Level"
  61. HKR,NDI\params\Interrupt,flag,1,10,00,00,00
  62. HKR,NDI\params\IOAddress,resc,1,02,00,00,00
  63. HKR,NDI\params\IOAddress,ParamDesc,,"I/O Base Address"
  64. HKR,NDI\params\IOAddress,flag,1,10,00,00,00
  65.  
  66. ; Install NDIS2
  67. [EVX16.ndis2]
  68. CopyFiles=EVX16.ndis2.CopyFiles
  69. [EVX16.ndis2.CopyFiles]
  70. EVX16.dos
  71.  
  72.  
  73.  
  74.  
  75. ;****************************************************************************
  76. ; Destination Directories
  77. ;****************************************************************************
  78. [DestinationDirs]
  79. DefaultDestDir              =11 ; LDID_SYS
  80. EVX16.ndis2.CopyFiles       =26 ; LDID_WINBOOT
  81.  
  82. ;****************************************************************************
  83. ; Localizable Strings
  84. ;****************************************************************************
  85. [strings]
  86. ; Provider
  87. V_MS="Microsoft"
  88. ; Manufacturers
  89. V_EVX="Everex"
  90. ; PNP Devices
  91. *pnp814b.DeviceDesc="Everex SpeedLink /PC16 (EV2027)"
  92.