diff options
Diffstat (limited to 'src/southbridge/via/vt8237r/chip.h')
-rw-r--r-- | src/southbridge/via/vt8237r/chip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8237r/chip.h b/src/southbridge/via/vt8237r/chip.h index 67731f0d42..18d8d9be35 100644 --- a/src/southbridge/via/vt8237r/chip.h +++ b/src/southbridge/via/vt8237r/chip.h @@ -52,6 +52,7 @@ struct southbridge_via_vt8237r_config { int ide0_enable:1; int ide1_enable:1; + /* 1 = 80-pin cable */ int ide0_80pin_cable:1; int ide1_80pin_cable:1; |