PERFORCE change 192475 for review
John Baldwin
jhb at FreeBSD.org
Mon May 2 19:08:22 UTC 2011
http://p4web.freebsd.org/@@192475?ac=10
Change 192475 by jhb at jhb_jhbbsd on 2011/05/02 19:07:29
Tidy.
Affected files ...
.. //depot/projects/pci/sys/dev/pci/pcib_private.h#11 edit
Differences ...
==== //depot/projects/pci/sys/dev/pci/pcib_private.h#11 (text+ko) ====
@@ -135,9 +135,9 @@
int pcib_write_ivar(device_t dev, device_t child, int which, uintptr_t value);
struct resource *pcib_alloc_resource(device_t dev, device_t child, int type, int *rid,
u_long start, u_long end, u_long count, u_int flags);
+#ifdef NEW_PCIB
int pcib_adjust_resource(device_t bus, device_t child, int type,
struct resource *r, u_long start, u_long end);
-#ifdef NEW_PCIB
int pcib_release_resource(device_t dev, device_t child, int type, int rid,
struct resource *r);
#endif
More information about the p4-projects
mailing list