Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 22:16:12 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101418 for review
Message-ID:  <200607122216.k6CMGCQp099441@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101418

Change 101418 by imp@imp_lighthouse on 2006/07/12 22:15:25

	nits

Affected files ...

.. //depot/projects/arm/src/sys/dev/pci/pci.c#11 edit
.. //depot/projects/arm/src/sys/dev/pci/pci_private.h#6 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/pci/pci.c#11 (text+ko) ====

@@ -90,8 +90,6 @@
 static void		pci_hdrtypedata(device_t pcib, int b, int s, int f, 
 			    pcicfgregs *cfg);
 static void		pci_read_extcap(device_t pcib, pcicfgregs *cfg);
-static void		pci_hint_device_unit(device_t bus, device_t child,
-			  int *unit);
 
 static device_method_t pci_methods[] = {
 	/* Device interface */

==== //depot/projects/arm/src/sys/dev/pci/pci_private.h#6 (text+ko) ====

@@ -76,6 +76,8 @@
 		    char *buf, size_t buflen);
 int		pci_child_pnpinfo_str_method(device_t cbdev, device_t child,
 		    char *buf, size_t buflen);
+void		pci_hint_device_unit(device_t bus, device_t child,
+		    int *unit);
 int		pci_assign_interrupt_method(device_t dev, device_t child);
 int		pci_resume(device_t dev);
 int		pci_suspend(device_t dev);



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