patch-2.4.0-test9 linux/drivers/acorn/scsi/eesox.h

Next file: linux/drivers/acorn/scsi/fas216.c
Previous file: linux/drivers/acorn/scsi/eesox.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/acorn/scsi/eesox.h linux/drivers/acorn/scsi/eesox.h
@@ -1,7 +1,13 @@
 /*
- * EESOX SCSI driver
+ *  linux/drivers/acorn/scsi/eesox.h
  *
- * Copyright (C) 1997-2000 Russell King
+ *  Copyright (C) 1997-2000 Russell King
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ *  EESOX SCSI driver
  */
 #ifndef EESOXSCSI_H
 #define EESOXSCSI_H
@@ -76,7 +82,7 @@
 	struct control control;
 
 	unsigned int	dmaarea;	/* Pseudo DMA area	*/
-	dmasg_t		dmasg[NR_SG];	/* Scatter DMA list	*/
+	struct scatterlist sg[NR_SG];	/* Scatter DMA list	*/
 } EESOXScsi_Info;
 
 #endif /* HOSTS_C */

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