diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-10-08 18:27:36 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-10-08 18:27:36 +0000 |
commit | 754c38b158147ec4ba3cc4d97386281dbb170a23 (patch) | |
tree | 0c1c2249c3736673fea17f631661fab55bb93d76 /sys/arch | |
parent | b8c915a2b948eac2fdb3315fdc2dd83772ad9231 (diff) |
define from smp spec
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/nvram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/i386/isa/nvram.h b/sys/arch/i386/isa/nvram.h index a529f9e1d85..3a1ca462d43 100644 --- a/sys/arch/i386/isa/nvram.h +++ b/sys/arch/i386/isa/nvram.h @@ -53,6 +53,7 @@ #define NVRAM_RESET_RST 0x00 /* normal reset */ #define NVRAM_RESET_LOAD 0x04 /* load system */ +#define NVRAM_RESET_SOFT 0x0A /* soft reset */ /* NVRAM byte 2: diskette drive type in upper/lower nibble */ #define NVRAM_DISKETTE (MC_NVRAM_START + 2) /* RTC offset 0x10 */ |