Author: hpoussin
Date: Mon May 15 12:43:33 2006
New Revision: 21905
URL:
http://svn.reactos.ru/svn/reactos?rev=21905&view=rev
Log:
Revert 21903
1) ReactOS is extremely long to parse .inf files (no .pnf files as on Windows). Remember
we want to keep ReactOS fast (when running) and small (on disk).
2) nVidia already provides a .inf file for its devices. You will still need it for other
devices, so why not also use it for PCI System Management and Memory Controller?
3) Windows doesn't recognize natively the nVidia chipset, even with lastest updates.
4) I only care about devices emulated by VMware/Qemu/Bochs/Virtual PC, ie virtual
machines.
5) If you add PnP IDs of some nVidia devices, someone else will want to add PnP IDs for
other chipsets (Via, C3, Intel, ...)
6) While you are at it, why don't you add 40Mb to recognize the same amount of devices
as Windows XP?
Modified:
trunk/reactos/media/inf/machine.inf
Modified: trunk/reactos/media/inf/machine.inf
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/media/inf/machine.inf?rev=2…
==============================================================================
--- trunk/reactos/media/inf/machine.inf (original)
+++ trunk/reactos/media/inf/machine.inf Mon May 15 12:43:33 2006
@@ -24,7 +24,6 @@
[Manufacturer]
%GenericMfg% = GenericMfg
%IntelMfg% = IntelMfg
-%NVIDIAMfg% = NVIDIAMfg
[GenericMfg]
%*PNP0000.DeviceDesc% = NO_DRV,*PNP0000
@@ -59,21 +58,6 @@
%PCI\VEN_8086&DEV_7180.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7180
%PCI\VEN_8086&DEV_7190.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7190
%PCI\VEN_8086&DEV_7192.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7192
-
-[NVIDIAMfg]
-;PCI System Management
-%PCI\VEN_10de&DEV_01b4.DeviceDesc% = NO_DRV,PCI\VEN_10de&DEV_0064
-%PCI\VEN_10de&DEV_01b4.DeviceDesc% = NO_DRV,PCI\VEN_10de&DEV_0084
-%PCI\VEN_10de&DEV_01b4.DeviceDesc% = NO_DRV,PCI\VEN_10de&DEV_00D4
-%PCI\VEN_10de&DEV_01b4.DeviceDesc% = NO_DRV,PCI\VEN_10de&DEV_00E4
-%PCI\VEN_10de&DEV_01b4.DeviceDesc% = NO_DRV,PCI\VEN_10de&DEV_01b4
-
-;Memory Controller
-%PCI\VEN_10DE&DEV_01ExU.DeviceDesc% = NO_DRV,PCI\VEN_10DE&DEV_01EB&REV_C1
-%PCI\VEN_10DE&DEV_01Ex.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EC
-%PCI\VEN_10DE&DEV_01Ex.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01ED
-%PCI\VEN_10DE&DEV_01Ex.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EE
-%PCI\VEN_10DE&DEV_01Ex.DeviceDesc% = NO_DRV,PCI\VEN_10DE&DEV_01EF
;---------------------------- NO DRIVER REQ -----------------------------
@@ -157,8 +141,3 @@
PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to
PCI-Bridge"
PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to
PCI-Bridge"
PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to
PCI-Bridge"
-
-NVIDIAMfg = "NVIDIA"
-PCI\VEN_10DE&DEV_01ExU.DeviceDesc = "NVIDIA nForce2 Ultra 400 Memory
Controller"
-PCI\VEN_10DE&DEV_01Ex.DeviceDesc = "NVIDIA nForce2 Memory Controller"
-PCI\VEN_10de&DEV_01b4.DeviceDesc = "NVIDIA nForce PCI System Management"