Date: Sun, 27 Aug 2000 17:46:47 +0200 From: alex@big.endian.de (Alexander Langer) To: Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> Cc: Peter Jeremy <peter.jeremy@alcatel.com.au>, freebsd-current@FreeBSD.ORG Subject: Re: Newbusifying ed broke it Message-ID: <20000827174647.A18239@cichlids.cichlids.com> In-Reply-To: <86wvhga6sg.wl@bunko.carrots.uucp.r.dl.itc.u-tokyo.ac.jp.nkth.carrots.uucp.r.dl.itc.u-tokyo.ac.jp>; from tanimura@r.dl.itc.u-tokyo.ac.jp on Thu, Aug 17, 2000 at 12:46:39PM %2B0900 References: <00Aug17.111332est.115207@border.alcanet.com.au> <86wvhga6sg.wl@bunko.carrots.uucp.r.dl.itc.u-tokyo.ac.jp.nkth.carrots.uucp.r.dl.itc.u-tokyo.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Seigo Tanimura (tanimura@r.dl.itc.u-tokyo.ac.jp): > - bus_space_write_1(sc->bst, sc->bsh, regno, data); > + bus_space_write_1(rman_get_bustag(sc->port_res), rman_get_bushandle(sc->port_res), regno, data); Hmm. I used sc->bst/h to save function calls to rman_get_bus*, as many drivers use it. But obvioiusly I forgot to assign the values. I REALLY wonder why it worked for me ... strange. Thanks for fixing that. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000827174647.A18239>