handling received FISes in SATA driver & libATA !!!

2010-08-09 Thread Murali N
Hi, I am new to SATA driver development. Here i have few questions. I am able to understand how SATA driver will send FISes to device. I would like to know how the received FISes are handled in case of FISes come from the device? These FISes are copied in a special area whose base address is

SATA driver implementation

2010-07-07 Thread Murali N
Hi, I am writing SATA driver for on chip SATA controller, here i have few questions: 1. AFAIK, SATA device falls under PCI class device in kernel, so its make use of some of the PCI API utilities to read the PCI header ( where one can get the information about the SATA controller base address

RE: SATA driver

2008-02-12 Thread Saumendra Dash
Thanks Thomas. Saumendra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thomas Petazzoni Sent: Tuesday, February 12, 2008 1:07 PM To: kernelnewbies@nl.linux.org Subject: Re: SATA driver Hi, Le Tue, 12 Feb 2008 10:55:59 +0530, "Saumendra Dash&quo

Re: SATA driver

2008-02-11 Thread Thomas Petazzoni
Hi, Le Tue, 12 Feb 2008 10:55:59 +0530, "Saumendra Dash" <[EMAIL PROTECTED]> a écrit : > Is there something missing to make the driver work in Emulated-PATA > mode? Your question is very IDE/ATA-specific. I would say that you can ask it on the [EMAIL PROTECTED] mailing list (which as stated by

SATA driver

2008-02-11 Thread Saumendra Dash
Hi all, I'm working on a ULI1575 SATA driver which I want to run in Emulated-PATA mode. I have the following understanding to run a SATA device in Emulated-PATA mode: 1. In Emulated-PATA mode the legacy IDE driver should access the SATA device directly in combined mode. 2. The