home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 June / PCWorld_1998-06_cd.bin / hardware / ovladace / zvukovky / AZTECH / GALAXY / M163P / IDE.INF < prev    next >
Windows Setup INFormation  |  1996-11-21  |  1KB  |  59 lines

  1. ; Copyright (c) 1996 Aztech Labs, Inc.
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. Class=hdc
  6. provider=%AZTECH%
  7.  
  8. [ClassInstall]
  9. AddReg=HDC_Class
  10.  
  11. [HDC_Class]
  12. HKR,,,,%HDCClassName%
  13. HKR,,Icon,,-9
  14.  
  15. [Manufacturer]
  16. %AZTMfgName%=AztechLabs
  17.  
  18. [AztechLabs]
  19. %*AZT0000.DeviceDesc%=AZT0000_Device, *AZT0000
  20.  
  21. [*azt0000.det]          ;AZT2320 Logical Device 0 (IDE CDROM)
  22. AddReg = HDC_HW_REG
  23.  
  24. [SourceDisksNames]
  25. 1=" Disk 1",Disk,0001
  26.  
  27. [AZT0000_Device]
  28. AddReg = ESDI_AddReg
  29.  
  30. [AZT0000_Device.PosDup]
  31. *AZT0000
  32.  
  33. [ESDI_AddReg]
  34. HKLM,Enum\ISAPNP\AZT2320_DEV0000\00000003,ConfigFlags,1,00000000   ;modified by lili
  35. HKR,,DriverDesc,,"ESDI Port Driver"
  36. HKR,,DevLoader,,*IOS
  37. ;--------------------------------------------------
  38. ;  Note :
  39. ;      On some system when 2320 ide was disable (Option 2), 
  40. ;      it will have conflict with system's on board secondary 
  41. ;      ide interface. For such cases, a ";" sign should be 
  42. ;      placed infornt of the following line.
  43. ;      However, if 2320 ide interface is connected to a cdrom, 
  44. ;      drive, you need to remove the ";" sign from the line in 
  45. ;      order for the interface to function properly.
  46. ;      **  The default ide setting is Enable  **
  47.  
  48. HKR,,PortDriver,,ESDI_506.pdr
  49. ;---------------------------------------------------
  50.  
  51. [HDC_HW_REG]
  52. HKR,,NoSetupUI,,1
  53.  
  54. [Strings]
  55. AZTECH="Aztech"
  56. AZTMfgName="Aztech Labs"
  57. *AZT0000.DeviceDesc = "AZT2320 (PnP) IDE Controller Device"
  58. HDCClassName = "Hard disk controllers"
  59.