Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2018 21:43:33 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342204 - head/share/man/man4
Message-ID:  <201812182143.wBILhXNW082160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Tue Dec 18 21:43:33 2018
New Revision: 342204
URL: https://svnweb.freebsd.org/changeset/base/342204

Log:
  cyapa.4, isl.4: cross-reference and document use of chromebook_platform(4)
  
  PR:		218632
  Reported by:	Denis Kozadaev <denis@tambov.ru>
  MFC after:	1 week

Modified:
  head/share/man/man4/cyapa.4
  head/share/man/man4/isl.4

Modified: head/share/man/man4/cyapa.4
==============================================================================
--- head/share/man/man4/cyapa.4	Tue Dec 18 21:01:48 2018	(r342203)
+++ head/share/man/man4/cyapa.4	Tue Dec 18 21:43:33 2018	(r342204)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 03, 2016
+.Dd December 18, 2018
 .Dt CYAPA 4
 .Os
 .Sh NAME
@@ -46,7 +46,13 @@ cyapa_load="YES"
 ig4_load="YES"
 .Ed
 .Pp
-In
+On many Chromebook models this driver can be automatically configured with the
+help of the
+.Xr chromebook_platform 4
+driver.
+Alternatively, the
+.Nm
+driver can be manually configured in
 .Pa /boot/device.hints :
 .Cd hint.cyapa.0.at="iicbus0"
 .Cd hint.cyapa.0.addr="0xCE"
@@ -195,6 +201,7 @@ file:
 .Dl debug.cyapa_thumbarea_percent=0
 .Dl debug.cyapa_enable_tapclick=2
 .Sh SEE ALSO
+.Xr chromebook_platform 4 ,
 .Xr ig4 4 ,
 .Xr iicbus 4 ,
 .Xr sysmouse 4 ,

Modified: head/share/man/man4/isl.4
==============================================================================
--- head/share/man/man4/isl.4	Tue Dec 18 21:01:48 2018	(r342203)
+++ head/share/man/man4/isl.4	Tue Dec 18 21:43:33 2018	(r342204)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 03, 2016
+.Dd December 18, 2018
 .Dt ISL 4
 .Os
 .Sh NAME
@@ -46,7 +46,13 @@ isl_load="YES"
 ig4_load="YES"
 .Ed
 .Pp
-In
+On many Chromebook models this driver can be automatically configured with the
+help of the
+.Xr chromebook_platform 4
+driver.
+Alternatively, the
+.Nm
+driver can be manually configured in
 .Pa /boot/device.hints :
 .Cd hint.isl.0.at="iicbus0"
 .Cd hint.isl.0.addr="0x88"
@@ -106,6 +112,7 @@ $ pkg install intel-backlight
 $ sh /usr/local/share/examples/intel-backlight/isl_backlight.sh
 .Ed
 .Sh SEE ALSO
+.Xr chromebook_platform 4 ,
 .Xr ig4 4 ,
 .Xr iicbus 4
 .Sh AUTHORS



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