Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2011 12:31:06 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 195301 for review
Message-ID:  <201106251231.p5PCV6AD059888@skunkworks.freebsd.org>

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

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



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