the4hoffmans@xxxxxxxxxxxxx wrote: > Thank you for your response, Tejun. We have figured some things out > since I first e-mailed. We have been using IOMeter running on a > remote Windows system which connects to a Dynamo module running on > the Linux target. The Dynamo module uses a file open command with an > O_DIRECT flag to minimize the effects of caching. Unfortunately, > this causes the IO to be totally synchronous which is kinda bad for > this type of benchmarking. Ah.. Okay. > I have another question for you. Where can I find information on how > to get the AHCI driver to recognize our new AHCI controller? If your controller has ahci class code, you don't need to do anything. If not, you'll need to add the PCI ID to the device id table in ahci.c. If the controller needs some quirks, you'll also need to add device id entry and set its driver data to the appropriate board id (board_ahci_*). -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html