linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test11 intio.o build errors
@ 2003-12-12  1:24 RunNHide
  2003-12-15 11:39 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: RunNHide @ 2003-12-12  1:24 UTC (permalink / raw)
  To: linux-kernel

okay - I'm not a n00b but I'm no C programmer or driver developer, 
either - figured I'd post this - understand there's not a lot of this 
hardware out there so maybe this will be helpful:

  CC [M]  drivers/scsi/ini9100u.o
drivers/scsi/ini9100u.c:111:2: #error Please convert me to 
Documentation/DMA-mapping.txt
drivers/scsi/ini9100u.c:146: warning: initialization from incompatible 
pointer type
drivers/scsi/ini9100u.c:151: warning: initialization from incompatible 
pointer type
drivers/scsi/ini9100u.c:152: warning: initialization from incompatible 
pointer type
drivers/scsi/ini9100u.c: In function `i91uAppendSRBToQueue':
drivers/scsi/ini9100u.c:241: error: structure has no member named `next'
drivers/scsi/ini9100u.c:246: error: structure has no member named `next'
drivers/scsi/ini9100u.c: In function `i91uPopSRBFromQueue':
drivers/scsi/ini9100u.c:268: error: structure has no member named `next'
drivers/scsi/ini9100u.c:269: error: structure has no member named `next'
drivers/scsi/ini9100u.c: In function `i91uBuildSCB':
drivers/scsi/ini9100u.c:507: error: structure has no member named `address'
drivers/scsi/ini9100u.c:516: error: structure has no member named `address'
make[2]: *** [drivers/scsi/ini9100u.o] Error 1
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2

Thanks,
RunNHide



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.0-test11 intio.o build errors
  2003-12-12  1:24 2.6.0-test11 intio.o build errors RunNHide
@ 2003-12-15 11:39 ` Adrian Bunk
  2003-12-16  3:37   ` RunNHide
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2003-12-15 11:39 UTC (permalink / raw)
  To: RunNHide; +Cc: linux-kernel

On Thu, Dec 11, 2003 at 08:24:40PM -0500, RunNHide wrote:
> okay - I'm not a n00b but I'm no C programmer or driver developer, 
> either - figured I'd post this - understand there's not a lot of this 
> hardware out there so maybe this will be helpful:
> 
>  CC [M]  drivers/scsi/ini9100u.o
> drivers/scsi/ini9100u.c:111:2: #error Please convert me to 
> Documentation/DMA-mapping.txt
> drivers/scsi/ini9100u.c:146: warning: initialization from incompatible 
> pointer type
> drivers/scsi/ini9100u.c:151: warning: initialization from incompatible 
> pointer type
> drivers/scsi/ini9100u.c:152: warning: initialization from incompatible 
> pointer type
> drivers/scsi/ini9100u.c: In function `i91uAppendSRBToQueue':
> drivers/scsi/ini9100u.c:241: error: structure has no member named `next'
> drivers/scsi/ini9100u.c:246: error: structure has no member named `next'
> drivers/scsi/ini9100u.c: In function `i91uPopSRBFromQueue':
> drivers/scsi/ini9100u.c:268: error: structure has no member named `next'
> drivers/scsi/ini9100u.c:269: error: structure has no member named `next'
> drivers/scsi/ini9100u.c: In function `i91uBuildSCB':
> drivers/scsi/ini9100u.c:507: error: structure has no member named `address'
> drivers/scsi/ini9100u.c:516: error: structure has no member named `address'
> make[2]: *** [drivers/scsi/ini9100u.o] Error 1
> make[1]: *** [drivers/scsi] Error 2
> make: *** [drivers] Error 2

This is a known problem.

The driver is marked BROKEN in the Kconfig file, and you were only able 
to choose it since you said "no" to
  Select only drivers expected to compile cleanly
.

Unless someone fixes this driver it will not be available in kernel 2.6.

> Thanks,
> RunNHide

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.0-test11 intio.o build errors
  2003-12-15 11:39 ` Adrian Bunk
@ 2003-12-16  3:37   ` RunNHide
  0 siblings, 0 replies; 3+ messages in thread
From: RunNHide @ 2003-12-16  3:37 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

On Thu, Dec 11, 2003 at 08:24:40PM -0500, RunNHide wrote:

>> okay - I'm not a n00b but I'm no C programmer or driver developer, 
>> either - figured I'd post this - understand there's not a lot of this 
>> hardware out there so maybe this will be helpful:
>> 
>>  CC [M]  drivers/scsi/ini9100u.o
>> drivers/scsi/ini9100u.c:111:2: #error Please convert me to 
>> Documentation/DMA-mapping.txt
>> drivers/scsi/ini9100u.c:146: warning: initialization from incompatible 
>> pointer type
>> drivers/scsi/ini9100u.c:151: warning: initialization from incompatible 
>> pointer type
>> drivers/scsi/ini9100u.c:152: warning: initialization from incompatible 
>> pointer type
>> drivers/scsi/ini9100u.c: In function `i91uAppendSRBToQueue':
>> drivers/scsi/ini9100u.c:241: error: structure has no member named `next'
>> drivers/scsi/ini9100u.c:246: error: structure has no member named `next'
>> drivers/scsi/ini9100u.c: In function `i91uPopSRBFromQueue':
>> drivers/scsi/ini9100u.c:268: error: structure has no member named `next'
>> drivers/scsi/ini9100u.c:269: error: structure has no member named `next'
>> drivers/scsi/ini9100u.c: In function `i91uBuildSCB':
>> drivers/scsi/ini9100u.c:507: error: structure has no member named `address'
>> drivers/scsi/ini9100u.c:516: error: structure has no member named `address'
>> make[2]: *** [drivers/scsi/ini9100u.o] Error 1
>> make[1]: *** [drivers/scsi] Error 2
>> make: *** [drivers] Error 2
>  
>

This is a known problem.

The driver is marked BROKEN in the Kconfig file, and you were only able 
to choose it since you said "no" to
  Select only drivers expected to compile cleanly
.

Unless someone fixes this driver it will not be available in kernel 2.6.


>> Thanks,
>> RunNHide
>  
>

cu
Adrian

--------------------------------------------------------------------------------------

Thanks for the reply - yes, I understand that the code is broken - however, unfortunately, I have one of those initio cards that needs that driver and I would like to be able to use the 2.6 series kernels. Until that driver is fixed, I'll be stuck on 2.4.x kernels.

RunNHide





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-16  3:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-12  1:24 2.6.0-test11 intio.o build errors RunNHide
2003-12-15 11:39 ` Adrian Bunk
2003-12-16  3:37   ` RunNHide

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).