Date: Mon, 7 Mar 2011 19:07:59 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 189679 for review Message-ID: <201103071907.p27J7xbi052895@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@189679?ac=10 Change 189679 by jhb@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; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103071907.p27J7xbi052895>