patch-2.4.11-dontuse linux/drivers/scsi/lasi700.h
Next file: linux/drivers/scsi/megaraid.c
Previous file: linux/drivers/scsi/lasi700.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Sun Sep 30 12:26:08 2001
- Orig file:
v2.4.10/linux/drivers/scsi/lasi700.h
- Orig date:
Sun Sep 23 11:40:59 2001
diff -u --recursive --new-file v2.4.10/linux/drivers/scsi/lasi700.h linux/drivers/scsi/lasi700.h
@@ -38,9 +38,19 @@
this_id: 7, \
}
+#define LASI_710_SVERSION 0x082
+#define LASI_700_SVERSION 0x071
+
#define LASI700_ID_TABLE { \
hw_type: HPHW_FIO, \
- sversion: 0x071, \
+ sversion: LASI_700_SVERSION, \
+ hversion: HVERSION_ANY_ID, \
+ hversion_rev: HVERSION_REV_ANY_ID, \
+}
+
+#define LASI710_ID_TABLE { \
+ hw_type: HPHW_FIO, \
+ sversion: LASI_710_SVERSION, \
hversion: HVERSION_ANY_ID, \
hversion_rev: HVERSION_REV_ANY_ID, \
}
@@ -52,6 +62,7 @@
}
#define LASI700_CLOCK 25
+#define LASI710_CLOCK 40
#define LASI_SCSI_CORE_OFFSET 0x100
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)