On Sat, Nov 22, 2003 at 08:08:29AM -0500, Brian F. Feldman wrote:
> Found it!!!  Definitely a problem created then...
> 
> --- ohci.c      12 Nov 2003 01:40:11 -0000      1.138
> +++ ohci.c      22 Nov 2003 03:28:42 -0000
> @@ -569,7 +569,7 @@
>                 cur->td.td_cbp = htole32(dataphys);
>                 cur->nexttd = next;
>                 cur->td.td_nexttd = htole32(next->physaddr);
> -               cur->td.td_be = htole32(DMAADDR(dma, curlen - 1));
> +               cur->td.td_be = htole32(DMAADDR(dma, offset + curlen - 1));
>                 cur->len = curlen;
>                 cur->flags = OHCI_ADD_LEN;
>                 cur->xfer = xfer;
> 
> I'm a lot happier now :-)  Let's start trying to get this stuff merged in!

Great news!

-- 
B.Walter                   BWCT                http://www.bwct.de
[EMAIL PROTECTED]                                  [EMAIL PROTECTED]

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to