Module Name:    src
Committed By:   brad
Date:           Tue Dec  7 17:50:27 UTC 2021

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

Log Message:
Mention the SCMD device


To generate a diff of this commit:
cvs rdiff -u -r1.2852 -r1.2853 src/doc/CHANGES
cvs rdiff -u -r1.32 -r1.33 src/share/man/man4/iic.4
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/spi.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.2852 src/doc/CHANGES:1.2853
--- src/doc/CHANGES:1.2852	Thu Nov 25 06:19:06 2021
+++ src/doc/CHANGES	Tue Dec  7 17:50:27 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2852 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2853 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -457,3 +457,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	cgdconfig(8): Added 'argon2id' password-based key generation method.
 		[nia 20211122]
 	aarch64: Add initial COMPAT_LINUX32 support. [ryo 20211125]
+	scmd: Driver and userland utility for the Sparkfun Serial Controlled
+		Motor Driver [brad 20211207]

Index: src/share/man/man4/iic.4
diff -u src/share/man/man4/iic.4:1.32 src/share/man/man4/iic.4:1.33
--- src/share/man/man4/iic.4:1.32	Sun Dec  5 04:38:54 2021
+++ src/share/man/man4/iic.4	Tue Dec  7 17:50:27 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: iic.4,v 1.32 2021/12/05 04:38:54 msaitoh Exp $
+.\"	$NetBSD: iic.4,v 1.33 2021/12/07 17:50:27 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>
@@ -209,6 +209,8 @@ NXP PCF8563 real-time clock
 RICOH RS5C372A and RS5C372B real-time clock
 .It Xr s390rtc 4
 Seiko Instruments S-35390 real-time clock
+.It Xr scmdi2c 4
+I2C frontend for the Sparkfun Serial Controlled Motor Driver.
 .It Xr sdtemp 4
 JEDEC JC-42.4 compatible memory module temperature sensors
 .It Xr seeprom 4

Index: src/share/man/man4/spi.4
diff -u src/share/man/man4/spi.4:1.11 src/share/man/man4/spi.4:1.12
--- src/share/man/man4/spi.4:1.11	Thu Mar 11 15:46:03 2021
+++ src/share/man/man4/spi.4	Tue Dec  7 17:50:27 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: spi.4,v 1.11 2021/03/11 15:46:03 nia Exp $
+.\"	$NetBSD: spi.4,v 1.12 2021/12/07 17:50:27 brad Exp $
 .\"
 .\" Copyright (c) 2006 Urbana-Champaign Independent Media Center.
 .\" Copyright (c) 2006 Garrett D'Amore.
@@ -141,6 +141,8 @@ Microchip MCP3x0x SAR analog to digital 
 Microchip MCP4801/MCP4811/MCP4821 digital to analog converter.
 .It Xr tm121temp 4
 Texas Instruments TMP121 temperature sensor.
+.It Xr scmdspi 4
+SPI frontend for the Sparkfun Serial Controlled Motor Driver.
 .It Xr ssdfb 4
 OLED/PLED framebuffer modules.
 .El

Reply via email to