Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/marvell This contains no marvell specific c...



details:   https://anonhg.NetBSD.org/src/rev/2ae29bb16c85
branches:  trunk
changeset: 544261:2ae29bb16c85
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 15 19:50:31 2003 +0000

description:
This contains no marvell specific code now.  It now completely hides the
underlying PCI MD implementation.  XXX want to move this to
powerpc/include/ someday.

diffstat:

 sys/arch/powerpc/marvell/pci_machdep.h |  13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diffs (30 lines):

diff -r 5e5b758d45ec -r 2ae29bb16c85 sys/arch/powerpc/marvell/pci_machdep.h
--- a/sys/arch/powerpc/marvell/pci_machdep.h    Sat Mar 15 19:34:16 2003 +0000
+++ b/sys/arch/powerpc/marvell/pci_machdep.h    Sat Mar 15 19:50:31 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.h,v 1.2 2003/03/06 07:15:46 matt Exp $     */
+/*     $NetBSD: pci_machdep.h,v 1.3 2003/03/15 19:50:31 matt Exp $     */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -85,20 +85,9 @@
        void (*pcf_intr_disestablish)(pci_chipset_tag_t, void *);
 };
 
-struct pci_chipset_md {
-       int mdpc_busno;
-       bus_space_handle_t mdpc_cfgaddr;
-       bus_space_handle_t mdpc_cfgdata;
-       bus_space_handle_t mdpc_syncreg;
-       void *mdpc_gt;
-       bus_space_tag_t mdpc_io_bs;
-       bus_space_tag_t mdpc_mem_bs;
-};
-
 struct pci_chipset {
        struct device *pc_parent;
        const struct pci_chipset_functions *pc_funcs;
-       struct pci_chipset_md pc_md;
 };
 
 /*



Home | Main Index | Thread Index | Old Index