Thus spake Seigo Tanimura ([EMAIL PROTECTED]):

> -     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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to