mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +00:00
[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.
This commit is contained in:
parent
bf74391dcd
commit
804092f41b
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,7 @@ nmidebug.sys=,,,,,,x,,,,,,4
|
||||||
sacdrv.sys=,,,,,,x,,,,,,4
|
sacdrv.sys=,,,,,,x,,,,,,4
|
||||||
uniata.sys=,,,,,,x,,,,,,4
|
uniata.sys=,,,,,,x,,,,,,4
|
||||||
buslogic.sys=,,,,,,x,,,,,,4
|
buslogic.sys=,,,,,,x,,,,,,4
|
||||||
|
storahci.sys=,,,,,,x,,,,,,4
|
||||||
blue.sys=,,,,,,x,,,,,,4
|
blue.sys=,,,,,,x,,,,,,4
|
||||||
vgafonts.cab=,,,,,,,,,,,,1
|
vgafonts.cab=,,,,,,,,,,,,1
|
||||||
bootvid.dll=,,,,,,,,,,,,2
|
bootvid.dll=,,,,,,,,,,,,2
|
||||||
|
@ -54,6 +55,7 @@ l_intl.nls=,,,,,,,,,,,,2
|
||||||
ntfs.sys=,,,,,,,,,,,,4
|
ntfs.sys=,,,,,,,,,,,,4
|
||||||
pci.sys=,,,,,,,,,,,,4
|
pci.sys=,,,,,,,,,,,,4
|
||||||
scsiport.sys=,,,,,,x,,,,,,4
|
scsiport.sys=,,,,,,x,,,,,,4
|
||||||
|
storport.sys=,,,,,,x,,,,,,4
|
||||||
fastfat.sys=,,,,,,x,,,,,,4
|
fastfat.sys=,,,,,,x,,,,,,4
|
||||||
ramdisk.sys=,,,,,,x,,,,,,4
|
ramdisk.sys=,,,,,,x,,,,,,4
|
||||||
ext2fs.sys=,,,,,,x,,,,,,4
|
ext2fs.sys=,,,,,,x,,,,,,4
|
||||||
|
@ -86,6 +88,7 @@ PCI\CC_0101 = pciide
|
||||||
PCI\CC_0104 = uniata
|
PCI\CC_0104 = uniata
|
||||||
PCI\CC_0105 = uniata
|
PCI\CC_0105 = uniata
|
||||||
PCI\CC_0106 = uniata
|
PCI\CC_0106 = uniata
|
||||||
|
;PCI\CC_0106 = storahci
|
||||||
*PNP0600 = uniata
|
*PNP0600 = uniata
|
||||||
;USB\CLASS_09 = usbhub
|
;USB\CLASS_09 = usbhub
|
||||||
USB\ROOT_HUB = usbhub
|
USB\ROOT_HUB = usbhub
|
||||||
|
@ -126,6 +129,7 @@ pciide = pciide.sys
|
||||||
[SCSI.Load]
|
[SCSI.Load]
|
||||||
uniata = uniata.sys
|
uniata = uniata.sys
|
||||||
buslogic = buslogic.sys
|
buslogic = buslogic.sys
|
||||||
|
storahci = storahci.sys
|
||||||
disk = disk.sys
|
disk = disk.sys
|
||||||
|
|
||||||
[Cabinets]
|
[Cabinets]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue