docs: complete server information LAN stubs

This commit is contained in:
Mario Fetka
2026-06-02 17:35:38 +00:00
parent b1fee997f7
commit 7b51eb768e
3 changed files with 36 additions and 8 deletions

View File

@@ -7667,6 +7667,13 @@ static int handle_ncp_serv(void)
* entries. Requires real adapter/provider
* support before activation.
*/
case 0x18: /* 123/24 LAN Name Information.
* Request selects BoardNumber.
* Reply carries the LAN board name structure.
* Keep this paired with the LAN configuration
* and counter calls; it still requires real
* adapter inventory before activation.
*/
case 0x19: /* 123/25 LSL Information.
* Reply carries Link Support Layer buffer,
* media/protocol, event, and packet counters.
@@ -7679,6 +7686,13 @@ static int handle_ncp_serv(void)
* Reply carries logical-board TX/RX/unclaimed
* packet counters.
*/
case 0x1b: /* 123/27 MLID Board Information.
* Request selects MLIDBoardNumber.
* NetWare 4.x reply returns one bound protocol;
* NetWare 5.x extends this with protocol count.
* Current MARS_NWE_4 scope should model the
* 4.x layout only if this is ever enabled.
*/
completition = 0xfb;
break;
default: completition = 0xfb;