Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Mention the SCMD device



details:   https://anonhg.NetBSD.org/src/rev/88655fe7ce7b
branches:  trunk
changeset: 1027138:88655fe7ce7b
user:      brad <brad%NetBSD.org@localhost>
date:      Tue Dec 07 17:50:27 2021 +0000

description:
Mention the SCMD device

diffstat:

 doc/CHANGES          |  4 +++-
 share/man/man4/iic.4 |  4 +++-
 share/man/man4/spi.4 |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 027e2c3e89ff -r 88655fe7ce7b doc/CHANGES
--- a/doc/CHANGES       Tue Dec 07 17:39:53 2021 +0000
+++ b/doc/CHANGES       Tue Dec 07 17:50:27 2021 +0000
@@ -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 @@
        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]
diff -r 027e2c3e89ff -r 88655fe7ce7b share/man/man4/iic.4
--- a/share/man/man4/iic.4      Tue Dec 07 17:39:53 2021 +0000
+++ b/share/man/man4/iic.4      Tue Dec 07 17:50:27 2021 +0000
@@ -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 <grange%openbsd.org@localhost>
@@ -209,6 +209,8 @@
 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
diff -r 027e2c3e89ff -r 88655fe7ce7b share/man/man4/spi.4
--- a/share/man/man4/spi.4      Tue Dec 07 17:39:53 2021 +0000
+++ b/share/man/man4/spi.4      Tue Dec 07 17:50:27 2021 +0000
@@ -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 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



Home | Main Index | Thread Index | Old Index