~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/scsi/megaraid/mbox_defs.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
660
660
 * @lparam      : logical drives parameters
661
661
 * @span        : span
662
662
 *
663
 
 * 8-LD logical drive with upto 8 spans
 
663
 * 8-LD logical drive with up to 8 spans
664
664
 */
665
665
typedef struct {
666
666
        logdrv_param_t  lparam;
673
673
 * @lparam      : logical drives parameters
674
674
 * @span        : span
675
675
 *
676
 
 * 8-LD logical drive with upto 4 spans
 
676
 * 8-LD logical drive with up to 4 spans
677
677
 */
678
678
typedef struct {
679
679
        logdrv_param_t  lparam;
720
720
 * @ldrv        : logical drives information
721
721
 * @pdrv        : physical drives information
722
722
 *
723
 
 * Disk array for 8LD logical drives with upto 8 spans
 
723
 * Disk array for 8LD logical drives with up to 8 spans
724
724
 */
725
725
typedef struct {
726
726
        uint8_t                 numldrv;
737
737
 * @ldrv        : logical drives information
738
738
 * @pdrv        : physical drives information
739
739
 *
740
 
 * Disk array for 8LD logical drives with upto 4 spans
 
740
 * Disk array for 8LD logical drives with up to 4 spans
741
741
 */
742
742
typedef struct {
743
743
        uint8_t                 numldrv;