patch-2.1.92 linux/drivers/scsi/hosts.h
Next file: linux/drivers/scsi/ncr53c8xx.c
Previous file: linux/drivers/scsi/README.BusLogic
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Apr 1 17:31:32 1998
- Orig file:
v2.1.91/linux/drivers/scsi/hosts.h
- Orig date:
Mon Feb 23 18:12:07 1998
diff -u --recursive --new-file v2.1.91/linux/drivers/scsi/hosts.h linux/drivers/scsi/hosts.h
@@ -332,7 +332,7 @@
/* These parameters should be set by the detect routine */
unsigned char *base;
- unsigned int io_port;
+ unsigned long io_port;
unsigned char n_io_port;
unsigned char irq;
unsigned char dma_channel;
@@ -374,7 +374,7 @@
/*
* We should ensure that this is aligned, both for better performance
* and also because some compilers (m68k) don't automatically force
- * alignment to a 4-byte boundary.
+ * alignment to a long boundary.
*/
unsigned long hostdata[0] /* Used for storage of host specific stuff */
__attribute__ ((aligned (sizeof(unsigned long))));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov