home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / drivers / netlan / elpc3x / 3comnet.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1996-02-12  |  2.2 KB  |  92 lines

  1. ; 3COMNET.INF
  2. ;
  3. ; 3COM Network Interface Cards.
  4. ;
  5. ; Copyright 1993-1995, Microsoft Corporation
  6. ; Copyright 1995, 3Com Corporation
  7.  
  8. [Version]
  9. LayoutFile=layout.inf
  10. Signature="$CHICAGO$"
  11. Provider=%MS%
  12. Class=Net
  13.  
  14. ;
  15. ; Table of Contents
  16. ;
  17. [Manufacturer]
  18. %3COM%=3COM
  19.  
  20. ;
  21. ; The various flavors of 3Com cards
  22. ;
  23. [3COM]
  24. %3COM3C562%=3COM3C562.ndi,MF\3COM3C562_DEV1
  25.  
  26. [3COM3C562.ndi]
  27. AddReg=ADDREG_3C562.ndi.reg,3C562.ndi.reg,ADDREG_3COM3C562.ndi.reg
  28.  
  29.  
  30.  
  31. ;****************************************************************************
  32. ; Add these keys to the registry for all 3C562 adapters
  33. ;****************************************************************************
  34.  
  35. [ADDREG_3C562.ndi.reg]
  36.  
  37. ; key,subkey,valuname,type,value
  38. HKR,,DevLoader,,*ndis
  39. HKR,,DeviceVxDs,,elpc3x.vxd
  40. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  41. ; NDIS Info
  42. HKR,NDIS,LogDriverName,,elpc3x
  43. HKR,NDIS,MajorNdisVersion,1,03
  44. HKR,NDIS,MinorNdisVersion,1,0A
  45.  
  46. ; Interfaces
  47. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  48. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  49. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  50. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  51.  
  52. HKR,Ndi,CardType,,"PCMCIA"
  53.  
  54. ; Parameters
  55. HKR,,IOADDRESS,1,02,00,00,00
  56. HKR,,IRQ,1,04,00,00,00
  57.  
  58. ;****************************************************************************
  59. ; Add these keys to the registry for 3Com adapters
  60. ;****************************************************************************
  61. ; Install sections
  62.  
  63. [3C562.ndi.reg]
  64. HKR,Ndi,DeviceID,,"MF\3COM3C562_DEV1"
  65. HKR,Ndi,MatchAndMoveID,,"*pnp82c3"
  66.  
  67. ;****************************************************************************
  68. ; Add these keys to the registry for 3Com CEM adapters
  69. ;****************************************************************************
  70.  
  71. [ADDREG_3COM3C562.ndi.reg]
  72. HKR,,AdapterType,,1
  73. HKR,,PollingInterval,,5
  74. HKR,,MEMORYADDRESS,1,01,00,00,00
  75.  
  76. ;****************************************************************************
  77. ; Translatable strings
  78. ;****************************************************************************
  79.  
  80. [Strings]
  81. MS="Microsoft"
  82. ;
  83. ; Manufacturer names
  84. ;
  85. 3COM="3Com"
  86. ;
  87. ; Adapter names
  88. ;
  89. 3COM3C562="3Com EtherLink III LAN+Modem PC Card (3C562)"
  90.  
  91.  
  92.