PERFORCE change 193062 for review

John Baldwin jhb at FreeBSD.org
Fri May 13 14:55:49 UTC 2011


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

Change 193062 by jhb at jhb_fiver on 2011/05/13 14:55:00

	Compile and whitespace fixes.

Affected files ...

.. //depot/projects/pci/sys/dev/pci/pcib_private.h#16 edit

Differences ...

==== //depot/projects/pci/sys/dev/pci/pcib_private.h#16 (text+ko) ====

@@ -113,10 +113,13 @@
 struct resource *pcib_host_res_alloc(struct pcib_host_resources *hr,
 		    device_t dev, int type, int *rid, u_long start, u_long end,
 		    u_long count, u_int flags);
-struct resource *pci_domain_alloc_bus(int domain, device_t dev, int *rid, u_long start,
-		    u_long end, u_long count, u_int flags);
-int		pci_domain_adjust_bus(int domain, device_t dev, struct resource *r,
-		    u_long start, u_long end);
+int		pcib_host_res_adjust(struct pcib_host_resources *hr,
+		    device_t dev, int type, struct resource *r, u_long start,
+		    u_long end);
+struct resource *pci_domain_alloc_bus(int domain, device_t dev, int *rid,
+		    u_long start, u_long end, u_long count, u_int flags);
+int		pci_domain_adjust_bus(int domain, device_t dev,
+		    struct resource *r, u_long start, u_long end);
 int		pci_domain_release_bus(int domain, device_t dev, int rid,
 		    struct resource *r);
 #endif


More information about the p4-projects mailing list