Date: Fri, 13 May 2011 14:55:48 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 193062 for review Message-ID: <201105131455.p4DEtmY8074738@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@193062?ac=10 Change 193062 by jhb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105131455.p4DEtmY8074738>
