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

  1.  
  2. ; NIC3COM.INX
  3. ;
  4. ; 3COM Network Interface Cards.
  5. ;
  6. ; Copyright 1993-1995, Microsoft Corporation
  7.  
  8. [version]
  9. CatalogFile=nettulip.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_TULIP%=TULIP
  18.  
  19. [TULIP]
  20. %*pnp8263.DeviceDesc%=*pnp8263.ndi, *pnp8263 ;Tulip NCC-16
  21.  
  22. ;****************************************************************************
  23. ; *pnp8263 3Com 3C509-TPO
  24. ;****************************************************************************
  25. [*pnp8263.ndi]
  26. AddReg=*pnp8263.ndi.reg,NCC16.reg
  27.  
  28. [*pnp8263.ndi.reg]
  29. HKR,Ndi,DeviceID,,"*pnp8263"
  30.  
  31. ;****************************************************************************
  32. ; NCC16 base section
  33. ;****************************************************************************
  34. [NCC16.reg]
  35. HKR,,DevLoader,,*ndis
  36. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  37. ; NDIS Info
  38. HKR,NDIS,LogDriverName,,"NCC16"
  39. HKR,NDIS,MajorNdisVersion,1,03
  40. HKR,NDIS,MinorNdisVersion,1,0A
  41. HKR,NDIS\NDIS2,DriverName,,"NCC16$"
  42. HKR,NDIS\NDIS2,FileName,,"NCC16.dos"
  43. ; Interfaces
  44. HKR,Ndi\Interfaces,DefUpper,,"ndis2"
  45. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  46. HKR,Ndi\Interfaces,UpperRange,,"ndis2"
  47. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  48. ; Install sectioins
  49. HKR,Ndi\Install,ndis2,,"NCC16.ndis2"
  50.  
  51. ; Install NDIS2
  52. [NCC16.ndis2]
  53. CopyFiles=NCC16.ndis2.CopyFiles
  54. [NCC16.ndis2.CopyFiles]
  55. NCC16.dos
  56.  
  57.  
  58. ;****************************************************************************
  59. ; Destination Directories
  60. ;****************************************************************************
  61. [DestinationDirs]
  62. DefaultDestDir              =11 ; LDID_SYS
  63. NCC16.ndis2.CopyFiles       =26 ; LDID_WINBOOT
  64.  
  65. ;****************************************************************************
  66. ; Localizable Strings
  67. ;****************************************************************************
  68. [strings]
  69. ; Provider
  70. V_MS="Microsoft"
  71. ; Manufacturers
  72. V_TULIP="Tulip"
  73. ; PNP Devices
  74. *pnp8263.DeviceDesc="Tulip NCC-16"
  75.