* sx8 driver
@ 2006-03-02 14:22 Raz Ben-Jehuda(caro)
2006-03-02 14:35 ` Jeff Garzik
0 siblings, 1 reply; 5+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2006-03-02 14:22 UTC (permalink / raw)
To: linux-ide@vger.kernel.org
had anyone here managed to compile sx8 ( carmel ) driver ?
i am failing to do so in 2.6.15 .
make -C /usr/kernels/linux-2.6.15 SUBDIRS=`pwd` modules
/usr/kernels/linux-2.6.15/drivers/scsi/hosts.h:1:2: warning: #warning
"This file is obsolete, please use <scsi/scsi_host.h> instead"
/usr/download/cml26x20050104_1.1.0.18/carmel.c:255: error: syntax
error before '*' token
/usr/download/cml26x20050104_1.1.0.18/carmel.c:255: warning: function
declaration isn't a prototype
/usr/download/cml26x20050104_1.1.0.18/carmel.c:262: error: syntax
error before '*' token
/usr/download/cml26x20050104_1.1.0.18/carmel.c:262: warning: function
declaration isn't a prototype
/usr/download/cml26x20050104_1.1.0.18/carmel.c:346: error: syntax
error before "driver_template"
/usr/download/cml26x20050104_1.1.0.18/carmel.c:346: warning: type
defaults to `int' in declaration of `driver_template'
/usr/download/cml26x20050104_1.1.0.18/carmel.c:347: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:347: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:347: warning:
initialization makes integer from pointer without a cast
/usr/download/cml26x20050104_1.1.0.18/carmel.c:348: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:348: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:348: warning: excess
elements in scalar initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:348: warning: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:349: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:349: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:349: warning: excess
elements in scalar initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:349: warning: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:350: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:350: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:350: warning: excess
elements in scalar initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:350: warning: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:351: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:351: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:351: warning: excess
elements in scalar initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:351: warning: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:352: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:352: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:352: warning: excess
elements in scalar initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:352: warning: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:353: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:353: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:353: warning: excess
elements in scalar initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:353: warning: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:354: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:354: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:354: warning: excess
elements in scalar initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:354: warning: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:355: error: field name
not in record or union initializer
/usr/download/cml26x20050104_1.1.0.18/carmel.c:355: error: (near
initialization for `driver_template')
/usr/download/cml26x20050104_1.1.0.18/carmel.c:355: warning: excess
elements in scalar initializer
--
Raz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sx8 driver
2006-03-02 14:22 sx8 driver Raz Ben-Jehuda(caro)
@ 2006-03-02 14:35 ` Jeff Garzik
2006-03-02 14:40 ` Raz Ben-Jehuda(caro)
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2006-03-02 14:35 UTC (permalink / raw)
To: Raz Ben-Jehuda(caro); +Cc: linux-ide@vger.kernel.org
Raz Ben-Jehuda(caro) wrote:
> had anyone here managed to compile sx8 ( carmel ) driver ?
> i am failing to do so in 2.6.15 .
>
> make -C /usr/kernels/linux-2.6.15 SUBDIRS=`pwd` modules
>
>
> /usr/kernels/linux-2.6.15/drivers/scsi/hosts.h:1:2: warning: #warning
> "This file is obsolete, please use <scsi/scsi_host.h> instead"
> /usr/download/cml26x20050104_1.1.0.18/carmel.c:255: error: syntax
> error before '*' token
This driver does not exist in the kernel tree. Where did you find it?
You are looking for drivers/block/sx8.c which compiles just fine.
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sx8 driver
2006-03-02 14:35 ` Jeff Garzik
@ 2006-03-02 14:40 ` Raz Ben-Jehuda(caro)
2006-03-02 14:44 ` Jeff Garzik
0 siblings, 1 reply; 5+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2006-03-02 14:40 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org
it is in the promise we site. just google for it.
http://www.promise.com/support/download/download2_eng.asp?productID=125&category=all&os=100
On 3/2/06, Jeff Garzik <jgarzik@pobox.com> wrote:
> Raz Ben-Jehuda(caro) wrote:
> > had anyone here managed to compile sx8 ( carmel ) driver ?
> > i am failing to do so in 2.6.15 .
> >
> > make -C /usr/kernels/linux-2.6.15 SUBDIRS=`pwd` modules
> >
> >
> > /usr/kernels/linux-2.6.15/drivers/scsi/hosts.h:1:2: warning: #warning
> > "This file is obsolete, please use <scsi/scsi_host.h> instead"
> > /usr/download/cml26x20050104_1.1.0.18/carmel.c:255: error: syntax
> > error before '*' token
>
> This driver does not exist in the kernel tree. Where did you find it?
>
> You are looking for drivers/block/sx8.c which compiles just fine.
>
> Jeff
>
>
>
>
--
Raz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sx8 driver
2006-03-02 14:40 ` Raz Ben-Jehuda(caro)
@ 2006-03-02 14:44 ` Jeff Garzik
2006-03-02 15:08 ` Raz Ben-Jehuda(caro)
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2006-03-02 14:44 UTC (permalink / raw)
To: Raz Ben-Jehuda(caro); +Cc: linux-ide@vger.kernel.org
Raz Ben-Jehuda(caro) wrote:
> it is in the promise we site. just google for it.
> http://www.promise.com/support/download/download2_eng.asp?productID=125&category=all&os=100
Well poke Promise to fix... The kernel has a driver that isn't broken
and works on all architectures. One grep of the Promise driver for
VIRT_TO_BUS() tells me they haven't fixed any of the bugs in there.
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sx8 driver
2006-03-02 14:44 ` Jeff Garzik
@ 2006-03-02 15:08 ` Raz Ben-Jehuda(caro)
0 siblings, 0 replies; 5+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2006-03-02 15:08 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org
I looked at the promise spec for SataII 150 sx8 .
i must confess i am a bit confused.
you say it has ncq support in your list,
they say they support only tcq.
Am i worng ?
thanks
raz
On 3/2/06, Jeff Garzik <jgarzik@pobox.com> wrote:
> Raz Ben-Jehuda(caro) wrote:
> > it is in the promise we site. just google for it.
> > http://www.promise.com/support/download/download2_eng.asp?productID=125&category=all&os=100
>
> Well poke Promise to fix... The kernel has a driver that isn't broken
> and works on all architectures. One grep of the Promise driver for
> VIRT_TO_BUS() tells me they haven't fixed any of the bugs in there.
>
> Jeff
>
>
>
>
--
Raz
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-03-02 15:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-02 14:22 sx8 driver Raz Ben-Jehuda(caro)
2006-03-02 14:35 ` Jeff Garzik
2006-03-02 14:40 ` Raz Ben-Jehuda(caro)
2006-03-02 14:44 ` Jeff Garzik
2006-03-02 15:08 ` Raz Ben-Jehuda(caro)
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.