We have three mode for one controller - IDE/RAID/AHCI, we want sata_nv being load when user select the IDE mode in BIOS, load ahci driver if RAID/AHCI being selected, which will verify if our legacy mode work well and have additional option if there is any bug for the ahci mode. ---------------- Peer Chen 2007-09-25 ------------------------------------------------------------- 发件人:Jeff Garzik 发送日期:2007-09-25 15:08:45 收件人:Peer Chen 抄送:linux-kernel; linux-ide; akpm 主题:Re: [PATCH] sata_nv,ahci: add the ahci legacy mode support to sata_nv Peer Chen wrote: > Add the ahci controller legacy mode support to sata_nv. > Move the DIDs of legacy mode from ahci.c to sata_nv.c > > The patch base on kernel 2.6.23-rc8 > > Signed-off-by: Peer Chen I don't understand why these are being moved? If an interface can be driven via the AHCI driver, that is greatly preferred over the sata_nv driver. Jeff