public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Initio 9100 Ultra Driver -- Compiler Errors
@ 2003-12-09 18:40 James
  2003-12-09 18:56 ` James Bottomley
  0 siblings, 1 reply; 5+ messages in thread
From: James @ 2003-12-09 18:40 UTC (permalink / raw)
  To: linux-scsi

These appear to be an extension of the errors someone had mailed the list
about back in
MAY 2002! Is anyone going to fix this before 2.6.0 is released? Kinda short
on time here,
and I would love to actually be able to compile the kernel when it's
released as "stable"...

  CC      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: structure has no member named `next'
drivers/scsi/ini9100u.c:246: structure has no member named `next'
drivers/scsi/ini9100u.c: In function `i91uPopSRBFromQueue':
drivers/scsi/ini9100u.c:268: structure has no member named `next'
drivers/scsi/ini9100u.c:269: structure has no member named `next'
drivers/scsi/ini9100u.c: In function `i91uBuildSCB':
drivers/scsi/ini9100u.c:507: structure has no member named `address'
drivers/scsi/ini9100u.c:516: structure has no member named `address'
make[2]: *** [drivers/scsi/ini9100u.o] Error 1
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2



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

* Re: Initio 9100 Ultra Driver -- Compiler Errors
  2003-12-09 18:40 Initio 9100 Ultra Driver -- Compiler Errors James
@ 2003-12-09 18:56 ` James Bottomley
  2003-12-09 21:05   ` James
  0 siblings, 1 reply; 5+ messages in thread
From: James Bottomley @ 2003-12-09 18:56 UTC (permalink / raw)
  To: James; +Cc: SCSI Mailing List

On Tue, 2003-12-09 at 13:40, James wrote:
> These appear to be an extension of the errors someone had mailed the list
> about back in
> MAY 2002! Is anyone going to fix this before 2.6.0 is released? Kinda short
> on time here,
> and I would love to actually be able to compile the kernel when it's
> released as "stable"...

Do you actually have one of these cards?

James



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

* Re: Initio 9100 Ultra Driver -- Compiler Errors
  2003-12-09 18:56 ` James Bottomley
@ 2003-12-09 21:05   ` James
  2003-12-09 23:20     ` James Bottomley
  0 siblings, 1 reply; 5+ messages in thread
From: James @ 2003-12-09 21:05 UTC (permalink / raw)
  To: James Bottomley; +Cc: SCSI Mailing List

Yes. Only controller I have that can run the 18 gig barracuda in my
server... hence my concern. ;)

----- Original Message -----
From: "James Bottomley" <James.Bottomley@steeleye.com>
To: "James" <jdaniel@dakotacom.net>
Cc: "SCSI Mailing List" <linux-scsi@vger.kernel.org>
Sent: Tuesday, December 09, 2003 11:56 AM
Subject: Re: Initio 9100 Ultra Driver -- Compiler Errors


> On Tue, 2003-12-09 at 13:40, James wrote:
> > These appear to be an extension of the errors someone had mailed the
list
> > about back in
> > MAY 2002! Is anyone going to fix this before 2.6.0 is released? Kinda
short
> > on time here,
> > and I would love to actually be able to compile the kernel when it's
> > released as "stable"...
>
> Do you actually have one of these cards?
>
> James
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

* Re: Initio 9100 Ultra Driver -- Compiler Errors
  2003-12-09 21:05   ` James
@ 2003-12-09 23:20     ` James Bottomley
  2003-12-10  0:29       ` James
  0 siblings, 1 reply; 5+ messages in thread
From: James Bottomley @ 2003-12-09 23:20 UTC (permalink / raw)
  To: James; +Cc: SCSI Mailing List

On Tue, 2003-12-09 at 16:05, James wrote:
> Yes. Only controller I have that can run the 18 gig barracuda in my
> server... hence my concern. ;)

OK, that driver went unfixed because we couldn't find anyone who
actually had the device.  I'll see if I can do the conversion and send
you and update (this may take a bit of time, certainly several weeks).

James



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

* Re: Initio 9100 Ultra Driver -- Compiler Errors
  2003-12-09 23:20     ` James Bottomley
@ 2003-12-10  0:29       ` James
  0 siblings, 0 replies; 5+ messages in thread
From: James @ 2003-12-10  0:29 UTC (permalink / raw)
  To: SCSI Mailing List

> OK, that driver went unfixed because we couldn't find anyone who
> actually had the device.  I'll see if I can do the conversion and send
> you and update (this may take a bit of time, certainly several weeks).

heh.. that makes all too much sense. Thanks for the quick responses... I'm
an efnet #linuxhelp op, and I'm trying to finish the migration before stable
is released and we start taking on the storm of people upgrading, but I can
easily understand how it's not your top priority in life.

Thanks again,
-- James


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

end of thread, other threads:[~2003-12-10  0:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-09 18:40 Initio 9100 Ultra Driver -- Compiler Errors James
2003-12-09 18:56 ` James Bottomley
2003-12-09 21:05   ` James
2003-12-09 23:20     ` James Bottomley
2003-12-10  0:29       ` James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox