From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e605092119394b1f13e2@mail.gmail.com> Date: Wed, 21 Sep 2005 19:39:34 -0700 From: David Leimbach To: Charles Forsyth Subject: Re: [9fans] ndis-ulator for plan 9 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3e1162e605092115514e865632@mail.gmail.com> Cc: 9fans@cse.psu.edu Topicbox-Message-UUID: 8ec0fa78-ead0-11e9-9d60-3106f5b1d025 On 9/21/05, Charles Forsyth wrote: > > I was under the impression that most if not all new USB controllers > > were OHCI and not UHCI. Perhaps that's just been my exposure. > > that's interesting. i thought that once myself last year, but suddenly > all the ones i see are UHCI/EHCI. perhaps there is a market survey somew= here. > it doesn't really matter: there are many OHCI systems and it's sensible t= o drive them. > (and that's easier than the ndis wrapper FOR THAT PURPOSE given the natur= e of that code.) > > I sometimes think they just like to flip flop to perturb the more esoteric OS driver support. Either way I'm still looking at that OHCI code from Inferno you passed me, trying to figure out what I can safely strip out and still make compile and function. It's got it's own namespace code and stuff in it though and I'm not sure what that will cause. I've finally gotten the time to integrate it into a kernel config file and see the compilation errors but the stability of my plan 9 system is suspect. Oftentimes the mouse pointer will go ape-shit and I'll have to drawterm in to shutdown fossil nicely and reboot. Now I just drawterm in all the time. My spare time is variable and never large these days.