Displaying 2 results from an estimated 2 matches for "dpilen".
Did you mean:
apilen
2009 Jul 31
1
[PATCH] [memdisk] Additional EDD Device Parameter Table fields
...--- 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 equ ''ATA '' ; Interface type (8 bytes, spc.
padded)
+.intpath dd 0, 0 ; Interface path
+.devpath dd 0, 0, 0, 0 ;...
2009 Aug 02
0
[PATCH] [memdisk] Additional EDD DPT Fields
Oops! My mistake in my 'freedos' branch. Silly mistake. - Shao
diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc
index 237e020..9c19b58 100644
--- a/memdisk/memdisk.inc
+++ b/memdisk/memdisk.inc
@@ -980,8 +980,9 @@ EDD_DPT:
.dpilen db 2ch ; DPI len
.res1 db 0 ; Reserved
.res2 dw 0 ; Reserved
-.bustype equ 'MEM ' ; Host bus type (4 bytes, space
padded)
-.inttype equ 'MEMORY ' ; Interface...