home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / NETAMBI.IN_ / netambi.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  4.2 KB  |  73 lines

  1. ; Copyright (c) 2000, Microsoft
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. provider    = %V_MS%
  8. LayoutFile  = layout.inf
  9. DriverVer=07/01/2001,3.3.0.0
  10.  
  11. [Manufacturer]
  12. %V_AMB%     = AMBICOM
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect    = *
  16.  
  17. [AMBICOM]
  18. %AMB8002.DeviceDesc% = AMB8002.ndi, PCMCIA\AmbiCom_Inc-AMB8002-55A4
  19. %AMB8002.DeviceDesc% = AMB8002.ndi, PCMCIA\AmbiCom_Inc-AMB8002T-2AA0
  20.  
  21. ;-------------------------------------------------------------------------------
  22. ; AmbiCom Ethernet PC Card (AMB8002/AMB8002T)
  23.  
  24. [AMB8002.ndi]
  25. AddReg          = AMB8002.reg
  26. Characteristics = 0x04  ; NCF_PHYSICAL (NO UI)
  27. BusType         = 8
  28. CopyFiles       = AMB8002.CopyFiles
  29.  
  30. [AMB8002.ndi.Services]
  31. AddService      = AMB8002, 2, AMB8002.Service, AMB8002.EventLog
  32.  
  33. ;-------------------------------------------------------------------------------
  34. ; AMB8002/AMB8002T Services and Driver
  35.  
  36. [AMB8002.reg]
  37. HKR, Ndi,            Service,    0, "AMB8002"
  38. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  39. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  40. HKR, ,               CardType,   0, "1"
  41. HKR, ,               OSType,     0, "0"
  42.  
  43. [AMB8002.Service]
  44. DisplayName     = %AMB8002.Service.DispName%
  45. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  46. StartType       = 3 ;%SERVICE_DEMAND_START%
  47. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  48. ServiceBinary   = %12%\AMB8002.SYS
  49. LoadOrderGroup  = NDIS
  50.  
  51. [AMB8002.EventLog]
  52. AddReg = AMB8002.AddEventLog.reg
  53.  
  54. [AMB8002.AddEventLog.reg]
  55. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  56. HKR, , TypesSupported,   0x00010001, 7
  57.  
  58. [AMB8002.CopyFiles]
  59. AMB8002.SYS,,,2
  60.  
  61. [DestinationDirs]
  62. AMB8002.CopyFiles = 12
  63.  
  64. ;-------------------------------------------------------------------------------
  65. ; Localizable Strings
  66.  
  67. [strings]
  68. V_MS                     = "Microsoft"
  69. V_AMB                    = "AmbiCom"
  70.  
  71. AMB8002.DeviceDesc       = "AmbiCom 16-Bit 10Mbps Ethernet PC Card (AMB8002/AMB8002T)"
  72. AMB8002.Service.DispName = "AmbiCom 16-Bit 10Mbps Ethernet PC Card (AMB8002/AMB8002T)"
  73.