|
|
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993
;/*++ BUILD Version: 0001 // Increment this if a change has global effects
;
;Copyright (c) 1992, 1993 Microsoft Corporation
;
;Module Name:
;
; s3logerr.h
;
;Abstract:
;
; Constant definitions for the I/O error code log values.
;
;Revision History:
;
;--*/
;
;#ifndef _S3LOGERR_
;#define _S3LOGERR_
;
;//
;// Status values are 32 bit values layed out as follows:
;//
;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
;// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
;// +---+-+-------------------------+-------------------------------+
;// |Sev|C| Facility | Code |
;// +---+-+-------------------------+-------------------------------+
;//
;// where
;//
;// Sev - is the severity code
;//
;// 00 - Success
;// 01 - Informational
;// 10 - Warning
;// 11 - Error
;//
;// C - is the Customer code flag
;//
;// Facility - is the facility code
;//
;// Code - is the facility's status code
;//
;
MessageIdTypedef=VP_STATUS
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR
)
FacilityNames=(System=0x0
RpcRuntime=0x2:FACILITY_RPC_RUNTIME
RpcStubs=0x3:FACILITY_RPC_STUBS
Io=0x4:FACILITY_IO_ERROR_CODE
Video=0x101:FACILITY_VIDEO_ERROR_CODE
)
MessageId=0x0001 Facility=Video Severity=Informational SymbolicName=S3_ERROR_CODE_TEST
Language=English
This is a test of the S3 error logging.
.
MessageId=0x0002 Facility=Video Severity=Error SymbolicName=S3_UNSUPPORTED_CHIP
Language=English
This type of S3 chip is not currently supported by this video driver.
The standard VGA driver will be used.
.
MessageId=0x0003 Facility=Video Severity=Error SymbolicName=S3_NOT_ENOUGH_VRAM
Language=English
The S3 board does not have the minimum required 1 Megabyte of Video RAM
installed.
Please upgrade the video board.
The standard VGA driver will be used.
.
;#endif /* _S3LOGERR_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.