All of lore.kernel.org
 help / color / mirror / Atom feed
* PATA vs. SATA
@ 2006-01-31  0:49 Randy.Dunlap
  2006-01-31  2:47 ` Tejun
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2006-01-31  0:49 UTC (permalink / raw)
  To: linux-ide


It's confusing enough using libata for PATA/IDE instead of
drivers/ide/* and using a PIIX driver for SATA.  :)

Yes, it Works For Me.  However, I see this one little thing
that still seems odd to me.


Intel SATA controller in IDE mode:  libata-core says:

ata1: SATA max UDMA/133 cmd 0x1F0 ctl 0x3F6 bmdma 0x18B0 irq 14
ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x18B8 irq 15
      ~~~~
 This ^^^^ is the confusing part to me.

Intel SATA controller in AHCI (SATA) mode:  libata-core says:

ata1: SATA max UDMA/133 cmd 0x30C8 ctl 0x30E6 bmdma 0x30A0 irq 193
ata2: SATA max UDMA/133 cmd 0x30C0 ctl 0x30E2 bmdma 0x30A8 irq 193

Yes, ata_piix.c sets host_flags: ATA_FLAG_SATA in this case.
What does it do?  What is it for?  (this flag)

Yes, lspci reports SATA controller in IDE mode.

Thanks,
-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-31  3:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-31  0:49 PATA vs. SATA Randy.Dunlap
2006-01-31  2:47 ` Tejun
2006-01-31  3:23   ` Randy.Dunlap

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.