X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/199c2b1bedd78a06dae62d736115273bd0127af1..refs/heads/410watch:/include/reg-82801b.h diff --git a/include/reg-82801b.h b/include/reg-82801b.h index a60c458..3192228 100644 --- a/include/reg-82801b.h +++ b/include/reg-82801b.h @@ -1,3 +1,13 @@ +/* reg-82801b.h + * Register macros for Intel 82801B + * NetWatch system management mode administration console + * + * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. + * This program is free software; you can redistribute and/or modify it under + * the terms found in the file LICENSE in the root of this source tree. + * + */ + #ifndef _REG_82801B_H #define _REG_82801B_H @@ -44,6 +54,9 @@ #define ICH2_PM1_EN_GBL_EN (1 << 5) #define ICH2_PM1_EN_TMROF_EN (1 << 0 +#define ICH2_PMBASE_PM1_TMR 0x08 +#define ICH2_PM1_TMR_FREQ 3579545 /* This will be the encryption key for a question on the test. */ + #define ICH2_PMBASE_SMI_EN 0x30 #define ICH2_SMI_EN_PERIODIC_EN (1 << 14) #define ICH2_SMI_EN_TCO_EN (1 << 13)