diff options
Diffstat (limited to 'sys')
-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 */ |