Annotation of ntddk/src/video/miniport/xga/xgaloger.mc, revision 1.1.1.1

1.1       root        1: ;/*++ BUILD Version: 0001    // Increment this if a change has global effects
                      2: ;
                      3: ;Copyright (c) 1992, 1993  Microsoft Corporation
                      4: ;
                      5: ;Module Name:
                      6: ;
                      7: ;    xgaloger.h
                      8: ;
                      9: ;Abstract:
                     10: ;
                     11: ;    Constant definitions for the I/O error code log values.
                     12: ;
                     13: ;Revision History:
                     14: ;
                     15: ;--*/
                     16: ;
                     17: ;#ifndef _XGALOGER_
                     18: ;#define _XGALOGER_
                     19: ;
                     20: ;//
                     21: ;//  Status values are 32 bit values layed out as follows:
                     22: ;//
                     23: ;//   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
                     24: ;//   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
                     25: ;//  +---+-+-------------------------+-------------------------------+
                     26: ;//  |Sev|C|       Facility          |               Code            |
                     27: ;//  +---+-+-------------------------+-------------------------------+
                     28: ;//
                     29: ;//  where
                     30: ;//
                     31: ;//      Sev - is the severity code
                     32: ;//
                     33: ;//          00 - Success
                     34: ;//          01 - Informational
                     35: ;//          10 - Warning
                     36: ;//          11 - Error
                     37: ;//
                     38: ;//      C - is the Customer code flag
                     39: ;//
                     40: ;//      Facility - is the facility code
                     41: ;//
                     42: ;//      Code - is the facility's status code
                     43: ;//
                     44: ;
                     45: MessageIdTypedef=VP_STATUS
                     46: 
                     47: SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
                     48:                Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
                     49:                Warning=0x2:STATUS_SEVERITY_WARNING
                     50:                Error=0x3:STATUS_SEVERITY_ERROR
                     51:               )
                     52: 
                     53: FacilityNames=(System=0x0
                     54:                RpcRuntime=0x2:FACILITY_RPC_RUNTIME
                     55:                RpcStubs=0x3:FACILITY_RPC_STUBS
                     56:                Io=0x4:FACILITY_IO_ERROR_CODE
                     57:                Video=0x101:FACILITY_VIDEO_ERROR_CODE
                     58:               )
                     59: 
                     60: 
                     61: 
                     62: MessageId=0x0001 Facility=Video Severity=Error SymbolicName=XGA_WRONG_APERTURE
                     63: Language=English
                     64: The aperture enabled for the XGA device is invalid.
                     65: Please enable the 4 MEG aperture (prefered) or 1 MEG aperture using the XGA reference disk"
                     66: .
                     67: 
                     68: ;#endif /* _XGALOGER_ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.