Index: hdc.inf =================================================================== --- hdc.inf (revision 32866) +++ hdc.inf (working copy) @@ -28,6 +28,7 @@ [GenericMfg] %PCI\CC_0101.DeviceDesc% = PciIde_Inst,PCI\CC_0101 %*PNP0600.DeviceDesc% = Atapi_Inst,*PNP0600 +%PCI\CC_0106.DeviceDesc% = Uniata_Inst,PCI\CC_0106 ;---------------------------- PCI IDE DRIVER ---------------------------- @@ -66,6 +67,24 @@ ServiceBinary = %12%\atapi.sys LoadOrderGroup = SCSI Miniport +;------------------------------- UNIATA DRIVER ----------------------------- + +[Uniata_Inst.NT] +CopyFiles = Uniata_CopyFiles.NT + +[Uniata_CopyFiles.NT] +uniata.sys + +[Uniata_Inst.NT.Services] +AddService = uniata, 0x00000002, Uniata_Service_Inst + +[Uniata_Service_Inst] +ServiceType = 1 +StartType = 0 +ErrorControl = 1 +ServiceBinary = %12%\uniata.sys +LoadOrderGroup = SCSI Miniport + ;-------------------------------- STRINGS ------------------------------- [Strings] @@ -74,4 +93,5 @@ GenericMfg = "(Generic IDE controllers)" PCI\CC_0101.DeviceDesc = "Generic PCI IDE controller (double channel)" +PCI\CC_0106.DeviceDesc = "Generic SATA Controller" *PNP0600.DeviceDesc = "Generic IDE channel"