fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / scsi / eata_generic.h
index 8bac58f..635c148 100644 (file)
@@ -317,7 +317,7 @@ struct eata_ccb {         /* Send Command Packet structure      */
     __u8 rw_latency;
     __u8 retries;
     __u8 status;             /* status of this queueslot               */
-    Scsi_Cmnd *cmd;          /* address of cmd                         */
+    struct scsi_cmnd *cmd;    /* address of cmd                                */
     struct eata_sg_list *sg_list;
 };
 
@@ -364,6 +364,7 @@ typedef struct hstd {
     __u8   moresupport;                 /* HBA supports MORE flag     */
     struct Scsi_Host *next;        
     struct Scsi_Host *prev;
+    struct pci_dev *pdev;      /* PCI device or NULL for non PCI */
     struct eata_sp sp;          /* status packet              */ 
     struct eata_ccb ccb[0];     /* ccb array begins here      */
 }hostdata;