Question asked "What is a bus extender" from TechDud post 35
Answering this question makes a good point
Damnation mentioned the fact that certain files error when added to mass storage because of entries in SCSI sections.
Simple Answer=
BusDrivers don't get entries in SCSI section... Mark files that error @SCSI entries as bus extenders and test
I am working on the chipset module as i write this and I am reviewing the related posts.
the more i look at these the more i am starting to belive they actually DO need to be in mass storage.
Long answer regarding BusExtenders:
Q:What does the entry "ms_1_isBusExtender" mean?
A:The "ms_1_isBusExtender" entry specifies wether the driver is a busextender or not.
Q:How can i find out if my driver is a busextender?
A:Open the .inf files which should be included in the driver.
Look for a line similar to the following:
LoadOrderGroup = System Bus Extender
If that line is present, your driver is a busextender.
My best guess is the framework drivers may be or behave similarly to Bus Extenders.
Please test and report using wdfldr.sys and wdf01000.sys or similar files.
Jeff
PS DLL files are not currently supported ... but that could change
cdob is usually on the money, the dll is probably not required at textmode.