PERFORCE change 189679 for review

John Baldwin jhb at FreeBSD.org
Mon Mar 7 19:08:00 UTC 2011


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

Change 189679 by jhb at jhb_jhbbsd on 2011/03/07 19:06:58

	Tidy.

Affected files ...

.. //depot/projects/pci/sys/dev/pci/pci.c#7 edit
.. //depot/projects/pci/sys/dev/pci/pcivar.h#4 edit

Differences ...

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

@@ -3812,7 +3812,6 @@
 	int mapsize;
 
 	res = NULL;
-
 	pm = pci_find_bar(dev, *rid);
 	if (pm != NULL) {
 		/* This is a BAR that we failed to allocate earlier. */

==== //depot/projects/pci/sys/dev/pci/pcivar.h#4 (text+ko) ====

@@ -51,7 +51,6 @@
     pci_addr_t	pm_value;	/* Raw BAR value */
     pci_addr_t	pm_size;
     uint8_t	pm_reg;
-    uint8_t	pm_enabled;
     STAILQ_ENTRY(pci_map) pm_link;
 };
 


More information about the p4-projects mailing list