Lines Matching +full:0 +full:x290
9 * This is based on the T13 group document D1572 Revision 0 (August 14 2002)
22 * it under the terms of the GNU General Public License v2.0 as published by
36 #define EDDNR 0x1e9 /* addr of number of edd_info structs at EDDBUF
38 #define EDDBUF 0xd00 /* addr of edd_info structs in boot_params */
42 #define CHECKEXTENSIONSPRESENT 0x41
43 #define GETDEVICEPARAMETERS 0x48
44 #define LEGACYGETDEVICEPARAMETERS 0x08
45 #define EDDMAGIC1 0x55AA
46 #define EDDMAGIC2 0xAA55
49 #define READ_SECTORS 0x02 /* int13 AH=0x02 is READ_SECTORS command */
50 #define EDD_MBR_SIG_OFFSET 0x1B8 /* offset of signature in the MBR */
51 #define EDD_MBR_SIG_BUF 0x290 /* addr in boot params */
53 #define EDD_MBR_SIG_NR_BUF 0x1ea /* addr of number of MBR signtaures at EDD_MBR_SIG_BUF
58 #define EDD_EXT_FIXED_DISK_ACCESS (1 << 0)
63 #define EDD_INFO_DMA_BOUNDARY_ERROR_TRANSPARENT (1 << 0)
80 __u32 dpte_ptr; /* 0xFFFFFFFF for our purposes */
81 __u16 key; /* = 0xBEDD */