Displaying 2 results from an estimated 2 matches for "intpath".
Did you mean:
mntpath
2009 Jul 31
1
[PATCH] [memdisk] Additional EDD Device Parameter Table fields
...c
(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 ; Device path
+.res3 db 0 ; Reserved
+.chksum db 0 ; DPI checksum (not
implemented)
=20
%endif
=20
diff --git a/memdisk/setup.c b/memdisk/setup.c
index 98c4b69..b8efd8a 100644
--- a/memdisk/setup.c
+++ b/memdisk/setup.c
@@ -80,6 +80,16 @@ s...
2009 Aug 02
0
[PATCH] [memdisk] Additional EDD DPT Fields
...-.inttype equ 'MEMORY ' ; Interface type (8 bytes, spc.
padded)
+.bustype dd 'MEM ' ; Host bus type (4 bytes, space
padded)
+.inttype dd 'MEMO'
+ dd 'RY ' ; Interface type (8 bytes, spc.
padded)
.intpath dd 0, 0 ; Interface path
.devpath dd 0, 0, 0, 0 ; Device path
.res3 db 0 ; Reserved
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dpi_correction.patch
Type: application/octet-stream
Size: 835...