https://git.reactos.org/?p=reactos.git;a=commitdiff;h=85cb8a897da94883b0e9c…
commit 85cb8a897da94883b0e9ce11b544e0665a06cf22
Author: Victor Perevertkin <victor.perevertkin(a)reactos.org>
AuthorDate: Sat Dec 19 20:44:38 2020 +0300
Commit: Victor Perevertkin <victor.perevertkin(a)reactos.org>
CommitDate: Sat Dec 19 20:44:38 2020 +0300
[BOOTDATA] Do not explicitly load driver libraries in txtsetup.sif
If any driver depends on them, they will be loaded automatically
---
boot/bootdata/txtsetup.sif | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/boot/bootdata/txtsetup.sif b/boot/bootdata/txtsetup.sif
index 4cc751b7834..ac1bf829629 100644
--- a/boot/bootdata/txtsetup.sif
+++ b/boot/bootdata/txtsetup.sif
@@ -99,7 +99,7 @@ c_437.nls = 1,,,,,,,2,,,,1,2
c_1252.nls = 1,,,,,,,2,,,,1,2
cdfs.sys = 1,,,,,,x,4,,,,1,4
cdrom.sys = 1,,,,,,x,4,,,,1,4
-classpnp.sys = 1,,,,,,x,4,,,,1,4
+classpnp.sys = 1,,,,,,,4,,,,1,4
isapnp.sys = 1,,,,,,,4,,,,1,4
kdcom.dll = 1,,,,,,,2,,,,1,2
kdvbox.dll = 1,,,,,,,2,,,,1,2
@@ -110,9 +110,9 @@ hidclass.sys = 1,,,,,,,4,,,,1,4
hidparse.sys = 1,,,,,,,4,,,,1,4
hidusb.sys = 1,,,,,,,4,,,,1,4
usbccgp.sys = 1,,,,,,x,4,,,,1,4
-usbd.sys = 1,,,,,,x,4,,,,1,4
+usbd.sys = 1,,,,,,,4,,,,1,4
usbhub.sys = 1,,,,,,x,4,,,,1,4
-usbport.sys = 1,,,,,,x,4,,,,1,4
+usbport.sys = 1,,,,,,,4,,,,1,4
usbuhci.sys = 1,,,,,,x,4,,,,1,4
usbohci.sys = 1,,,,,,x,4,,,,1,4
usbehci.sys = 1,,,,,,x,4,,,,1,4
@@ -121,8 +121,8 @@ kbdhid.sys = 1,,,,,,,4,,,,1,4
kbdclass.sys = 1,,,,,,x,4,,,,1,4
l_intl.nls = 1,,,,,,,2,,,,1,2
pci.sys = 1,,,,,,,4,,,,1,4
-scsiport.sys = 1,,,,,,x,4,,,,1,4
-storport.sys = 1,,,,,,x,4,,,,1,4
+scsiport.sys = 1,,,,,,,4,,,,1,4
+storport.sys = 1,,,,,,,4,,,,1,4
fastfat.sys = 1,,,,,,x,4,,,,1,4
btrfs.sys = 1,,,,,,x,4,,,,1,4
ramdisk.sys = 1,,,,,,x,4,,,,1,4