Displaying 1 result from an estimated 1 matches for "eddtabl".
Did you mean:
eddtable
2009 Jul 31
1
[PATCH] [memdisk] Additional EDD Device Parameter Table fields
...+
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc
index 2699c34..b4d45c4 100644
--- a/memdisk/memdisk.inc
+++ b/memdisk/memdisk.inc
@@ -1008,6 +1008,17 @@ EDD_DPT:
.totalsize dd 0, 0 ; Filled in by installer
.bytespersec dw SECTORSIZE
.eddtable dw -1, -1 ; Invalid DPTE pointer
+.dpikey dw 0 ; Device Path Info magic
(not impl.)
+ ; Would be 0beddh if implemented
+.dpilen db 2ch ; DPI len
+.res1 db 0 ; Reserved
+.res2 db 0 ; Reserved
+.bustype equ ''PCI '' ; Host bus type (4 bytes, space
padded)
+.inttype...