Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 03:50:37 -0700 (PDT)
From:      Shizuka Kudo <shizukakudo_99@yahoo.com>
To:        Warner Losh <imp@harmony.village.org>, mobile@freebsd.org
Subject:   RE:Better patches
Message-ID:  <20010731105037.47206.qmail@web11401.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Warner,
Looking at your patch pcic-stable.diff.14a,

Your pcic_pci_attach() has the following lines
+		sc->bst = sp->bst = rman_get_bustag(sc->memres);
+		sc->bst = sp->bsh = rman_get_bushandle(sc->memres);

do you mean to have sc->bst assigned twice? or should
the second line be

sc->bsh = sp->bsh = ....



__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010731105037.47206.qmail>