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?

svn path=/trunk/; revision=21905
This commit is contained in:
Hervé Poussineau
2006-05-15 08:43:33 +00:00
parent 78d1377a7b
commit ed01b8a86a
-21
View File
@@ -24,7 +24,6 @@ HKR, , Icon, 0, "-27"
[Manufacturer]
%GenericMfg% = GenericMfg
%IntelMfg% = IntelMfg
%NVIDIAMfg% = NVIDIAMfg
[GenericMfg]
%*PNP0000.DeviceDesc% = NO_DRV,*PNP0000
@@ -60,21 +59,6 @@ HKR, , Icon, 0, "-27"
%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 -----------------------------
[NO_DRV]
@@ -157,8 +141,3 @@ PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller
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"