diff --git a/boot/bootdata/txtsetup.sif b/boot/bootdata/txtsetup.sif index 2ddb0512ed3..2668740ff53 100644 --- a/boot/bootdata/txtsetup.sif +++ b/boot/bootdata/txtsetup.sif @@ -92,7 +92,6 @@ nmidebug.sys = 1,,,,,,x,4,,,,1,4 sacdrv.sys = 1,,,,,,x,4,,,,1,4 uniata.sys = 1,,,,,,x,4,,,,1,4 buslogic.sys = 1,,,,,,x,4,,,,1,4 -storahci.sys = 1,,,,,,x,4,,,,1,4 blue.sys = 1,,,,,,x,4,,,,1,4 vgafonts.cab = 1,,,,,,,1,,,,1,1 bootvid.dll = 1,,,,,,,2,,,,1,2 diff --git a/drivers/storage/port/storahci/CMakeLists.txt b/drivers/storage/port/storahci/CMakeLists.txt index 343f096d1d4..3dab8cbcdd6 100644 --- a/drivers/storage/port/storahci/CMakeLists.txt +++ b/drivers/storage/port/storahci/CMakeLists.txt @@ -7,5 +7,5 @@ add_library(storahci MODULE ${SOURCE} storahci.rc) set_module_type(storahci kernelmodedriver) add_importlibs(storahci storport ntoskrnl hal) -add_cd_file(TARGET storahci DESTINATION reactos/system32/drivers NO_CAB FOR all) -add_registry_inf(storahci.inf) +#add_cd_file(TARGET storahci DESTINATION reactos/system32/drivers NO_CAB FOR all) +#add_driver_inf(storahci storahci.inf)