Module Name:    src
Committed By:   brad
Date:           Thu Nov 17 20:43:39 UTC 2022

Modified Files:
        src/doc: CHANGES
        src/share/man/man4: iic.4

Log Message:
Mention the AHT20 driver


To generate a diff of this commit:
cvs rdiff -u -r1.2930 -r1.2931 src/doc/CHANGES
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/iic.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2930 src/doc/CHANGES:1.2931
--- src/doc/CHANGES:1.2930	Sun Nov 13 21:22:13 2022
+++ src/doc/CHANGES	Thu Nov 17 20:43:39 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2930 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2931 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -733,3 +733,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	tzdata: updated to 2022f (using the 2022fgtz fork) [kre 20221030]
 	regerror(3): Allow null errbuf if errbuf_size is zero,
 		as documented and in POSIX. [riastradh 20221105]
+	aht20temp(4): Driver for the Aosong AHT20 temperature and
+		humidity sensor [brad 20221117]

Index: src/share/man/man4/iic.4
diff -u src/share/man/man4/iic.4:1.33 src/share/man/man4/iic.4:1.34
--- src/share/man/man4/iic.4:1.33	Tue Dec  7 17:50:27 2021
+++ src/share/man/man4/iic.4	Thu Nov 17 20:43:39 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: iic.4,v 1.33 2021/12/07 17:50:27 brad Exp $
+.\"	$NetBSD: iic.4,v 1.34 2022/11/17 20:43:39 brad Exp $
 .\"	$OpenBSD: iic.4,v 1.74 2008/09/10 16:13:43 reyk Exp $
 .\"
 .\" Copyright (c) 2004, 2006 Alexander Yurchenko <gra...@openbsd.org>
@@ -179,6 +179,8 @@ A wide list of slaves are supported, amo
 Analog Devices ADM1026 complete thermal system management controller
 .It Xr admtemp 4
 Analog Devices ADM1021 temperature sensor
+.It Xr aht20temp 4
+Aosong AHT20 humidity/temperature sensors
 .It Xr am2315temp 4
 Aosong AM2315 humidity/temperature sensors
 .It Xr ddc 4

Reply via email to