https://git.reactos.org/?p=reactos.git;a=commitdiff;h=804092f41b7661f7d44f562922088c738c5e8afa

commit 804092f41b7661f7d44f562922088c738c5e8afa
Author: Eric Kohl <eric.k...@reactos.org>
AuthorDate: Sat Oct 14 00:22:36 2017 +0200

    [BOOTDATA]: Add the storport and storahci to the boot configuration.
    Enable 'PCI\CC_0106 = storahci' and disable 'PCI\CC_0106 = uniata' in order 
to enable the storahci driver for AHCI controllers.
---
 boot/bootdata/txtsetup.sif | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/boot/bootdata/txtsetup.sif b/boot/bootdata/txtsetup.sif
index 5e0d553392..3ea62974b5 100644
--- a/boot/bootdata/txtsetup.sif
+++ b/boot/bootdata/txtsetup.sif
@@ -24,6 +24,7 @@ nmidebug.sys=,,,,,,x,,,,,,4
 sacdrv.sys=,,,,,,x,,,,,,4
 uniata.sys=,,,,,,x,,,,,,4
 buslogic.sys=,,,,,,x,,,,,,4
+storahci.sys=,,,,,,x,,,,,,4
 blue.sys=,,,,,,x,,,,,,4
 vgafonts.cab=,,,,,,,,,,,,1
 bootvid.dll=,,,,,,,,,,,,2
@@ -54,6 +55,7 @@ l_intl.nls=,,,,,,,,,,,,2
 ntfs.sys=,,,,,,,,,,,,4
 pci.sys=,,,,,,,,,,,,4
 scsiport.sys=,,,,,,x,,,,,,4
+storport.sys=,,,,,,x,,,,,,4
 fastfat.sys=,,,,,,x,,,,,,4
 ramdisk.sys=,,,,,,x,,,,,,4
 ext2fs.sys=,,,,,,x,,,,,,4
@@ -86,6 +88,7 @@ PCI\CC_0101 = pciide
 PCI\CC_0104 = uniata
 PCI\CC_0105 = uniata
 PCI\CC_0106 = uniata
+;PCI\CC_0106 = storahci
 *PNP0600 = uniata
 ;USB\CLASS_09 = usbhub
 USB\ROOT_HUB = usbhub
@@ -126,6 +129,7 @@ pciide = pciide.sys
 [SCSI.Load]
 uniata = uniata.sys
 buslogic = buslogic.sys
+storahci = storahci.sys
 disk = disk.sys
 
 [Cabinets]

Reply via email to