Author: emaste
Date: Tue Dec 3 16:52:03 2019
New Revision: 355340
URL: https://svnweb.freebsd.org/changeset/base/355340
Log:
ctau.c: convert from KOI8-R to UTF-8 encoding
AFAICT this is the last source file (excluding contrib) that was not
ASCII or UTF-8.
Modified:
head/sys/dev/ctau/ctau.c
Modified: head/sys/dev/ctau/ctau.c
==============================================================================
--- head/sys/dev/ctau/ctau.c Tue Dec 3 16:51:26 2019 (r355339)
+++ head/sys/dev/ctau/ctau.c Tue Dec 3 16:52:03 2019 (r355340)
@@ -190,9 +190,9 @@ int ct_download2 (port_t port, const unsigned char *fw
nconfig_set(port);
/*
- * � ������ `fwaddr' � ������ ������ ������ ����������� ������
- * ��� �������� firmware. �������� ������ ���� ����������� � ����������
- * ������ ������� `megaprog' � ������� �������� (� Makefile).
+ * С адреса `fwaddr' в памяти должны лежать упакованные данные
+ * для загрузки firmware. Значение должно быть согласовано с параметром
+ * вызова утилиты `megaprog' в скрипте загрузки (и Makefile).
*/
bytes = unpack_init (&t, fwaddr);
for (; bytes>0; --bytes) {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"