linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to activate pata support of ata_piix in vanilla 2.6.18?
@ 2006-09-28 12:11 Elias Oltmanns
  2006-09-28 12:27 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Elias Oltmanns @ 2006-09-28 12:11 UTC (permalink / raw)
  To: linux-ide

Hi all,

sorry for bothering you with an ordinary user question.

Although I've applied the mini patch shown below to vanilla 2.6.18,
ata_piix apparently couldn't handle my hard drive on an IBM X40 with
ICH4-M chipset.

--8<---------------cut here---------------start------------->8---
diff -Nur linux-2.6.18/include/linux/libata.h linux/include/linux/libata.h
--- linux-2.6.18/include/linux/libata.h
+++ linux/include/linux/libata.h
@@ -44,7 +44,7 @@
 #undef ATA_VERBOSE_DEBUG	/* yet more debugging output */
 #undef ATA_IRQ_TRAP		/* define to ack screaming irqs */
 #undef ATA_NDEBUG		/* define to disable quick runtime checks */
-#undef ATA_ENABLE_PATA		/* define to enable PATA support in some
+#define ATA_ENABLE_PATA	/* define to enable PATA support in some
 				 * low-level drivers */
 
 
--8<---------------cut here---------------end--------------->8---

A git checkout of libata-dev.git worked out of the
box. My question is whether pata support in ata_piix was intentionally
not included in mainline as of 2.6.18 (even when ATA_ENABLE_PATA is
set), or if there may be a bug.

Regards,

Elias

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

* Re: How to activate pata support of ata_piix in vanilla 2.6.18?
  2006-09-28 12:11 How to activate pata support of ata_piix in vanilla 2.6.18? Elias Oltmanns
@ 2006-09-28 12:27 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-09-28 12:27 UTC (permalink / raw)
  To: linux-ide

Elias Oltmanns wrote:
> A git checkout of libata-dev.git worked out of the
> box. My question is whether pata support in ata_piix was intentionally
> not included in mainline as of 2.6.18 (even when ATA_ENABLE_PATA is
> set), or if there may be a bug.

libata PATA support basically doesn't exist in 2.6.18.  It's queued for 
2.6.19 in torvalds/linux-2.6.git however.

	Jeff



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

end of thread, other threads:[~2006-09-28 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-28 12:11 How to activate pata support of ata_piix in vanilla 2.6.18? Elias Oltmanns
2006-09-28 12:27 ` Jeff Garzik

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).