From b4f988014e232fe01226f9518cb42c50b87da6df Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 16 Feb 2003 00:46:37 +0000 Subject: [PATCH] Changed vidport to videoprt. svn path=/trunk/; revision=4158 --- reactos/bootcd.bat | 2 +- reactos/install.bat | 2 +- reactos/txtsetup.sif | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/bootcd.bat b/reactos/bootcd.bat index 5a7a45d0c5e..d9f1dcf9153 100755 --- a/reactos/bootcd.bat +++ b/reactos/bootcd.bat @@ -54,7 +54,7 @@ copy /Y drivers\dd\null\null.sys %BOOTCD_DIR%\disk\install copy /Y drivers\dd\serial\serial.sys %BOOTCD_DIR%\disk\install copy /Y drivers\dd\vga\display\vgaddi.dll %BOOTCD_DIR%\disk\install copy /Y drivers\dd\vga\miniport\vgamp.sys %BOOTCD_DIR%\disk\install -copy /Y drivers\dd\vidport\vidport.sys %BOOTCD_DIR%\disk\install +copy /Y drivers\dd\videoprt\videoprt.sys %BOOTCD_DIR%\disk\install copy /Y drivers\fs\cdfs\cdfs.sys %BOOTCD_DIR%\disk\install copy /Y drivers\fs\fs_rec\fs_rec.sys %BOOTCD_DIR%\disk\install diff --git a/reactos/install.bat b/reactos/install.bat index 55be918876d..33b6c7d700c 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -51,7 +51,7 @@ copy drivers\dd\serial\serial.sys %ROS_INSTALL%\system32\drivers copy drivers\dd\serenum\serenum.sys %ROS_INSTALL%\system32\drivers copy drivers\dd\vga\miniport\vgamp.sys %ROS_INSTALL%\system32\drivers copy drivers\dd\vga\display\vgaddi.dll %ROS_INSTALL%\system32\drivers -copy drivers\dd\vidport\vidport.sys %ROS_INSTALL%\system32\drivers +copy drivers\dd\videoprt\videoprt.sys %ROS_INSTALL%\system32\drivers copy drivers\net\afd\afd.sys %ROS_INSTALL%\system32\drivers copy drivers\net\dd\ne2000\ne2000.sys %ROS_INSTALL%\system32\drivers copy drivers\net\dd\miniport\nscirda\nscirda.sys %ROS_INSTALL%\system32\drivers diff --git a/reactos/txtsetup.sif b/reactos/txtsetup.sif index a4eb3f27725..d31550402b1 100644 --- a/reactos/txtsetup.sif +++ b/reactos/txtsetup.sif @@ -24,7 +24,7 @@ null.sys = 3 serial.sys = 3 vgaddi.dll = 3 vgamp.sys = 3 -vidport.sys = 3 +videoprt.sys = 3 cdfs.sys = 3 fs_rec.sys = 3