summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-10 22:56:17 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-10 22:56:17 -0800
commit2323f9d42b928f4c804e4926a7a829e81fe4502f (patch)
tree53cf240f13b952d61c6b287977e9e22f4116264a /include/linux
parent57f28fbf571ac10c72ce1084ff53d467da83672a (diff)
Revert recent EDD changes to use EXTENDED READ comand and CONFIG_EDD_SKIP_MBR
It seems to result in unexplained memory corruption. Matt is working on it. Cset exclude: Matt_Domsch@dell.com[torvalds]|ChangeSet|20041020153622|50713
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/edd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/edd.h b/include/linux/edd.h
index 242600817a8d..5f93881106fa 100644
--- a/include/linux/edd.h
+++ b/include/linux/edd.h
@@ -37,18 +37,14 @@
#define EDDEXTSIZE 8 /* change these if you muck with the structures */
#define EDDPARMSIZE 74
#define CHECKEXTENSIONSPRESENT 0x41
-#define EXTENDEDREAD 0x42
#define GETDEVICEPARAMETERS 0x48
#define LEGACYGETDEVICEPARAMETERS 0x08
#define EDDMAGIC1 0x55AA
#define EDDMAGIC2 0xAA55
-#define FIXEDDISKSUBSET 0x0001
-#define GET_DEVICE_PARAMETERS_SUPPORTED 0x0007
#define READ_SECTORS 0x02 /* int13 AH=0x02 is READ_SECTORS command */
#define EDD_MBR_SIG_OFFSET 0x1B8 /* offset of signature in the MBR */
-#define EDD_DEV_ADDR_PACKET_LEN 0x10 /* for int13 fn42 */
#define EDD_MBR_SIG_BUF 0x290 /* addr in boot params */
#define EDD_MBR_SIG_MAX 16 /* max number of signatures to store */
#define EDD_MBR_SIG_NR_BUF 0x1ea /* addr of number of MBR signtaures at EDD_MBR_SIG_BUF