patch-2.1.19 linux/drivers/scsi/scsi.h
Next file: linux/fs/exec.c
Previous file: linux/drivers/sbus/char/weitek.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Dec 30 13:01:10 1996
- Orig file:
v2.1.18/linux/drivers/scsi/scsi.h
- Orig date:
Sun Dec 22 16:37:37 1996
diff -u --recursive --new-file v2.1.18/linux/drivers/scsi/scsi.h linux/drivers/scsi/scsi.h
@@ -214,18 +214,8 @@
extern int scsi_dev_init (void);
-struct scatterlist {
- char * address; /* Location data is to be transferred to */
- char * alt_address; /* Location of actual if address is a
- * dma indirect buffer. NULL otherwise */
- unsigned int length;
-};
+#include <asm/scatterlist.h>
-#ifdef __alpha__
-# define ISA_DMA_THRESHOLD (~0UL)
-#else
-# define ISA_DMA_THRESHOLD (0x00ffffff)
-#endif
#define CONTIGUOUS_BUFFERS(X,Y) ((X->b_data+X->b_size) == Y->b_data)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov