]>
Commit | Line | Data |
---|---|---|
f1584bb0 JW |
1 | /* reg-82865.h |
2 | * SMRAM register definitions for Intel 82865 northbridge | |
3 | * NetWatch system management mode administration console | |
4 | * | |
5 | * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. | |
6 | * This program is free software; you can redistribute and/or modify it under | |
7 | * the terms found in the file LICENSE in the root of this source tree. | |
8 | * | |
9 | */ | |
10 | ||
90d08965 JW |
11 | #ifndef _REG_82865_H |
12 | #define _REG_82865_H | |
13 | ||
14 | #define SMRAMC 0x9D | |
15 | #define SMRAMC_ENABLE 0x8 | |
16 | #define SMRAMC_LOCK 0x10 | |
17 | #define SMRAMC_CLOSE 0x20 | |
18 | #define SMRAMC_OPEN 0x40 | |
19 | #define ESMRAMC 0x9E | |
20 | #define ESMRAMC_TSEGEN 0x1 | |
21 | #define ESMRAMC_TSEGSZ 0x6 | |
22 | #define ESMRAMC_SMERR 0x40 | |
23 | #define ESMRAMC_HISMRAM 0x80 | |
24 | ||
25 | ||
26 | #endif |