patch-2.3.51 linux/drivers/scsi/aic7xxx.c
Next file: linux/drivers/scsi/scsi_dma.c
Previous file: linux/drivers/scsi/Config.in
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Mar 10 15:24:02 2000
-  Orig file: 
v2.3.50/linux/drivers/scsi/aic7xxx.c
-  Orig date: 
Sun Feb 20 21:12:39 2000
diff -u --recursive --new-file v2.3.50/linux/drivers/scsi/aic7xxx.c linux/drivers/scsi/aic7xxx.c
@@ -956,7 +956,7 @@
   unsigned char  numscbs;          /* current number of scbs */
   unsigned char  maxhscbs;         /* hardware scbs */
   unsigned char  maxscbs;          /* max scbs including pageable scbs */
-  unsigned int   hscbs_dma;	   /* DMA handle to hscbs */
+  dma_addr_t	 hscbs_dma;	   /* DMA handle to hscbs */
   unsigned int   hscbs_dma_len;    /* length of the above DMA area */
   void          *hscb_kmalloc_ptr;
 } scb_data_type;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)