public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Driver Problem
@ 2003-07-17  8:47 Mohan Kumar M.
  2003-07-17 10:24 ` Mohan Kumar M.
  0 siblings, 1 reply; 2+ 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] 2+ 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; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2003-07-17 10:04 UTC | newest]

Thread overview: 2+ 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.

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