diff options
Diffstat (limited to 'include/hw/southbridge/ich9.h')
-rw-r--r-- | include/hw/southbridge/ich9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/southbridge/ich9.h b/include/hw/southbridge/ich9.h index 1e231e8..2c35dd0 100644 --- a/include/hw/southbridge/ich9.h +++ b/include/hw/southbridge/ich9.h @@ -95,7 +95,7 @@ struct ICH9LPCState { #define ICH9_CC_OIC 0x31FF #define ICH9_CC_OIC_AEN 0x1 #define ICH9_CC_GCS 0x3410 -#define ICH9_CC_GCS_DEFAULT 0x00000020 +#define ICH9_CC_GCS_DEFAULT 0x00000000 #define ICH9_CC_GCS_NO_REBOOT (1 << 5) /* D28:F[0-5] */ |