After 5 weeks of working on the Promise Driver problem I have finally got it working flawlessly. I have an Asus A8V Deluxe Motherboard with the Promise 20378 SATA Controller on it as well as the VIA SATA controller. Using Bâshrat the Sneaky's Mass Storage Driver Pack the VIA would install everytime but the promise would always fail to detect. This is how i got it working no matter which controller that you attach the drives to. This solution is not perfect but it works for me!!
Here is my TXTSETUP.SIF Config
[SourceDisksFiles]
hpt3xx.sys = 1,,,,,,4_,4,1,,,1,4
ulsata.sys = 1,,,,,,4_,4,1,,,1,4
ulsata2.sys = 1,,,,,,4_,4,1,,,1,4
fasttrak.sys = 1,,,,,,4_,4,1,,,1,4
viapdsk.sys = 1,,,,,,4_,4,1,,,1,4
viamraid.sys = 1,,,,,,4_,4,1,,,1,4
[HardwareIdsDatabase]
PCI\VEN_1103&DEV_0004 = "hpt3xx"
PCI\VEN_1103&DEV_0005 = "hpt3xx"
PCI\VEN_1103&DEV_0005&SUBSYS_100415BD = "hpt3xx"
PCI\VEN_1103&DEV_0006 = "hpt3xx"
PCI\VEN_105A&DEV_3373&SUBSYS_80F51043&REV_02 = "ulsata"
PCI\VEN_105A&DEV_3373&SUBSYS_80F51043 = "ulsata"
PCI\VEN_105A&DEV_3373&CC_010400 = "ulsata"
PCI\VEN_105A&DEV_3373&CC_0104 = "ulsata"
PCI\VEN_105A&DEV_3D75 = "ulsata2"
PCI\VEN_105A&DEV_3D18 = "ulsata2"
SCSI\ProcessorPromise_SATA_Console____ = "ulsata2"
PCI\VEN_105A&DEV_5275 = "fasttrak"
PCI\VEN_105A&DEV_7275 = "fasttrak"
PCI\VEN_1106&DEV_4149 = "viapdsk"
PCI\VEN_1106&DEV_3149 = "viamraid"
PCI\VEN_1106&DEV_3149&SUBSYS_80ED1043&REV_80 = "viamraid"
PCI\VEN_1106&DEV_3149&SUBSYS_80ED1043 = "viamraid"
PCI\VEN_1106&DEV_3149&CC_010400 = "viamraid"
PCI\VEN_1106&DEV_3149&CC_0104 = "viamraid"
PCI\VEN_1106&DEV_3164 = "viamraid"
PCI\VEN_1106&DEV_3249 = "viamraid"
[SCSI.Load]
hpt3xx = hpt3xx.sys,4
ulsata = ulsata.sys,4
ulsata2 = ulsata2.sys,4
fasttrak = fasttrak.sys,4
viapdsk = viapdsk.sys,4
viamraid = viamraid.sys,4
[SCSI]
hpt3xx = "HighPoint HPT3xx ATA100 Controllers"
ulsata = "WinXP Promise SATA378 (tm) IDE Controller"
ulsata2 = "Promise SATA Console SCSI Processor"
fasttrak = "WinXP Promise MBFastTrak133 Lite (tm) Controller"
viapdsk = "VIA ATA/ATAPI Host Controller"
viamraid = "VIA Serial ATA RAID Controller"
I only have the ulsata and the ulsata2 drivers in the same folder. The problem all along was the promise drivers not playing nice with one another. I think the problem is actually the "fasttx2k" driver but i have not tested to see if this is the actual culprit. You can leave all of the drivers included in bashrats mass storage alone but i chose to remove the other promise drivers because i got tired of seing the BSOD! Hope this helps everyone having problems with Promise drivers!!