Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic set paa_busname to pcmcia, like the i82365.c driv...



details:   https://anonhg.NetBSD.org/src/rev/c39d0562bf5f
branches:  trunk
changeset: 485914:c39d0562bf5f
user:      explorer <explorer%NetBSD.org@localhost>
date:      Mon May 08 19:44:34 2000 +0000

description:
set paa_busname to pcmcia, like the i82365.c driver does.

diffstat:

 sys/dev/ic/tcic2.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cec4179e3497 -r c39d0562bf5f sys/dev/ic/tcic2.c
--- a/sys/dev/ic/tcic2.c        Mon May 08 19:27:00 2000 +0000
+++ b/sys/dev/ic/tcic2.c        Mon May 08 19:44:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcic2.c,v 1.3 2000/01/13 09:38:17 joda Exp $   */
+/*     $NetBSD: tcic2.c,v 1.4 2000/05/08 19:44:34 explorer Exp $       */
 
 #undef TCICDEBUG
 
@@ -421,6 +421,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