patch-2.4.17 linux/drivers/scsi/sym53c8xx_2/sym_hipd.h
Next file: linux/drivers/scsi/sym53c8xx_2/sym_nvram.c
Previous file: linux/drivers/scsi/sym53c8xx_2/sym_hipd.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Dec 21 16:40:32 2001
- Orig file:
linux-2.4.16/drivers/scsi/sym53c8xx_2/sym_hipd.h
- Orig date:
Fri Nov 9 23:22:54 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/drivers/scsi/sym53c8xx_2/sym_hipd.h linux/drivers/scsi/sym53c8xx_2/sym_hipd.h
@@ -1068,7 +1068,8 @@
/*
* CCB lists and queue.
*/
- ccb_p ccbh[CCB_HASH_SIZE]; /* CCB hashed by DSA value */
+ ccb_p *ccbh; /* CCBs hashed by DSA value */
+ /* CCB_HASH_SIZE lists of CCBs */
SYM_QUEHEAD free_ccbq; /* Queue of available CCBs */
SYM_QUEHEAD busy_ccbq; /* Queue of busy CCBs */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)