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

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)