From: GOTO M. <go...@de...> - 2001-08-30 22:57:38
|
At Fri, 31 Aug 2001 01:40:18 +0900, GOTO Masanori <go...@de...> wrote: > > CVS is available at sourceforge now. > > > > CVSROOT is cvs.ps2hacking.sourceforge.net:/cvsroot/ps2hacking, > > and the repository is 'linux2.4'. > > The patch I announced last week is equal to current CVS tree. > > Thanks for your work. I checked check out, commit is ok yesterday. > # I get little time to work with it this week. Thanks. > > > o Ethernet is only ported device at present... > > framebuffer, (Xserver and DRM !?), IDE, USB, and more are > > waiting for you B) > > Sure :-) > IDE is the most important part. I pick it up :) Some code will be commited. > > o (... and more? please comment.) > > MIPS 64bit support. I investigate and think that > to develop the original Linux/MIPS 64bit is needed. > Of cource, it's future work. o clean up and get rid of #ifdef CONFIG_PS2 Some code has duty statement #ifdef CONFIG_PS2 - #endif in original 2.2.1 ps2 code outside of arch/mips/ps2. I think we get rid of these ugly code. -- gotom |