svn commit: r349330 - head/sys/conf

Ian Lepore ian at FreeBSD.org
Mon Jun 24 02:39:57 UTC 2019


Author: ian
Date: Mon Jun 24 02:39:56 2019
New Revision: 349330
URL: https://svnweb.freebsd.org/changeset/base/349330

Log:
  Add pwm devices to NOTES.

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Mon Jun 24 02:30:05 2019	(r349329)
+++ head/sys/conf/NOTES	Mon Jun 24 02:39:56 2019	(r349330)
@@ -2493,6 +2493,10 @@ device  	gpioregulator	# extres/regulator glue for gpi
 device  	gpiospi		# SPI via gpio bitbang
 device  	gpioths		# 1-wire temp/humidity sensor on gpio pin
 
+# Pulse width modulation
+device  	pwmbus		# pwm interface and bus support
+device  	pwmc		# userland control access to pwm outputs
+
 #
 # Etherswitch framework and drivers
 #


More information about the svn-src-all mailing list