[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATA module extension for ATA/RAID controller SIL680
From: |
Vladimir 'φ-coder/phcoder' Serbinenko |
Subject: |
Re: PATA module extension for ATA/RAID controller SIL680 |
Date: |
Sun, 24 Nov 2013 19:08:19 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 |
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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
signature.asc
Description: OpenPGP digital signature