Re: [9fans] ehci/uhci interrupts

2014-05-03 Thread lucio
> there are lots of small ways to improve things, too. i'd be happy > to talk about that on or off list. one thing that immediately springs > to mind is additions to charles' kernel man pages. The list is not very busy and, I hate to admit, somewhat remote from Bell Labs. As a result, I think t

[9fans] compiler type confusion

2014-05-03 Thread cinap_lenrek
the following program gives a "useless or misleading comparison: UINT < 0". #include #include uint r[]; // <-- unsigned array void main(int argc, char *argv[]) { int r; // <--- signed r = 0; if(r < 0){ exits(0); } } term% 6c -TVFwy /tmp/a.c ..

Re: [9fans] ehci/uhci interrupts

2014-05-03 Thread erik quanstrom
On Sat May 3 05:42:00 EDT 2014, tlaro...@polynum.com wrote: > On Sat, May 03, 2014 at 07:14:34AM +0200, lu...@proxima.alt.za wrote: > > > > > problem found. patch appled. if a ehci controller is 64-bit capable, > > > one must turn off 64-bit capabilities on all controllers before > > > initial

Re: [9fans] Raspberry Pi Inferno OS Native beta1 release!

2014-05-03 Thread Joseph Stewart
Thanks yshurik! You're my hero! Great platform for Inferno evangelism! -joe On Fri, May 2, 2014 at 7:30 PM, Oleksandr Iakovliev wrote: > Hi Plan9/Inferno folks! > > I am happy to announce the beta release of Inferno OS port to Raspberry Pi. > Finally it is the state when wm/wm can be executed.

Re: [9fans] ehci/uhci interrupts

2014-05-03 Thread tlaronde
On Sat, May 03, 2014 at 07:14:34AM +0200, lu...@proxima.alt.za wrote: > > > problem found. patch appled. if a ehci controller is 64-bit capable, > > one must turn off 64-bit capabilities on all controllers before initializing > > any of them. > > Well done, Erik! Keep the posts coming, even

Re: [9fans] Raspberry Pi Inferno OS Native beta1 release!

2014-05-03 Thread Daniel Peyrolon
Great to know! I've been following your blog for quite a time, and was waiting for this! Awesome! 2014-05-03 7:05 GMT+02:00 : > > So, if you had a temptation to to give a try to a native Inferno OS for > > experiments, it is now a simple way with cheap and easy-to-get raspberry > pi. > > Fabulo