Qlogic ISP1020 detection failure in 2.6.12-rc3

2005-04-22 Thread Tomi Lapinlampi
Hi, The detection of Qlogic ISP1020 fails in 2.6.12-rc3. Details below. Any advice or patches out there? - Tomi Details: The system is an Alphastation 600 5/266 running Debian/Sarge. In 2.6.11.2 the ISP1020 is detected like this (and it works with the old driver): scsi0 : QLogic ISP1020

Re: 2.6.12-rc3 compile failure in tgafb.c, tgafb not working anymore

2005-04-22 Thread Tomi Lapinlampi
On Fri, Apr 22, 2005 at 02:20:30PM +0300, Tomi Lapinlampi wrote: > > Actually, I was able to get a clean compile with the patch from > http://marc.theaimsgroup.com/?l=linux-alpha=111392038121433=2 Hi again, Although the tgafb driver compiles with the above patch, it shows similar

Re: 2.6.12-rc3 compile failure in tgafb.c

2005-04-22 Thread Tomi Lapinlampi
On Fri, Apr 22, 2005 at 10:28:58AM +0300, Tomi Lapinlampi wrote: > Hi, > > This patch worked, tgafb.c now compiles. However, the compile > fails later: > > ... > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > local symbol 0: di

Re: 2.6.12-rc3 compile failure in tgafb.c

2005-04-22 Thread Tomi Lapinlampi
On Thu, Apr 21, 2005 at 10:43:54PM +0200, Adrian Bunk wrote: > On Thu, Apr 21, 2005 at 09:50:34PM +0300, Tomi Lapinlampi wrote: > > > > Hi, > > > > 2.6.12-rc3 compile fails in drivers/video/tgafb.c > > > > The system is an Alphastation 600 5/266, system

Re: 2.6.12-rc3 compile failure in tgafb.c

2005-04-22 Thread Tomi Lapinlampi
On Thu, Apr 21, 2005 at 10:43:54PM +0200, Adrian Bunk wrote: On Thu, Apr 21, 2005 at 09:50:34PM +0300, Tomi Lapinlampi wrote: Hi, 2.6.12-rc3 compile fails in drivers/video/tgafb.c The system is an Alphastation 600 5/266, system variant Alcor, running Debian Sarge, gcc version

Re: 2.6.12-rc3 compile failure in tgafb.c

2005-04-22 Thread Tomi Lapinlampi
On Fri, Apr 22, 2005 at 10:28:58AM +0300, Tomi Lapinlampi wrote: Hi, This patch worked, tgafb.c now compiles. However, the compile fails later: ... CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 local symbol 0: discarded in section `.exit.text' from drivers

Re: 2.6.12-rc3 compile failure in tgafb.c, tgafb not working anymore

2005-04-22 Thread Tomi Lapinlampi
On Fri, Apr 22, 2005 at 02:20:30PM +0300, Tomi Lapinlampi wrote: Actually, I was able to get a clean compile with the patch from http://marc.theaimsgroup.com/?l=linux-alpham=111392038121433w=2 Hi again, Although the tgafb driver compiles with the above patch, it shows similar behaviour

Qlogic ISP1020 detection failure in 2.6.12-rc3

2005-04-22 Thread Tomi Lapinlampi
Hi, The detection of Qlogic ISP1020 fails in 2.6.12-rc3. Details below. Any advice or patches out there? - Tomi Details: The system is an Alphastation 600 5/266 running Debian/Sarge. In 2.6.11.2 the ISP1020 is detected like this (and it works with the old driver): scsi0 : QLogic ISP1020

2.6.12-rc3 compile failure in tgafb.c

2005-04-21 Thread Tomi Lapinlampi
Hi, 2.6.12-rc3 compile fails in drivers/video/tgafb.c The system is an Alphastation 600 5/266, system variant Alcor, running Debian Sarge, gcc version 3.3.5 (Debian 1:3.3.5-8) Btw, the tgafb hasn't really worked on this hardware since 2.6.8.1. I'll be able to run more tests after this one

2.6.12-rc3 compile failure in tgafb.c

2005-04-21 Thread Tomi Lapinlampi
Hi, 2.6.12-rc3 compile fails in drivers/video/tgafb.c The system is an Alphastation 600 5/266, system variant Alcor, running Debian Sarge, gcc version 3.3.5 (Debian 1:3.3.5-8) Btw, the tgafb hasn't really worked on this hardware since 2.6.8.1. I'll be able to run more tests after this one

[PROBLEM] socket buffering problem in 2.2.19

2001-05-02 Thread Tomi Lapinlampi
Hi, There seems to be some kind of a buffering problem in the 2.2.19 kernel. The following sequence of system calls on a nonblocking TCP socket (on the client side) generates a broken pipe: write(2)HTTP REQUESTread(2) 2. HTTP client > HTTP Server

[PROBLEM] socket buffering problem in 2.2.19

2001-05-02 Thread Tomi Lapinlampi
Hi, There seems to be some kind of a buffering problem in the 2.2.19 kernel. The following sequence of system calls on a nonblocking TCP socket (on the client side) generates a broken pipe: write(2)HTTP REQUESTread(2) 2. HTTP client HTTP Server