* PATA module extension for ATA/RAID controller SIL680
@ 2013-11-24 14:14 CGC Bungetzianu
2013-11-24 18:08 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 2+ messages in thread
From: CGC Bungetzianu @ 2013-11-24 14:14 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
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.
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;
[-- Attachment #2: Type: text/html, Size: 1498 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: PATA module extension for ATA/RAID controller SIL680 2013-11-24 14:14 PATA module extension for ATA/RAID controller SIL680 CGC Bungetzianu @ 2013-11-24 18:08 ` Vladimir 'φ-coder/phcoder' Serbinenko 0 siblings, 0 replies; 2+ messages in thread From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-11-24 18:08 UTC (permalink / raw) To: grub-devel [-- 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 --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-24 18:08 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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 is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.