Re: [9fans] discrepency between plan9 and ixpc

2012-01-21 Thread Eli Cohen
On Jan 21, 2012 2:50 PM, "Anthony Martin" wrote: > > Eli Cohen once said: > > % echo b115200 > /dev/eiaU0/eiaUctl > > % mount -ncC /dev/eiaU0/eiaU /n/anything > > % ls /n/anything > > anything > > > > the output of ls is just whatever directory i mount it in, though accessing > > arductl and ardu

Re: [9fans] Intel X4500 Integrated Graphics support

2012-01-21 Thread Akshat Kumar
It is indeed weird that we see two video devices. I'm still not sure what that's about. But just for the record, I've updated to the latest 9pc kernel (build on Oct. 12, 2011 iirc), and the performance is far better. :-) I also tried 9pcatom, and the performance is great there as well. The only c

Re: [9fans] discrepency between plan9 and ixpc

2012-01-21 Thread Anthony Martin
Eli Cohen once said: > % echo b115200 > /dev/eiaU0/eiaUctl > % mount -ncC /dev/eiaU0/eiaU /n/anything > % ls /n/anything > anything > > the output of ls is just whatever directory i mount it in, though accessing > arductl and ardudata works fine despite their absence from the directory > listing.

[9fans] discrepency between plan9 and ixpc

2012-01-21 Thread Eli Cohen
hello everyone, i have been working on a 9P arduino library. it works now with ixpc from libixp, modified slightly to communicate over the serial port: > ixpc ls / arductl ardudata however, i am getting this on plan9: % echo b115200 > /dev/eiaU0/eiaUctl % mount -ncC /dev/eiaU0/eiaU /n/anything