Re: [9fans] International Ispell in Plan9

2013-04-11 Thread Mark van Atten
That's interesting work---thanks! Mark.

[9fans] Tdmaxpkt in usbehci

2013-04-11 Thread kernel panic
in the ehci driver, it uses: Tdmaxpkt = 0x5000, /* max buffer for a Td */ a td has 5*4K pages giving the 20K above, but i think this only applies if the first pointer is page aligned (page offset = 0) so all the pages can be filled completely. The EHCI spec says this: The buffer pointer

[9fans] Tdmaxpkt in usbehci (no html)

2013-04-11 Thread cinap_lenrek
in the ehci driver, it uses: Tdmaxpkt = 0x5000, /* max buffer for a Td */ a td has 5*4K pages giving the 20K above, but i think this only applies if the first pointer is page aligned (page offset = 0) so all the pages can be filled completely. The EHCI spec says this: The buffer pointer list

[9fans] International Ispell in Plan9

2013-04-11 Thread trebol
And you can have ' /personal/dictionary/path' [...] Sorry, this must be 'echo /personal/dictionary/path' and make a 2-1 mouse chord. Regards, trebol.

Re: [9fans] Tdmaxpkt in usbehci (no html)

2013-04-11 Thread erik quanstrom
in the ehci driver, it uses: Tdmaxpkt = 0x5000, /* max buffer for a Td */ a td has 5*4K pages giving the 20K above, but i think this only applies if the first pointer is page aligned (page offset = 0) so all the pages can be filled completely. The EHCI spec says this: The buffer

Re: [9fans] Tdmaxpkt in usbehci (no html)

2013-04-11 Thread kernel panic
yes, that would work too. -- cinap Gesendet: Donnerstag, 11. April 2013 um 15:05 Uhr Von: erik quanstrom quans...@quanstro.net An: 9fans@9fans.net Betreff: Re: [9fans] Tdmaxpkt in usbehci (no html) in the ehci driver, it uses: Tdmaxpkt = 0x5000, /* max buffer for a Td */ a td

[9fans] wired loop in usbehci / isohsinit()

2013-04-11 Thread kernel panic
this td-buffer[i] access makes no sense. static void isohsinit(Ep *ep, Isoio *iso) { int ival, p; long left; ulong frno, i, pa; Itd *ltd, *td; iso-hs = 1; ival = 1; if(ep-pollival 8) ival = ep-pollival/8; left = 0;

Re: [9fans] International Ispell in Plan9

2013-04-11 Thread Nemo
you could put it in sources, if not yet there.