grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: PATA module extension for ATA/RAID controller SIL680
Date: Sun, 24 Nov 2013 19:08:19 +0100	[thread overview]
Message-ID: <52924093.9050309@gmail.com> (raw)
In-Reply-To: <529209BA.5030301@t-online.de>

[-- Attachment #1: Type: text/plain, Size: 894 bytes --]

On 24.11.2013 15:14, CGC Bungetzianu wrote:
> The controller SIL680 has the same register layout as other pata
> controllers.
> Only the PCI ID of the device is different. With minimal changes it can
> be integrated.
> 
Can you paste lspci -vvvnnxxx ? Usually using hardcoded adresses for PCI
devices is wrong.
> Catalin
> 
> 
> 33,34d32
> < #define GRUB_SIL680_PCIID 0x06801095
> <
> 356d353
> <   int sil680 = 0;
> 369,372d365
> <   else if( pciid == GRUB_SIL680_PCIID)
> <     {
> <       sil680 = 1;
> <     }
> 375c368
> <   if (!cs5536 && !sil680 && (class >> 16 != 0x0101))
> ---
>>   if (!cs5536 && (class >> 16 != 0x0101))
> 386,387d378
> <       else if (sil680)
> <     compat = 1;
> 
> 
> 
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 291 bytes --]

      reply	other threads:[~2013-11-24 18:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-24 14:14 PATA module extension for ATA/RAID controller SIL680 CGC Bungetzianu
2013-11-24 18:08 ` Vladimir 'φ-coder/phcoder' Serbinenko [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=52924093.9050309@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.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).