Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/tc add fields for bus_apace tag and handle to ioasic...



details:   https://anonhg.NetBSD.org/src/rev/63d47320f20b
branches:  trunk
changeset: 467751:63d47320f20b
user:      drochner <drochner%NetBSD.org@localhost>
date:      Sun Mar 28 17:47:28 1999 +0000

description:
add fields for bus_apace tag and handle to ioasic_softc

diffstat:

 sys/dev/tc/ioasicvar.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 10a529bf235f -r 63d47320f20b sys/dev/tc/ioasicvar.h
--- a/sys/dev/tc/ioasicvar.h    Sun Mar 28 17:47:06 1999 +0000
+++ b/sys/dev/tc/ioasicvar.h    Sun Mar 28 17:47:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ioasicvar.h,v 1.7 1999/03/17 18:24:57 ross Exp $       */
+/*     $NetBSD: ioasicvar.h,v 1.8 1999/03/28 17:47:28 drochner Exp $   */
 
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
@@ -59,10 +59,14 @@
        tc_addr_t sc_base;
        void    *sc_cookie;
 
+       bus_space_tag_t sc_bst;
+       bus_space_handle_t sc_bsh;
        bus_dma_tag_t sc_dmat;
        bus_dmamap_t sc_lance_dmam;
 };
 
+extern struct cfdriver ioasic_cd;
+
 /*
  * XXX Some drivers need direct access to IOASIC registers.
  */



Home | Main Index | Thread Index | Old Index