/**
  *     initio_init             -       set up an InitIO host adapter
  *     @host: InitIO host adapter
- *     @num_scbs: Number of SCBS
  *     @bios_addr: BIOS address
  *
  *     Set up the host adapter and devices according to the configuration
 }
 
 /**
- *     int_initio_scsi_resel   -       Reselection occurred
+ *     int_initio_resel        -       Reselection occurred
  *     @host: InitIO host adapter
  *
  *     A SCSI reselection event has been signalled and the interrupt
 }
 
 /**
- *     i91u_queuecommand       -       Queue a new command if possible
+ *     i91u_queuecommand_lck   -       Queue a new command if possible
  *     @cmd: SCSI command block from the mid layer
  *     @done: Completion handler
  *
 }
 
 /**
- *     i91u_biospararm                 -       return the "logical geometry
+ *     i91u_biosparam                  -       return the "logical geometry
  *     @sdev: SCSI device
- *     @dev; Matching block device
+ *     @dev: Matching block device
  *     @capacity: Sector size of drive
  *     @info_array: Return space for BIOS geometry
  *
        }
 }
 
-/**
+/*
  *     i91uSCBPost             -       SCSI callback
- *     @host: Pointer to host adapter control block.
- *     @cmnd: Pointer to SCSI control block.
  *
  *     This is callback routine be called when tulip finish one
  *     SCSI command.