Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2019 21:07:50 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342791 - head/sys/sys
Message-ID:  <201901052107.x05L7oOO014560@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joerg
Date: Sat Jan  5 21:07:49 2019
New Revision: 342791
URL: https://svnweb.freebsd.org/changeset/base/342791

Log:
  Fix an old typo in the element status display bits:
  
  INEAB -> INENAB (import is eNabled)
  
  Note that this kernel definition is exported into chio(1), and used
  for element display there.
  
  MFC after:	1 week

Modified:
  head/sys/sys/chio.h

Modified: head/sys/sys/chio.h
==============================================================================
--- head/sys/sys/chio.h	Sat Jan  5 19:35:10 2019	(r342790)
+++ head/sys/sys/chio.h	Sat Jan  5 21:07:49 2019	(r342791)
@@ -266,7 +266,7 @@ struct changer_set_voltag_request {
 
 
 #define	CESTATUS_BITS	\
-	"\20\6INEAB\5EXENAB\4ACCESS\3EXCEPT\2IMPEXP\1FULL"
+	"\20\6INENAB\5EXENAB\4ACCESS\3EXCEPT\2IMPEXP\1FULL"
 
 #define	CHIOMOVE	_IOW('c', 0x01, struct changer_move)
 #define	CHIOEXCHANGE	_IOW('c', 0x02, struct changer_exchange)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901052107.x05L7oOO014560>