diff -r fae3a1759126 -r 63e4bc918640 tool/CommandSlaves.cpp --- a/tool/CommandSlaves.cpp Mon Jan 19 12:36:18 2009 +0000 +++ b/tool/CommandSlaves.cpp Mon Jan 19 14:46:55 2009 +0000 @@ -216,12 +216,18 @@ list::const_iterator protoIter; cout << "Mailboxes:" << endl - << " RX: 0x" - << hex << setw(4) << si->rx_mailbox_offset << "/" - << dec << si->rx_mailbox_size + << " Bootstrap RX: 0x" + << hex << setw(4) << si->boot_rx_mailbox_offset << "/" + << dec << si->boot_rx_mailbox_size << ", TX: 0x" - << hex << setw(4) << si->tx_mailbox_offset << "/" - << dec << si->tx_mailbox_size << endl + << hex << setw(4) << si->boot_tx_mailbox_offset << "/" + << dec << si->boot_tx_mailbox_size << endl + << " Standard RX: 0x" + << hex << setw(4) << si->std_rx_mailbox_offset << "/" + << dec << si->std_rx_mailbox_size + << ", TX: 0x" + << hex << setw(4) << si->std_tx_mailbox_offset << "/" + << dec << si->std_tx_mailbox_size << endl << " Supported protocols: "; if (si->mailbox_protocols & EC_MBOX_AOE) {