   DESCRIPTION:  = Display_config is a C program that walks the system bus array  and describes what it finds.   Build it with comp.com.   @ If I make changes I'll update this version.  If you want changesD made, please contact STAR::DUMAS (Denise Dumas).  This tools belongs to the bus support group.   A The program walks the ADP list and displays a description of each B ADP it recognizes.  The version here knows about ADPs and systems F approximately to the Theta timeframe; later systems are commented out.  ? For PCI ADPs, it dumps the bus array header and each populated  D bus array slot. For each populated slot, it reads the 16 LWs of PCI  config space and formats them.  @ For EISA ADPs, it dumps the bus array header and each populated B bus array slot. For each slot with ECU data, it reads the ECU data and formats it.   ? For ISA ADPs, it dumps the bus array header and each populated  D bus array slot. For each slot with ISACFG data, it reads the ISACFG  data and formats it.    @ For XBUS ADPs, it dumps the bus array header and each populated I bus array slot. If the system is ISA_based, it also dumps the ISACFG data  for the XBUS devices.   