J
jimt
I am using the supplied .INF to componentize a Broadcom ethernet driver.
During the Component Designer import the logfile catches multiple
occurrences errors:
Info:Creating: Broadcom NetLink (TM) Gigabit Ethernet
Warning:[BCM5789.XpInst.NTx86]: cannot handle key "Characteristics".
Warning:[BCM5789.XpInst.NTx86]: cannot handle key "BusType".
I see that Arnie Brackett of MS posted this back on 30Oct02:
How do we determine this? And what do we do if it is required? I see the
XPe Help says to add a registry key manually. How does one convert these:
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5
into registry entries?
This driver works on XP Pro. Inctrl5 shows these 2 new related reg keys
during an XP Pro install under
HLM\SYSTEM\ControlSet001\Control\Class\{guidnumber}\0008:
"BusType" = (REG_SZ)5
"Characteristics" = (REG_DWORD) 0x00000084 (decimal 132)
The driver can be found at
broadcom.com/support/ethernet_nic/netxtreme_server.php. I will go ahead and
try the imported driver with a XPe image next with the hope the above
warnings are ignorable. All this on XPe SP2 w/FP2007.
Thanks, --jimt
During the Component Designer import the logfile catches multiple
occurrences errors:
Info:Creating: Broadcom NetLink (TM) Gigabit Ethernet
Warning:[BCM5789.XpInst.NTx86]: cannot handle key "Characteristics".
Warning:[BCM5789.XpInst.NTx86]: cannot handle key "BusType".
I see that Arnie Brackett of MS posted this back on 30Oct02:
These two keys are not normally parsed by the inf importer because they
do not represent standard keywords used in PnP INF files. The warnings
you see are for your reference so you can determine if that section is
required for you to make the devices work.
How do we determine this? And what do we do if it is required? I see the
XPe Help says to add a registry key manually. How does one convert these:
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5
into registry entries?
This driver works on XP Pro. Inctrl5 shows these 2 new related reg keys
during an XP Pro install under
HLM\SYSTEM\ControlSet001\Control\Class\{guidnumber}\0008:
"BusType" = (REG_SZ)5
"Characteristics" = (REG_DWORD) 0x00000084 (decimal 132)
The driver can be found at
broadcom.com/support/ethernet_nic/netxtreme_server.php. I will go ahead and
try the imported driver with a XPe image next with the hope the above
warnings are ignorable. All this on XPe SP2 w/FP2007.
Thanks, --jimt