]>
Commit | Line | Data |
---|---|---|
1 | /* output.h | |
2 | * Register macros for Intel 82815 | |
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 | ||
11 | #ifndef _REG_82815_H | |
12 | #define _REG_82815_H | |
13 | ||
14 | #define DRP 0x52 | |
15 | #define DRP2 0x54 | |
16 | ||
17 | #define SMRAMC 0x70 | |
18 | #define SMRAMC_LOCK 0x02 | |
19 | #define SMRAMC_LSMM 0x0C | |
20 | #define SMRAMC_USMM 0x30 | |
21 | #define SMRAMC_GMS 0xC0 | |
22 | ||
23 | #endif |