* driver problem
@ 2003-05-02 12:00 mahendra sp
0 siblings, 0 replies; 5+ messages in thread
From: mahendra sp @ 2003-05-02 12:00 UTC (permalink / raw)
To: alsa-devel; +Cc: pzad
hi,
i am changing my driver for ES 1938 from ALSA version 0.9.1 to
0.5.1
but while installing driver, it is giving error as version.h
file not found at
/usr/src/linux/include/linux folder. Actually this link is not
present. what to do if i want to install 0.5.1 version?
thanks,
regards,
mahendra
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* driver problem
@ 2003-05-04 15:32 mahendra sp
2003-05-04 16:03 ` Paul Davis
0 siblings, 1 reply; 5+ messages in thread
From: mahendra sp @ 2003-05-04 15:32 UTC (permalink / raw)
To: alsa-devel
hi,
can anybody say what are the lib APIs to use to write an
application for alsa driver 0.9.1 , installed on linux 2.4.18-3
thanks,
mahendra
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: driver problem
2003-05-04 15:32 driver problem mahendra sp
@ 2003-05-04 16:03 ` Paul Davis
0 siblings, 0 replies; 5+ messages in thread
From: Paul Davis @ 2003-05-04 16:03 UTC (permalink / raw)
To: mahendra sp; +Cc: alsa-devel
>can anybody say what are the lib APIs to use to write an
>application for alsa driver 0.9.1 , installed on linux 2.4.18-3
the APIs are documented in reference form at www.alsa-project.org,
which also has pointers to at least two tutorials on using the API.
--p
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Driver Problem
@ 2003-07-17 8:47 Mohan Kumar M.
2003-07-17 10:24 ` Mohan Kumar M.
0 siblings, 1 reply; 5+ messages in thread
From: Mohan Kumar M. @ 2003-07-17 8:47 UTC (permalink / raw)
To: linux-scsi
Hi all,
I have written a low level scsi driver for our scsi/raid controller.
The driver is working fine in Kernel v.2.4.18-3, but its not working in
Kernel v.2.4.19 onwards! (System crashes!!!!!)
I am not using interrupts, SG Lists.
Is SCSI subsystem has been changed from 2.4.18 to 2.4.19??
Can anyone help me to solve this problem?
=-=
Thanks n Regards,
Mohan.
=-=
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Driver Problem
2003-07-17 8:47 Driver Problem Mohan Kumar M.
@ 2003-07-17 10:24 ` Mohan Kumar M.
0 siblings, 0 replies; 5+ messages in thread
From: Mohan Kumar M. @ 2003-07-17 10:24 UTC (permalink / raw)
To: linux-scsi
The problem I am facing in the driver is:
When I give
dd if=/dev/zero of=/dev/sda bs=1024 count=100
It works, if I give
dd if=/dev/zero of=/dev/sda bs=1024 count=1000 (Samething works in Kernel
2.4.18-3)
System crashes.
I am not using interrupt handler and scatter gather lists.
Here is my driver_template structure:
#define MY_SCSI \
{ \
name: DRVR_NAME, \
proc_info: myscsi_proc_info,\
bios_param:myscsi_bios_param,\
detect:myscsi_detect, \
info:myscsi_info,\
release:myscsi_release,\
command:myscsi_command,\
queuecommand:myscsi_queuecommand,\
can_queue:0, \
this_id:7,\
cmd_per_lun:1,\
sg_tablesize:SG_NONE, \
unchecked_isa_dma:0,\
highmem_io:1, \
}
=-=
Thanks n Regards,
Mohan.
=-=
----- Original Message -----
From: "Mohan Kumar M." <MohanKumarM@AmiIndia.co.in>
To: <linux-scsi@vger.kernel.org>
Sent: Thursday, July 17, 2003 2:17 PM
Subject: Driver Problem
> Hi all,
> I have written a low level scsi driver for our scsi/raid controller.
>
> The driver is working fine in Kernel v.2.4.18-3, but its not working in
> Kernel v.2.4.19 onwards! (System crashes!!!!!)
>
> I am not using interrupts, SG Lists.
>
> Is SCSI subsystem has been changed from 2.4.18 to 2.4.19??
>
> Can anyone help me to solve this problem?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-07-17 10:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-17 8:47 Driver Problem Mohan Kumar M.
2003-07-17 10:24 ` Mohan Kumar M.
-- strict thread matches above, loose matches on Subject: below --
2003-05-04 15:32 driver problem mahendra sp
2003-05-04 16:03 ` Paul Davis
2003-05-02 12:00 mahendra sp
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.