summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_lmi.c
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2005-01-16 19:22:09 +0000
committerrik <rik@FreeBSD.org>2005-01-16 19:22:09 +0000
commitd11aba881e78a58bd8dd91fa3044dd114ec826ed (patch)
treeca4792a56b7cd1abb76ad014ad5a952f8f676613 /sys/netgraph/ng_lmi.c
parent89dc69d0106249563f78fe79f2df51725e1b1fb1 (diff)
downloadFreeBSD-src-d11aba881e78a58bd8dd91fa3044dd114ec826ed.zip
FreeBSD-src-d11aba881e78a58bd8dd91fa3044dd114ec826ed.tar.gz
Fix comment. Code 0x95 means locking shift to codeset 5 according to
T1.617 AnnexD. Locking shift procedure is described in ANSI T1.607. MFC after: 3 days
Diffstat (limited to 'sys/netgraph/ng_lmi.c')
-rw-r--r--sys/netgraph/ng_lmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_lmi.c b/sys/netgraph/ng_lmi.c
index 98bd355..1258eca 100644
--- a/sys/netgraph/ng_lmi.c
+++ b/sys/netgraph/ng_lmi.c
@@ -348,9 +348,9 @@ nglmi_inquire(sc_p sc, int full)
*cptr++ = 0x00; /* call reference */
*cptr++ = 0x75; /* inquiry */
- /* If we are Annex-D, there is this extra thing.. */
+ /* If we are Annex-D, and locking shift to codeset 5. */
if (ANNEXD(sc))
- *cptr++ = 0x95; /* ??? */
+ *cptr++ = 0x95; /* locking shift */
/* Add a request type */
if (ANNEXA(sc))
*cptr++ = 0x51; /* report type */
OpenPOWER on IntegriCloud