Int 21 Fn F217 - Novell Netware - Get Disk Channel Statistics [N]
AX = F217h subfn D9h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #1725 at AH=E3h/SF=D9h)
ES:DI -> reply buffer (see #1920)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AH=E3h/SF=D9h,AX=F217h/SF=D8h
Format of NetWare "Get Disk Channel Statistics" reply packet:
Offset Size Description (Table 1920)
00h DWORD (big-endian) clock ticks since system started
04h WORD (big-endian) channel run state (see #1727)
06h WORD (big-endian) channel synchronization state (see #1728)
08h BYTE driver type
09h BYTE major version of driver
0Ah BYTE minor version of driver
0Bh 65 BYTEs ASCIZ driver description
4Ch WORD (big-endian) first I/O address used
4Eh WORD (big-endian) length of first I/O address
50h WORD (big-endian) second I/O address used
52h WORD (big-endian) length of second I/O address
54h 3 BYTEs first shared memory address
57h 2 BYTEs length of first shared memory address
59h 3 BYTEs second shared memory address
5Ch 2 BYTEs length of second shared memory address
5Eh BYTE first interrupt number in-use flag
5Fh BYTE first interrupt number used
60h BYTE second interrupt number in-use flag
61h BYTE second interrupt number used
62h BYTE first DMA channel in-use flag
63h BYTE first DMA channel used
64h BYTE second DMA channel in-use flag
65h BYTE second DMA channel used
66h BYTE flags
67h BYTE reserved
68h 80 BYTEs ASCIZ configuration description
See Also: #1725,#1726 at AH=E3h/SF=D9h