https://git.reactos.org/?p=reactos.git;a=commitdiff;h=99f16dc8a7fb3f27b404ad...
commit 99f16dc8a7fb3f27b404ad3a61ef34e95f995dcd Author: Victor Perevertkin victor.perevertkin@reactos.org AuthorDate: Sat Dec 5 18:06:42 2020 +0300 Commit: Victor Perevertkin victor.perevertkin@reactos.org CommitDate: Sat Dec 5 18:06:42 2020 +0300
[STORAHCI] Do not put the driver onto cd
Meanwhile, fix add_registry_inf usage (it is really a driver inf) --- boot/bootdata/txtsetup.sif | 1 - drivers/storage/port/storahci/CMakeLists.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-)
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)