added some comments
authorAli Saidi <saidi@eecs.umich.edu>
Thu, 5 Feb 2004 18:22:02 +0000 (13:22 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Thu, 5 Feb 2004 18:22:02 +0000 (13:22 -0500)
--HG--
extra : convert_revision : eeb0a2c227261ce601ec5e5e8e57b58cbcf22a17

dev/tsunami.hh

index 710cb4b497ab7501b6094d3763667d82c31df372..4edf2113a929c8631aebd1e4275c5858ad0636bd 100644 (file)
@@ -83,8 +83,8 @@ class Tsunami : public SimObject
       */
     TsunamiPChip *pchip;
 
-    /** Pointer to the Tsunami PCI Config Space
-      * The config space in tsunami all needs to return
+    /** Pointer to the PCI Config Space
+      * The config space in Tsunami all needs to return
       * -1 if a device is not there.
       */
     PCIConfigAll *pciconfig;
@@ -98,14 +98,12 @@ class Tsunami : public SimObject
     /**
       * Constructor for the Tsunami Class.
       * @param name name of the object
-      * @param scsi pointer to scsi controller object
       * @param con pointer to the console
       * @param intrcontrol pointer to the interrupt controller
       * @param intrFreq frequency that interrupts happen
       */
-    Tsunami(const std::string &name, AdaptecController *scsi,
-               EtherDev *ethernet,
-               SimConsole *con, IntrControl *intctrl, int intrFreq);
+    Tsunami(const std::string &name, EtherDev *ethernet, SimConsole *con,
+            IntrControl *intctrl, int intrFreq);
 
     virtual void serialize(std::ostream &os);
     virtual void unserialize(Checkpoint *cp, const std::string &section);