diff options
author | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-10 11:49:07 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-10 11:49:07 -0400 |
commit | b2d8bfe18578c4e50e8ba52011c9b260a1b51dac (patch) | |
tree | ab949e11e1e6d4e46ccb2bd5f8c9401cf46052a7 /drivers/scsi/aic7xxx/aic7xxx.h | |
parent | b9f051eb6cc013b90cb6062a1e2502e9c0adf0f4 (diff) |
[SCSI] aic7xxx: expose the bus setting to sysfs
Read the transciever register and display in the host transport
properties. I'm still not entirely sure what this does for multiple
transciever adapters (like some 160 ones) however, I suspect it
displays the transciever state of the switchable bus segment.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx.h b/drivers/scsi/aic7xxx/aic7xxx.h index e24e6067401b..62ff8c3dc2bb 100644 --- a/drivers/scsi/aic7xxx/aic7xxx.h +++ b/drivers/scsi/aic7xxx/aic7xxx.h | |||
@@ -231,6 +231,7 @@ typedef enum { | |||
231 | AHC_TARGETMODE = 0x20000, /* Has tested target mode support */ | 231 | AHC_TARGETMODE = 0x20000, /* Has tested target mode support */ |
232 | AHC_MULTIROLE = 0x40000, /* Space for two roles at a time */ | 232 | AHC_MULTIROLE = 0x40000, /* Space for two roles at a time */ |
233 | AHC_REMOVABLE = 0x80000, /* Hot-Swap supported */ | 233 | AHC_REMOVABLE = 0x80000, /* Hot-Swap supported */ |
234 | AHC_HVD = 0x100000, /* HVD rather than SE */ | ||
234 | AHC_AIC7770_FE = AHC_FENONE, | 235 | AHC_AIC7770_FE = AHC_FENONE, |
235 | /* | 236 | /* |
236 | * The real 7850 does not support Ultra modes, but there are | 237 | * The real 7850 does not support Ultra modes, but there are |