patch-2.4.19 linux-2.4.19/drivers/block/cciss.h

Next file: linux-2.4.19/drivers/block/cciss_cmd.h
Previous file: linux-2.4.19/drivers/block/cciss.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/block/cciss.h linux-2.4.19/drivers/block/cciss.h
@@ -51,6 +51,8 @@
 	__u32	board_id;
 	ulong   vaddr;
 	__u32	paddr;	
+	unsigned long io_mem_addr;
+	unsigned long io_mem_length;
 	CfgTable_struct *cfgtable;
 	int	intr;
 
@@ -88,6 +90,9 @@
 	int              sizes[256];
 	int              blocksizes[256];
 	int              hardsizes[256];
+#ifdef CONFIG_CISS_SCSI_TAPE
+	void *scsi_ctlr; /* ptr to structure containing scsi related stuff */
+#endif
 };
 
 /*  Defining the diffent access_menthods */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)