Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98258
b: refs/heads/master
c: f93daa3
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and James Bottomley committed Jun 15, 2008
1 parent 35b1548 commit 8a1b31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ed7897242b7efe977f3a8d06d4e5a4ebe28b10e
refs/heads/master: f93daa3f7ff4f0cc13acc7452a00feb1c586102a
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/dpt/dptsig.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ typedef unsigned int sigINT;
/* ------------------------------------------------------------------ */
/* What type of processor the file is meant to run on. */
/* This will let us know whether to read sigWORDs as high/low or low/high. */
#define PROC_INTEL 0x00 /* Intel 80x86 */
#define PROC_INTEL 0x00 /* Intel 80x86/ia64 */
#define PROC_MOTOROLA 0x01 /* Motorola 68K */
#define PROC_MIPS4000 0x02 /* MIPS RISC 4000 */
#define PROC_ALPHA 0x03 /* DEC Alpha */
Expand All @@ -104,6 +104,7 @@ typedef unsigned int sigINT;
#define PROC_486 0x08 /* Intel 80486 */
#define PROC_PENTIUM 0x10 /* Intel 586 aka P5 aka Pentium */
#define PROC_SEXIUM 0x20 /* Intel 686 aka P6 aka Pentium Pro or MMX */
#define PROC_IA64 0x40 /* Intel IA64 processor */

/* PROC_i960: */
#define PROC_960RX 0x01 /* Intel 80960RC/RD */
Expand Down

0 comments on commit 8a1b31b

Please sign in to comment.