--- linux/drivers/scsi/aic7xxx.c.old Sun Sep 7 13:19:41 1997 +++ linux/drivers/scsi/aic7xxx.c Sun Sep 7 13:19:14 1997 @@ -982,5 +982,11 @@ * IO, we'll use them then. * + * For now we leave these commented out as the x86 inline assembly causes + * compiles to barf on DEC Alphas. Besides, they aren't even used yet, so + * they constitute wasted .text space right now. ***************************************************************************/ + +/*************************************************************************** + static inline unsigned char aic_inb(struct aic7xxx_host *p, long port) @@ -1021,4 +1027,5 @@ } } + ***************************************************************************/ /*+F*************************************************************************