commit | 720349a879d3e37f3d932bf3ca9b94ac638d59b6 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Oct 02 21:55:30 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:53:22 2007 -0400 |
tree | 0683cbf58a37b91a9923060b5425755d97173b64 | |
parent | d361db483241489fc4b37cd168c2ce7940a7845b [diff] |
[SCSI] advansys: Merge ASC_IERR definitions There were two blocks of ASC_IERR definitions; one for narrow and one for wide boards. Some of the same names were used (with the same values), and some of the same values were used with different names. This could only lead to confusion, so I unified them in one block of definitions with no overlapping values. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>