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

  1.  
  2. ; NET8232.INF
  3. ;
  4. ; SMC SMC8232 Network Interface Cards.
  5. ;
  6. ; Copyright 1993-1995, Microsoft Corporation
  7.  
  8. [version]
  9. CatalogFile=netsmc32.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_SMC%=SMC
  18.  
  19. [SMC]
  20. %*SMC8010.DeviceDesc%=*SMC8010.ndi, *SMC8010    ;SMC EtherElite Ultra EISA Adapter
  21.  
  22. ;****************************************************************************
  23. ;  *SMC8010 EtherElite Ultra EISA Adapter
  24. ;****************************************************************************
  25. [*SMC8010.ndi]
  26. AddReg=*SMC8010.ndi.reg,SMC8232.ndi.reg
  27.  
  28. [*SMC8010.ndi.reg]
  29. HKR,Ndi,DeviceID,,"*SMC8010"
  30.  
  31. ;****************************************************************************
  32. ; SMC8232 Drivers
  33. ;****************************************************************************
  34. ; Base section for SMC8232 users
  35. [SMC8232.ndi.reg]
  36. ; key,subkey,valuname,type,value
  37. HKR,,DevLoader,,*ndis
  38. HKR,,DeviceVxDs,,SMC8232W.vxd
  39. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  40. ; NDIS Info
  41. HKR,NDIS,LogDriverName,,"SMC8232W"
  42. HKR,NDIS,MajorNdisVersion,1,03
  43. HKR,NDIS,MinorNdisVersion,1,0A
  44. HKR,NDIS\NDIS2,DriverName,,"SMC8232$"
  45. HKR,NDIS\NDIS2,FileName,,"SMC8232.dos"
  46. HKR,NDIS\ODI,DriverName,,"SMC8232"
  47. HKR,NDIS\ODI,FileName,,"SMC8232.com"
  48. ; Interfaces
  49. HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
  50. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  51. HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
  52. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  53. ; Install sections
  54. HKR,Ndi\Install,ndis3,,"SMC8232.ndis3"
  55. HKR,Ndi\Install,ndis2,,"SMC8232.ndis2"
  56. ;HKR,Ndi\Install,odi,,"SMC8232.odi"
  57.  
  58. ; Install NDIS3
  59. [SMC8232.ndis3]
  60. CopyFiles=SMC8232.ndis3.CopyFiles
  61. [SMC8232.ndis3.CopyFiles]
  62. SMC8232W.vxd
  63.  
  64. ; Install NDIS2
  65. [SMC8232.ndis2]
  66. CopyFiles=SMC8232.ndis2.CopyFiles
  67. [SMC8232.ndis2.CopyFiles]
  68. SMC8232.dos
  69.  
  70. ; Install ODI
  71. [SMC8232.odi]
  72. CopyFiles=SMC8232.odi.CopyFiles
  73. [SMC8232.odi.CopyFiles]
  74. SMC8232.com
  75.  
  76. ;****************************************************************************
  77. ; Destination Directories
  78. ;****************************************************************************
  79. [DestinationDirs]
  80. DefaultDestDir              =11 ; LDID_SYS
  81. SMC8232.ndis3.CopyFiles      =11
  82. SMC8232.ndis2.CopyFiles      =26 ; LDID_WINBOOT
  83. SMC8232.odi.CopyFiles        =26
  84.  
  85. ;****************************************************************************
  86. ; Localizable Strings
  87. ;****************************************************************************
  88. [strings]
  89. ; Provider
  90. V_MS="Microsoft"
  91. ; Manufacturers
  92. V_SMC="SMC"
  93.  
  94. *SMC8010.DeviceDesc="SMC EtherCard Elite Ultra 32"
  95.