svn commit: r355340 - head/sys/dev/ctau

Ed Maste emaste at FreeBSD.org
Tue Dec 3 16:52:04 UTC 2019


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) {


More information about the svn-src-head mailing list