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