PERFORCE change 195301 for review

John Baldwin jhb at FreeBSD.org
Sat Jun 25 12:31:06 UTC 2011


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

Change 195301 by jhb at jhb_kavik on 2011/06/25 12:30:21

	Sort.

Affected files ...

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

Differences ...

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

@@ -115,13 +115,13 @@
 
 typedef uint32_t pci_read_config_fn(int b, int s, int f, int reg, int width);
 
-#ifdef NEW_PCIB
-const char	*pcib_child_name(device_t child);
-#endif
 int		host_pcib_get_busno(pci_read_config_fn read_config, int bus,
     int slot, int func, uint8_t *busnum);
 int		pcib_attach(device_t dev);
 void		pcib_attach_common(device_t dev);
+#ifdef NEW_PCIB
+const char	*pcib_child_name(device_t child);
+#endif
 int		pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result);
 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, 


More information about the p4-projects mailing list