PERFORCE change 191498 for review

John Baldwin jhb at FreeBSD.org
Thu Apr 14 17:33:02 UTC 2011


http://p4web.freebsd.org/@@191498?ac=10

Change 191498 by jhb at jhb_jhbbsd on 2011/04/14 17:31:58

	Compile.
	
	Submitted by:	bschmidt

Affected files ...

.. //depot/projects/pci/sys/dev/pci/pci.c#15 edit

Differences ...

==== //depot/projects/pci/sys/dev/pci/pci.c#15 (text+ko) ====

@@ -2582,7 +2582,7 @@
 	 */
 	pm = pci_find_bar(dev, reg);
 	if (pm != NULL) {
-		maprange = pci_maprange(pm->value);
+		maprange = pci_maprange(pm->pm_value);
 		barlen = maprange == 64 ? 2 : 1;
 		return (barlen);
 	}


More information about the p4-projects mailing list