patch-2.1.93 linux/drivers/scsi/aic7xxx.h
Next file: linux/drivers/scsi/aic7xxx_proc.c
Previous file: linux/drivers/scsi/aic7xxx.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Apr 2 09:12:25 1998
- Orig file:
v2.1.92/linux/drivers/scsi/aic7xxx.h
- Orig date:
Sun Dec 21 17:04:48 1997
diff -u --recursive --new-file v2.1.92/linux/drivers/scsi/aic7xxx.h linux/drivers/scsi/aic7xxx.h
@@ -25,6 +25,12 @@
#define AIC7XXX_H_VERSION "$Revision: 3.2 $"
+#ifdef __i386__
+#define AIC7XXX_BIOSPARAM aic7xxx_biosparam
+#else
+#define AIC7XXX_BIOSPARAM NULL
+#endif
+
/*
* Scsi_Host_Template (see hosts.h) for AIC-7xxx - some fields
* to do with card config are filled in after the card is detected.
@@ -36,7 +42,7 @@
queuecommand: aic7xxx_queue, \
abort: aic7xxx_abort, \
reset: aic7xxx_reset, \
- bios_param: aic7xxx_biosparam, \
+ bios_param: AIC7XXX_BIOSPARAM, \
can_queue: -1, /* max simultaneous cmds */\
this_id: -1, /* scsi id of host adapter */\
sg_tablesize: SG_ALL, /* max scatter-gather cmds */\
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov