I think I may have gotten myself confused. I'm in the middle of updating my image to provide more current drivers.

In my SYSPREP file, I have the following lines:
QUOTE
; Added for Intel SATA Controller Support
;
PCI\VEN_8086&DEV_2652&CC_0106=C:\Drv\00_chipset\t61sata\iaahci.inf


I downloaded a newer iaahci.inf from Intel, so I have the most recent Intel Matrix Storage Manager driver
http://downloadcenter.intel.com/Detail_Des...al&lang=eng

So I did a search of my system to see if I had existing drivers for this, (or I missed it somehow in the new iaahci.inf) and I found the device ID inside my new intel chipset drivers, version 9.0.0.1008 inside the following files:
ich6ide.inf
ich6id2.inf
CODE
PCI\VEN_8086&DEV_2652.DeviceDesc="Intel(R) 82801FB Ultra ATA Storage Controllers - 2652"


Does this mean I can point the line in my sysprep file to ich6ide.inf?

And why doesnt the new version of iaAHCI.inf contain the line for PCI\VEN_8086&DEV_2652&CC_0106?