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

  1.  
  2. ; NETCEM2.INF
  3. ;
  4. ; XIRCOM Network Interface Cards.
  5. ;
  6. ; Copyright 1993-1995, Microsoft Corporation
  7.  
  8. [Version]
  9. CatalogFile=netcem.cat
  10. Signature="$CHICAGO$"
  11. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  12. Provider=%MS%
  13. Class=Net
  14. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  15.  
  16. ;
  17. ; Table of Contents
  18. ;
  19. [Manufacturer]
  20. %XIRCOM%=XIRCOM
  21.  
  22. ;
  23. ; The various flavors of Xircom cards
  24. ;
  25. [XIRCOM]
  26. %XIRCOMCEM2%=XIRCOMCEM2.ndi,MF\XIRCOMCEM_DEV1
  27.  
  28. [XIRCOMCEM2.ndi]
  29. AddReg=ADDREG_NICE.ndi.reg,CEM2.ndi.reg,ADDREG_XIRCOMCEM2.ndi.reg
  30.  
  31.  
  32.  
  33. ;****************************************************************************
  34. ; Add these keys to the registry for all CE adapters
  35. ;****************************************************************************
  36.  
  37. [ADDREG_NICE.ndi.reg]
  38.  
  39. ; key,subkey,valuname,type,value
  40. HKR,,DevLoader,,*ndis
  41. HKR,,DeviceVxDs,,CM2NDIS3.vxd
  42. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  43. ; NDIS Info
  44. HKR,NDIS,LogDriverName,,CM2NDIS3
  45. HKR,NDIS,MajorNdisVersion,1,03
  46. HKR,NDIS,MinorNdisVersion,1,0A
  47.  
  48. ; Interfaces
  49. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  50. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  51. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  52. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  53.  
  54. HKR,Ndi,CardType,,"PCMCIA"
  55.  
  56. ; Parameters
  57. HKR,,IoBaseAddress,1,02,00,00,00
  58. HKR,,InterruptNumber,1,04,00,00,00
  59.  
  60.  
  61. ;****************************************************************************
  62. ; Add these keys to the registry for Xircom adapters
  63. ;****************************************************************************
  64. ; Install sections
  65.  
  66. [CEM2.ndi.reg]
  67. HKR,Ndi,DeviceID,,"MF\XIRCOMCEM_DEV1"
  68. HKR,Ndi\Install,ndis3,,"cm2ndis3.ndis3"
  69. HKR,Ndi,MatchAndMoveID,,"*pnp82c3"
  70.  
  71. ;****************************************************************************
  72. ; Add these keys to the registry for Xircom CEM adapters
  73. ;****************************************************************************
  74.  
  75. [ADDREG_XIRCOMCEM2.ndi.reg]
  76. HKR,,AdapterType,,3
  77. HKR,,PollingInterval,,5
  78. HKR,,MemoryBaseAddress,1,01,00,00,00
  79.  
  80.  
  81. ;****************************************************************************
  82. ; Stuff for copying files
  83. ;****************************************************************************
  84. ; Install NDIS 3
  85. [cm2ndis3.ndis3]
  86. CopyFiles=cm2ndis3.ndis3.CopyFiles
  87.  
  88. [cm2ndis3.ndis3.CopyFiles]
  89. CM2NDIS3.vxd
  90.  
  91. ;[SourceDisksFiles]
  92.  
  93. ;[SourceDisksNames]
  94. ;NOTE: USE ONLY DISK NUMBERS 55-59
  95. ;55 = "Installation Disk 1", "DISK1      ", 0000-0000
  96.  
  97. [DestinationDirs]
  98. DefaultDestDir              =11 ; Windows system directory
  99. cm2ndis3.ndis3.CopyFiles    =11
  100.  
  101.  
  102. ;****************************************************************************
  103. ; Translatable strings
  104. ;****************************************************************************
  105.  
  106. [Strings]
  107. MS="Microsoft"
  108. ;
  109. ; Manufacturer names
  110. ;
  111. XIRCOM="Xircom"
  112. ;
  113. ; Adapter names
  114. ;
  115. XIRCOMCEM2="Xircom Ethernet+Modem (CEM2)"
  116.