tool/CommandSlaves.cpp
branch1.4-foe
changeset 1709 63e4bc918640
parent 1686 e206f4485f60
child 1363 11c0b2caa253
--- 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<string>::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) {