mirror of
https://github.com/PDP-10/klh10.git
synced 2026-01-13 07:19:32 +00:00
Work around another couple of "nested comment" warning.
This commit is contained in:
parent
94ec1830ca
commit
91af8d0b6b
@ -1,7 +1,7 @@
|
|||||||
/* CMDLINE.H - header file for command line processing functions
|
/* CMDLINE.H - header file for command line processing functions
|
||||||
*/
|
*/
|
||||||
/* Copyright © 1992, 1993, 2001 Kenneth L. Harrenstien
|
/* Copyright © 1992, 1993, 2001 Kenneth L. Harrenstien
|
||||||
/* Copyright © 2017 Olaf Seibert
|
** Copyright © 2017 Olaf Seibert
|
||||||
** All Rights Reserved
|
** All Rights Reserved
|
||||||
**
|
**
|
||||||
** This file is part of the KLH10 Distribution. Use, modification, and
|
** This file is part of the KLH10 Distribution. Use, modification, and
|
||||||
|
|||||||
@ -893,7 +893,7 @@ ch11_write(struct device *d, uint18 addr, register dvureg_t val)
|
|||||||
chaos_start(ch);
|
chaos_start(ch);
|
||||||
|
|
||||||
switch (addr) {
|
switch (addr) {
|
||||||
/* case UB_CHMYN: /* My chaos address (read only) = CHWBF */
|
/* case UB_CHMYN: / * My chaos address (read only) = CHWBF */
|
||||||
case UB_CHRBF: /* Read buffer (read only) */
|
case UB_CHRBF: /* Read buffer (read only) */
|
||||||
case UB_CHRBC: /* Receive bit counter (read only) */
|
case UB_CHRBC: /* Receive bit counter (read only) */
|
||||||
case UB_CHXMT: /* Initiate transmit (read only) */
|
case UB_CHXMT: /* Initiate transmit (read only) */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user