home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810B.BIN / BIOS / iwill / nidebm95 / nidebm95.exe / PIIXDRV.Z / IDEATAPI.INF next >
Windows Setup INFormation  |  1997-05-22  |  2KB  |  79 lines

  1. ;Copyright 1995-1996, Intel Corporation
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. Class=hdc
  6. Provider=%INTEL%
  7.  
  8. ;Class Install
  9. [ClassInstall]
  10. AddReg=HDC_Class
  11.  
  12. [HDC_Class]
  13. HKR,,,,%HDCClassName%
  14.  
  15. [Manufacturer]
  16. %INTEL%=PIIX_HDC
  17.  
  18. [PIIX_HDC]
  19. %*pnp0680.DeviceDesc%     = BMIDE, *PNP0680     ;Generic bus master IDE
  20. %PCI\VEN_8086&DEV_1230.DeviceDesc%=DUAL_BMIDE, PCI\VEN_8086&DEV_1230
  21. %PCI\VEN_8086&DEV_7010.DeviceDesc%=DUAL_BMIDE, PCI\VEN_8086&DEV_7010
  22. %PCI\VEN_8086&DEV_7111.DeviceDesc%=DUAL_BMIDE, PCI\VEN_8086&DEV_7111
  23. %MF\GOODBMPRIMARY.DeviceDesc% = BMIDE_Child, MF\GOODBMPRIMARY
  24. %MF\GOODBMSECONDARY.DeviceDesc% = BMIDE_Child, MF\GOODBMSECONDARY
  25.  
  26. [BMIDE]
  27. CopyFiles=@ideatapi.mpd
  28. AddReg = BMIDE.AddReg
  29.  
  30. [BMIDE_Child]
  31. AddReg = BMIDE.AddReg
  32.  
  33. [DUAL_BMIDE]
  34. CopyFiles=@ideatapi.mpd
  35. AddReg=StandardMF.Reg
  36.  
  37. [DUAL_BMIDE.HW]
  38. AddReg=DUAL_BMIDE.RegHW
  39.  
  40. [DUAL_BMIDE.RegHW]
  41. HKR,Child0000,HardwareID,,MF\GOODBMPRIMARY
  42. HKR,Child0000,ResourceMap,1,00,01,02,06
  43. HKR,Child0000,MFFlags,1,0C,00,00,00
  44. HKR,Child0001,HardwareID,,MF\GOODBMSECONDARY
  45. HKR,Child0001,ResourceMap,1,03,04,05,07
  46. HKR,Child0001,MFFlags,1,0C,00,00,00
  47. HKR,,PCIDualIDE,1,01
  48.  
  49. [StandardMF.Reg]
  50. HKR,,DevLoader,,*CONFIGMG
  51. HKR,,Enumerator,,*CONFIGMG
  52. HKR,,CMDrivFlags,1,03,00,00,00
  53.  
  54. [BMIDE.AddReg]
  55. HKR,,DriverDesc,,"Bus Master IDE Miniport Driver"
  56. HKR,,DevLoader,,*IOS
  57. HKR,,PortDriver,,ideatapi.mpd
  58.  
  59. [DestinationDirs]
  60. DefaultDestDir = 12             ; IOSubsys directory
  61.  
  62. [SourceDisksFiles]
  63. ideatapi.mpd=1
  64.  
  65. [SourceDisksNames]
  66. 1=%DISK_ID%,,
  67.  
  68. [Strings]
  69. HDCClassName            = "Hard disk controllers"
  70. INTEL="Intel"
  71. *pnp0680.DeviceDesc     = "Intel PIIX PCI Bus Master IDE Controller"
  72. PCI\VEN_8086&DEV_1230.DeviceDesc="Intel 82371FB PCI Bus Master IDE Controllers"
  73. PCI\VEN_8086&DEV_7010.DeviceDesc="Intel 82371SB PCI Bus Master IDE Controllers"
  74. PCI\VEN_8086&DEV_7111.DeviceDesc="Intel 82371AB PCI Bus Master IDE Controllers"
  75. MF\GOODBMPRIMARY.DeviceDesc= "Primary Bus Master IDE controller"
  76. MF\GOODBMSECONDARY.DeviceDesc= "Secondary Bus Master IDE controller"
  77. DISK_ID=""
  78.  
  79.