You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connectors that interact with real card via PnP bus (e.g. PCI) are able
to determine a chip model and via it determine a EEPROM map type. Add a
new connector capabilities flag (CON_CAP_PNP) that indicates connector
ability to determine EEPROM map type. Assign the new flag to PCI
connector and assign map type in the PCI connector if chip was detected.
Old utility behaviour is preserved too. User specified EEPROM type
overrides autodetected type, but now all these are done in more explicit
way. If autodetection failed or autodetected type differs from user
input than utility will print coresponding message in the verbose output
mode. Also if EEPROM type was not provided by a user or autodetected by
a connector, then as earlier the utility will fallback to SREV register
based autodetection.
All this gives us a reliable source of chip type information before any
access to the chip registers.
0 commit comments