about SCSI drivers

2009-07-15 Thread Leena M.
Hi All , I want to learn to write SCSI drivers. What are the minimum h/w requirements ? How costly is the SCSI - PCI adapter ( in India ) ? regards, Leena

Re: about SCSI drivers

2009-07-15 Thread Anuz Pratap Singh Tomar
you could have googled it. scsi pci + prices http://www.pacificdata.com/controller.html On Wed, Jul 15, 2009 at 11:53 PM, Leena M. kernm...@gmail.com wrote: Hi All , I want to learn to write SCSI drivers. What are the minimum h/w requirements ? How costly is the SCSI - PCI adapter (

New to kernel programming

2009-07-15 Thread Kousik Maiti
Hi list,I am new to kernel programming. I want to create a module. For that I follow http://crashcourse.ca/wiki/index.php/Writing_your_first_kernel_module . When I run make command I got this message. $make make -C /lib/modules/2.6.28-11-generic/build M=/home/kousik/program/module modules

Re: about SCSI drivers

2009-07-15 Thread Leena M.
Thank you very much for this. It will guide me a lot. I have invested lot of time doing research on this , but don't know where to start. If you are into Storage domain. an you suggest me something that would secure me a development job in this domain ? Regards, Leena On Thu, Jul 16, 2009 at

Re: New to kernel programming

2009-07-15 Thread SandeepKsinha
On Thu, Jul 16, 2009 at 9:43 AM, Kousik Maiti maiti.kou...@gmail.comwrote: Hi list,I am new to kernel programming. I want to create a module. For that I follow http://crashcourse.ca/wiki/index.php/Writing_your_first_kernel_module . When I run make command I got this message. $make make -C