Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/arm/xscale Pull up revision 1.3 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/20a6b48eb433
branches:  netbsd-1-6
changeset: 529325:20a6b48eb433
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 11 22:46:14 2002 +0000

description:
Pull up revision 1.3 (requested by thorpej in ticket #571):
  Add support for attaching IOP built-in sub-devices (aau,
  dma, ssp, watchdog, etc.)

diffstat:

 sys/arch/arm/xscale/i80321var.h |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 6dcf0bba08e6 -r 20a6b48eb433 sys/arch/arm/xscale/i80321var.h
--- a/sys/arch/arm/xscale/i80321var.h   Mon Nov 11 22:45:23 2002 +0000
+++ b/sys/arch/arm/xscale/i80321var.h   Mon Nov 11 22:46:14 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80321var.h,v 1.1 2002/03/27 21:45:48 thorpej Exp $    */
+/*     $NetBSD: i80321var.h,v 1.1.6.1 2002/11/11 22:46:14 he Exp $     */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -134,6 +134,18 @@
        uint8_t sc_gpio_val;    /* GPIO output pin value */
 };
 
+/*
+ * Arguments used to attach IOP built-ins.
+ */
+struct iopxs_attach_args {
+       const char *ia_name;    /* name of device */
+       bus_space_tag_t ia_st;  /* space tag */
+       bus_space_handle_t ia_sh;/* handle of IOP base */
+       bus_dma_tag_t ia_dmat;  /* DMA tag */
+       bus_addr_t ia_offset;   /* offset of device from IOP base */
+       bus_size_t ia_size;     /* size of sub-device */
+};
+
 extern struct bus_space i80321_bs_tag;
 extern struct i80321_softc *i80321_softc;
 



Home | Main Index | Thread Index | Old Index