Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2011 19:08:21 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 192475 for review
Message-ID:  <201105021908.p42J8LXF099499@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@192475?ac=10

Change 192475 by jhb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105021908.p42J8LXF099499>