Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include Use device_t



details:   https://anonhg.NetBSD.org/src/rev/316a2d6e7768
branches:  trunk
changeset: 781372:316a2d6e7768
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Sep 02 13:57:18 2012 +0000

description:
Use device_t

diffstat:

 sys/arch/arm/include/pci_machdep.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r e5bdffb7e0f5 -r 316a2d6e7768 sys/arch/arm/include/pci_machdep.h
--- a/sys/arch/arm/include/pci_machdep.h        Sun Sep 02 13:34:50 2012 +0000
+++ b/sys/arch/arm/include/pci_machdep.h        Sun Sep 02 13:57:18 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.h,v 1.7 2011/04/04 20:37:45 dyoung Exp $   */
+/*     $NetBSD: pci_machdep.h,v 1.8 2012/09/02 13:57:18 matt Exp $     */
 
 /*
  * Modified for arm32 by Mark Brinicombe
@@ -55,8 +55,8 @@
  */
 struct arm32_pci_chipset {
        void            *pc_conf_v;
-       void            (*pc_attach_hook)(struct device *,
-                           struct device *, struct pcibus_attach_args *);
+       void            (*pc_attach_hook)(device_t, device_t,
+                           struct pcibus_attach_args *);
        int             (*pc_bus_maxdevs)(void *, int);
        pcitag_t        (*pc_make_tag)(void *, int, int, int);
        void            (*pc_decompose_tag)(void *, pcitag_t, int *,



Home | Main Index | Thread Index | Old Index