From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH 1/3] sis5513: DMA setup fixes
Date: Thu, 02 Aug 2007 20:51:24 +0400 [thread overview]
Message-ID: <46B20B8C.4030102@ru.mvista.com> (raw)
In-Reply-To: <200708012238.44022.bzolnier@gmail.com>
Hello.
Bartlomiej Zolnierkiewicz wrote:
> * Add sis_ata133_get_base() helper function for obtaining the address of
> the drive control registers on chipset_family == ATA_133 chipsets.
> * Add three helper functions for programming PIO/MWDMA timings:
> - sis_ata16_program_timings() (for ATA_16/33/66/100a chipset families)
> - sis_ata100_program_timings() (for ATA_100/133a chipset families)
> - sis_ata133_program_timings() (for ATA_133 chipset family)
> MWDMA timings are taken from datasheets and they match ATA spec.
> * Add generic helper function sis_program_timings() and use it in
> ->set_pio_mode and ->set_dma_mode methods (previously the driver
> depended on BIOS to program the correct MWDMA timings).
> * Remove redundant !chipset_family check from init_hwif_sis5513()
> (init_chipset_sis5513() guarantees that we will never get here if
> chipset_family cannot be determined).
> * SWDMA seems to be unsupported by SiS chipsets (no info about SWDMA in
> datasheets and for SWDMA0 mode timing requirements are impossible to
> fulfill) so remove ->swdma_mask from init_hwif_sis5513() and handling
> of SWDMA modes from sis_set_dma_mode().
> * Enable DMA support for chipset_family == ATA_16.
> * Bump driver version.
I see that SiS has managed to make chip identification even more painful
than HighPoint representing all the different chipset families by the couple
device IDs with even no ability to differ them via revision ID... :-/
Although I don't have docs for the newer variants (at least not at hand),
this looks good to me.
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
MBR, Sergei
prev parent reply other threads:[~2007-08-02 16:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-01 20:38 [PATCH 1/3] sis5513: DMA setup fixes Bartlomiej Zolnierkiewicz
2007-08-02 16:51 ` Sergei Shtylyov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46B20B8C.4030102@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=bzolnier@gmail.com \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).