svn commit: r366382 - in head/sys: amd64/conf arm/conf arm64/conf i386/conf powerpc/conf

Emmanuel Vadot manu at FreeBSD.org
Fri Oct 2 20:52:11 UTC 2020


Author: manu
Date: Fri Oct  2 20:52:09 2020
New Revision: 366382
URL: https://svnweb.freebsd.org/changeset/base/366382

Log:
  Fix LINT: Add backlight to NOTES

Modified:
  head/sys/amd64/conf/NOTES
  head/sys/arm/conf/NOTES
  head/sys/arm64/conf/NOTES
  head/sys/i386/conf/NOTES
  head/sys/powerpc/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Fri Oct  2 19:56:54 2020	(r366381)
+++ head/sys/amd64/conf/NOTES	Fri Oct  2 20:52:09 2020	(r366382)
@@ -538,6 +538,7 @@ device		ioat		# Intel I/OAT DMA engine
 # Laptop/Notebook options:
 #
 
+device backlight
 
 #
 # I2C Bus

Modified: head/sys/arm/conf/NOTES
==============================================================================
--- head/sys/arm/conf/NOTES	Fri Oct  2 19:56:54 2020	(r366381)
+++ head/sys/arm/conf/NOTES	Fri Oct  2 20:52:09 2020	(r366382)
@@ -45,6 +45,9 @@ device		nvmem
 device		regulator
 device		syscon
 
+# Backlight subsystem
+device		backlight
+
 # Undo options from sys/conf/NOTES that we do not want...
 
 nooptions	COMPAT_FREEBSD4

Modified: head/sys/arm64/conf/NOTES
==============================================================================
--- head/sys/arm64/conf/NOTES	Fri Oct  2 19:56:54 2020	(r366381)
+++ head/sys/arm64/conf/NOTES	Fri Oct  2 20:52:09 2020	(r366382)
@@ -191,6 +191,9 @@ device		regulator
 device		syscon
 device		aw_syscon
 
+# Backlight subsystem
+device		backlight
+
 # Misc devices.
 device		pl330		# ARM PL330 dma controller
 device		xdma		# xDMA framework for SoC on-chip dma controllers

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES	Fri Oct  2 19:56:54 2020	(r366381)
+++ head/sys/i386/conf/NOTES	Fri Oct  2 20:52:09 2020	(r366382)
@@ -784,6 +784,8 @@ device		aesni		# AES-NI OpenCrypto module
 #  apm under `Miscellaneous hardware'
 # above.
 
+device		backlight
+
 # For older notebooks that signal a powerfail condition (external
 # power supply dropped, or battery state low) by issuing an NMI:
 

Modified: head/sys/powerpc/conf/NOTES
==============================================================================
--- head/sys/powerpc/conf/NOTES	Fri Oct  2 19:56:54 2020	(r366381)
+++ head/sys/powerpc/conf/NOTES	Fri Oct  2 20:52:09 2020	(r366382)
@@ -68,6 +68,9 @@ device		snd_ai2s	# Apple I2S Audio
 device		snd_davbus	# Apple Davbus Audio
 device		adm1030		# Apple G4 MDD fan controller
 
+# Backlight subsystem
+device		backlight
+
 

 #####################################################################
 # Devices we don't want to deal with


More information about the svn-src-head mailing list