On Thu Dec 20 04:47:55 EST 2007, [EMAIL PROTECTED] wrote: > So now the update. The dev id 27c0 corresponds to my sata in ata mode. > 27c1 is the sata in ahci mode. If I add 27c1 to sdiahci.c and 27c0 to > sdata.c I get nothing from the kernel at boot up saying it found > anything. If I add 27c1 to both I get the response from the kernel. I > wonder if the driver can't handle the drive. Maybe the sata controller > I have is different enough from the controller used to write the > driver that it won't work. I find that hard to believe, but stranger > things are true.
either you can recognize the drive as ahci, or as a normal ata drive, but not both at the same time. that's prohibited. - erik