home *** CD-ROM | disk | FTP | other *** search
/ alphant.com / ftp.alphant.com.zip / ftp.alphant.com / Drivers / 3c905B-axp.exe / DAINST.EXE / 3ComDA2.inf < prev    next >
INI File  |  1998-03-09  |  3KB  |  93 lines

  1. ; w95.INX
  2. ;
  3. ; 3COM Network Interface Cards.
  4. ;
  5. ; Copyright 1994-1995, Microsoft Corporation
  6.  
  7. [version]
  8. LayoutFile=layout.inf
  9. signature="$CHICAGO$"
  10. Class=Net
  11. provider=%V_3COM%
  12.  
  13. [Manufacturer]
  14. %V_3COM%=3COM
  15.  
  16. [3COM]
  17. %DAMAC.DeviceDesc%=DAMAC.ndi,  DAMAC       
  18.  
  19. ;****************************************************************************
  20. ; Wedge  3Com 
  21. ;****************************************************************************
  22. [DAMAC.ndi]
  23. AddReg=DAMAC.ndi.reg
  24. ;CopyFiles=DAMAC.CopyFiles.Inf
  25. DeviceID=DAMAC
  26.  
  27. [DAMAC.CopyFiles.Inf]
  28. ;w95prot.inf
  29. ;w95mini.inf
  30.  
  31. ;****************************************************************************
  32. ; 3Com Wedge base section
  33. ;****************************************************************************
  34. [DAMAC.ndi.reg]
  35. HKR,Ndi,DeviceID,,"DAMAC"
  36. HKR,Ndi,NdiInstaller,,"DANdi.dll, MyNdiProc"
  37. HKR,Ndi,InstallInf,,"W95PROT.INF"
  38. HKR,,DevLoader,,*ndis
  39. HKR,,DeviceVxDs,,DAMAC.vxd
  40. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  41. ; NDIS Info
  42. HKR,NDIS,LogDriverName,,"DAMAC"
  43. HKR,NDIS,MajorNdisVersion,1,03
  44. HKR,NDIS,MinorNdisVersion,1,00
  45.  
  46. ; Interfaces
  47. HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
  48. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  49. HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
  50. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  51. ;HKR,,LoadDA,1,0
  52. ; compatibilities
  53. ;HKR,Ndi\Compatibility,RequireAll,,"3COM Dynamic Access"
  54. ; Install sections
  55. HKR,Ndi\Install,ndis3,,"DAMAC.ndis3"
  56.  
  57.  
  58. ; Install NDIS3
  59. [DAMAC.ndis3]
  60. ;CopyFiles=DAMAC.ndis3.CopyFiles
  61. [DAMAC.ndis3.CopyFiles]
  62. ;REM DAMAC.sys
  63.  
  64. ;****************************************************************************
  65. ; Destination Directories
  66. ;****************************************************************************
  67. [DestinationDirs]
  68. DefaultDestDir       = 11 ; LDID_SYS
  69. DAMAC.CopyFiles.Inf  = 17 ; LDID_INF
  70. DAMAC.ndis3.CopyFiles  =11 ; LDID_SYS
  71. ;****************************************************************************
  72. ; Source Directories
  73. ;****************************************************************************
  74. [SourceDisksNames]
  75. 50="3Com Dynamic Access Installation Disk ",,0
  76. [SourceDisksFiles]
  77. w95mini2.inf=50,
  78. w95prot.inf=50
  79. ;wmini.sys=50,win95
  80. ;wprot.vxd=50,win95
  81.  
  82.  
  83. ;****************************************************************************
  84. ; Localizable Strings
  85. ;****************************************************************************
  86. [strings]
  87. ; Provider
  88. V_MS="3Com"
  89. ; Manufacturers
  90. V_3COM="3Com"
  91. ; PNP Devices
  92. DAMAC.DeviceDesc=  "3Com DA Unassigned Adapter"
  93.