Changed vidport to videoprt.

svn path=/trunk/; revision=4158
This commit is contained in:
Eric Kohl 2003-02-16 00:46:37 +00:00
parent 491e42c760
commit b4f988014e
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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