Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 17:39:13 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349319 - head/sys/conf
Message-ID:  <201906231739.x5NHdD2u007973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Jun 23 17:39:13 2019
New Revision: 349319
URL: https://svnweb.freebsd.org/changeset/base/349319

Log:
  Add some i2c slave-device drivers that were missing from NOTES.

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Sun Jun 23 17:38:30 2019	(r349318)
+++ head/sys/conf/NOTES	Sun Jun 23 17:39:13 2019	(r349319)
@@ -2421,14 +2421,19 @@ device		iicoc		# OpenCores I2C controller support
 
 # I2C peripheral devices
 #
+device		ad7418		# Analog Devices temp and voltage sensor
 device		ds1307		# Dallas DS1307 RTC and compatible
 device		ds13rtc		# All Dallas/Maxim ds13xx chips
 device		ds1672		# Dallas DS1672 RTC
 device		ds3231		# Dallas DS3231 RTC + temperature
 device		icee		# AT24Cxxx and compatible EEPROMs
+device		isl12xx		# Intersil ISL12xx RTC
 device		lm75		# LM75 compatible temperature sensor
 device		nxprtc		# NXP RTCs: PCA/PFC212x PCA/PCF85xx
+device		rtc8583		# Epson RTC-8583
 device		s35390a		# Seiko Instruments S-35390A RTC
+device		sy8106a		# Silergy Corp. SY8106A buck regulator
+device		syr827		# Silergy Corp. DC/DC regulator
 
 # Parallel-Port Bus
 #



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