Home | History | Annotate | Line # | Download | only in protocol
adapterdebug.h revision 1.1.1.1.6.2
      1  1.1.1.1.6.2  yamt /*	$NetBSD: adapterdebug.h,v 1.1.1.1.6.2 2014/05/22 11:40:57 yamt Exp $	*/
      2  1.1.1.1.6.2  yamt 
      3  1.1.1.1.6.2  yamt #ifndef _ADAPTER_DEBUG_H
      4  1.1.1.1.6.2  yamt #define _ADAPTER_DEBUG_H
      5  1.1.1.1.6.2  yamt 
      6  1.1.1.1.6.2  yamt /*++
      7  1.1.1.1.6.2  yamt 
      8  1.1.1.1.6.2  yamt Copyright (c) 1999  Intel Corporation
      9  1.1.1.1.6.2  yamt 
     10  1.1.1.1.6.2  yamt Module Name:
     11  1.1.1.1.6.2  yamt 
     12  1.1.1.1.6.2  yamt     AdapterDebug.h
     13  1.1.1.1.6.2  yamt 
     14  1.1.1.1.6.2  yamt Abstract:
     15  1.1.1.1.6.2  yamt 
     16  1.1.1.1.6.2  yamt     Protocol to debug the EDD 3.0 enablement of BIOS option ROMs
     17  1.1.1.1.6.2  yamt 
     18  1.1.1.1.6.2  yamt 
     19  1.1.1.1.6.2  yamt 
     20  1.1.1.1.6.2  yamt Revision History
     21  1.1.1.1.6.2  yamt 
     22  1.1.1.1.6.2  yamt --*/
     23  1.1.1.1.6.2  yamt 
     24  1.1.1.1.6.2  yamt // {82F86881-282B-11d4-BC7D-0080C73C8881}
     25  1.1.1.1.6.2  yamt #define ADAPTER_DEBUG_PROTOCOL \
     26  1.1.1.1.6.2  yamt { 0x82f86881, 0x282b, 0x11d4, {0xbc, 0x7d, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} }
     27  1.1.1.1.6.2  yamt 
     28  1.1.1.1.6.2  yamt //
     29  1.1.1.1.6.2  yamt // This protocol points to the BIOS_LEGACY_DRIVE data structure
     30  1.1.1.1.6.2  yamt //  see edd.h for more details
     31  1.1.1.1.6.2  yamt //
     32  1.1.1.1.6.2  yamt 
     33  1.1.1.1.6.2  yamt #endif
     34  1.1.1.1.6.2  yamt 
     35