Re: Re: USBNet doesn't work on A1200 (off ical 2. 6.24.4 kernel + openezx 2.6. 24. x patches)

2008-04-26 Thread liys_bj
Thanks for AO, now I can ssh to 192.168.1.2 LYS 原邮件内容如下 发件人:"Antonio Ospite" <[EMAIL PROTECTED]> [EMAIL PROTECTED] 日期:Sat, 26 Apr 2008 04:13:14 +0800 (CST) 主题:Re: USBNet doesn't work on A1200 (off ical 2. 6.24.4 kernel + openezx 2.6. 24. x patches) > On Fri, 25 Apr 2008 17:59:39 +0800

Re: USBNet doesn't work on A1200 (off ical 2. 6.24.4 kernel + openezx 2.6. 24. x patches)

2008-04-26 Thread Antonio Ospite
On Sun, 27 Apr 2008 00:25:50 +0800 (CST) [EMAIL PROTECTED] wrote: > Thanks for AO, now I can ssh to 192.168.1.2 > > LYS > Great! :) Bye, Antonio -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the

Re: Working 18bpp framebuffer

2008-04-26 Thread Patrick Roberts
>How is the framebuffer memory organized? e.g. if I open /dev/fb0, >mmap it and try to draw stuff, is each pixel 18 bits, or 3 bytes >aligned in a particular way? It sort of funky. Here's a couple of macros: #define xze2_writeRGBpixelTo666(p,R,G,B) { p[0]=((G&0x0C)<<4)|(B>>2); p[1]=((R&0x3C)

Re: Working 18bpp framebuffer

2008-04-26 Thread Antonio Ospite
ple, thanks > guys, and did some trivial porting from .21 to .24, some more testing > and I got it working. Nice white fbcon on A1200 and ROKR E2. :) > > You can find all the glory in commit 2112. Pre-build zImages for > testing can be found here: > > http://people.openezx.o