On Mon, Aug 28, 2006 at 23:30:11 +0100, Martin J. Smith wrote:
> I've used the entire set of patches from SVN, and this option has never been
> selected in my config file, so I guess its not that..
> 
> I'm using the config from SVN, except I've added in the USB ACM CDC.
> 
> Does anyone else have any suggestions? I'm wondering if the 2.6.17 patches
> have knocked something out?

I do the following:

- apply the pata-sata.patch (attached)

- add libata.atapi_enabled=1 to the kernel parameters

As an alternative, the 2.6.17 patches should contain a patch that make
the CD-ROM accessible via IDE, so you have to enable the relevant IDE
config options in your kernel config.

Regards,
Tino
diff -uNr linux-2.6.16.1/drivers/scsi/ata_piix.c 
linux-2.6.16.1-imac/drivers/scsi/ata_piix.c
--- linux-2.6.16.1/drivers/scsi/ata_piix.c      2006-03-20 05:53:29.000000000 
+0000
+++ linux-2.6.16.1-imac/drivers/scsi/ata_piix.c 2006-04-01 23:51:38.000000000 
+0000
@@ -95,6 +95,8 @@
 #define DRV_NAME       "ata_piix"
 #define DRV_VERSION    "1.05"
 
+#define ATA_ENABLE_PATA 1
+
 enum {
        PIIX_IOCFG              = 0x54, /* IDE I/O configuration register */
        ICH5_PMR                = 0x90, /* port mapping register */
@@ -141,6 +143,7 @@
        { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata },
        { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },
        { 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },
+       { 0x8086, 0x27df, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },
 #endif
 
        /* NOTE: The following PCI ids must be kept in sync with the
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mactel-linux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to