All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.31 SCSI problem w/solution
@ 2002-08-29  4:04 dtonks
  2002-08-29  4:17 ` Doug Ledford
  0 siblings, 1 reply; 2+ messages in thread
From: dtonks @ 2002-08-29  4:04 UTC (permalink / raw)
  To: linux-kernel

Hi,
    When trying to compile module for sym53c416 I received an error 
'address not in structure'.  I traced this to - asm-i386/scatterlist.h. 
 It is missing - char * address - at the beginning of the structure.  I 
copied scatterlist.h from 2.4.18 and it compiled fine.

Hope this helps,
Don Tonks
dtonks@bellatlantic.net


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

* Re: 2.5.31 SCSI problem w/solution
  2002-08-29  4:04 2.5.31 SCSI problem w/solution dtonks
@ 2002-08-29  4:17 ` Doug Ledford
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Ledford @ 2002-08-29  4:17 UTC (permalink / raw)
  To: dtonks; +Cc: linux-kernel

On Thu, Aug 29, 2002 at 12:04:38AM -0400, dtonks wrote:
> Hi,
>     When trying to compile module for sym53c416 I received an error 
> 'address not in structure'.  I traced this to - asm-i386/scatterlist.h. 
>  It is missing - char * address - at the beginning of the structure.  I 
> copied scatterlist.h from 2.4.18 and it compiled fine.

Please don't call this a solution.  The char * address item is no longer 
valid, so adding it back to the header won't make the driver work, it just 
makes it compile and then write garbage all over your disks the first time 
you try to use it.

-- 
  Doug Ledford <dledford@redhat.com>     919-754-3700 x44233
         Red Hat, Inc. 
         1801 Varsity Dr.
         Raleigh, NC 27606
  

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

end of thread, other threads:[~2002-08-29  4:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-29  4:04 2.5.31 SCSI problem w/solution dtonks
2002-08-29  4:17 ` Doug Ledford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.