[ros-diffs] [cgutman] 54240: [VIDEOPRT] - Store the slot number we find in the device extension by legacy detection

cgutman at svn.reactos.org cgutman at svn.reactos.org
Sun Oct 23 04:04:17 UTC 2011


Author: cgutman
Date: Sun Oct 23 04:04:17 2011
New Revision: 54240

URL: http://svn.reactos.org/svn/reactos?rev=54240&view=rev
Log:
[VIDEOPRT]
- Store the slot number we find in the device extension by legacy detection

Modified:
    trunk/reactos/drivers/video/videoprt/resource.c

Modified: trunk/reactos/drivers/video/videoprt/resource.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/videoprt/resource.c?rev=54240&r1=54239&r2=54240&view=diff
==============================================================================
--- trunk/reactos/drivers/video/videoprt/resource.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/video/videoprt/resource.c [iso-8859-1] Sun Oct 23 04:04:17 2011
@@ -679,6 +679,7 @@
                 return Status;
             }
             DeviceExtension->AllocatedResources = AllocatedResources;
+            DeviceExtension->SystemIoSlotNumber = PciSlotNumber.u.AsULONG;
         }
     }
     else




More information about the Ros-diffs mailing list