Re: PROBLEM: ICH7 SATA drive not detected.

2005-03-30 Thread Jeff Garzik
Greg Felix wrote: 00:1f.2 Class 0101: 8086:27c0 (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: 103c:3011 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- SERR-

Re: PROBLEM: ICH7 SATA drive not detected.

2005-02-28 Thread Greg Felix
On Fri, 25 Feb 2005 23:35:18 -0500, Jeff Garzik <[EMAIL PROTECTED]> wrote: > Comment out the function call to piix_disable_ahci() and see what happens. > > if (port_info[0]->host_flags & PIIX_FLAG_AHCI) { > int rc = piix_disable_ahci(pdev); > if (rc) >

Re: PROBLEM: ICH7 SATA drive not detected.

2005-02-25 Thread Jeff Garzik
Comment out the function call to piix_disable_ahci() and see what happens. if (port_info[0]->host_flags & PIIX_FLAG_AHCI) { int rc = piix_disable_ahci(pdev); if (rc) return rc; } Regards, Jeff - To unsubscribe from this

Re: PROBLEM: ICH7 SATA drive not detected.

2005-02-25 Thread Greg Felix
Jeff, I forgot: in dmesg I see the following: ata_piix: probe of :00:1f.2 failed with error -5 Greg Felix On Fri, 25 Feb 2005 18:02:59 -0700, Greg Felix <[EMAIL PROTECTED]> wrote: > > Jeff Garzik wrote: > > See REPORTING-BUGS for the sort of information you should provide. This > > is a "