Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/dev Fill paa_busname field in pcmciabus_attach_...



details:   https://anonhg.NetBSD.org/src/rev/dc17d45bed09
branches:  trunk
changeset: 485139:dc17d45bed09
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Thu Apr 20 11:51:27 2000 +0000

description:
Fill paa_busname field in pcmciabus_attach_args.

diffstat:

 sys/arch/sh3/dev/shpcic.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8ec35dab2b7e -r dc17d45bed09 sys/arch/sh3/dev/shpcic.c
--- a/sys/arch/sh3/dev/shpcic.c Thu Apr 20 11:23:25 2000 +0000
+++ b/sys/arch/sh3/dev/shpcic.c Thu Apr 20 11:51:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: shpcic.c,v 1.2 1999/09/14 10:22:35 tsubai Exp $        */
+/*     $NetBSD: shpcic.c,v 1.3 2000/04/20 11:51:27 tsubai Exp $        */
 
 #define        SHPCICDEBUG
 
@@ -240,6 +240,7 @@
 
        /* now, config one pcmcia device per socket */
 
+       paa.paa_busname = "pcmcia";
        paa.pct = (pcmcia_chipset_tag_t) h->sc->pct;
        paa.pch = (pcmcia_chipset_handle_t) h;
        paa.iobase = h->sc->iobase;



Home | Main Index | Thread Index | Old Index