Module Name:    src
Committed By:   brad
Date:           Mon Dec 16 16:42:22 UTC 2024

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

Log Message:
Mention umcpmio(4)


To generate a diff of this commit:
cvs rdiff -u -r1.3119 -r1.3120 src/doc/CHANGES
cvs rdiff -u -r1.37 -r1.38 src/share/man/man4/gpio.4
cvs rdiff -u -r1.36 -r1.37 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.3119 src/doc/CHANGES:1.3120
--- src/doc/CHANGES:1.3119	Thu Dec 12 14:26:03 2024
+++ src/doc/CHANGES	Mon Dec 16 16:42:22 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3119 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.3120 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -618,3 +618,5 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
 	mac68k: Support for backlight control on PowerBooks.  [nat 20241209]
 	puc(4): Add support for some Oxford Semiconductor devices.
 		[msaitoh 20241212]
+	umcpmio(4): Driver for the MCP-2221 / 2221A multi-io chip.
+		[brad 20241216]

Index: src/share/man/man4/gpio.4
diff -u src/share/man/man4/gpio.4:1.37 src/share/man/man4/gpio.4:1.38
--- src/share/man/man4/gpio.4:1.37	Fri Dec 10 19:30:05 2021
+++ src/share/man/man4/gpio.4	Mon Dec 16 16:42:22 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.4,v 1.37 2021/12/10 19:30:05 andvar Exp $
+.\" $NetBSD: gpio.4,v 1.38 2024/12/16 16:42:22 brad Exp $
 .\"	$OpenBSD: gpio.4,v 1.5 2004/11/23 09:39:29 reyk Exp $
 .\"
 .\" Copyright (c) 2004 Alexander Yurchenko <gra...@openbsd.org>
@@ -32,6 +32,7 @@
 .Cd "gpio* at soekrisgpio?"
 .Cd "gpio* at ppbus?"
 .Cd "gpio* at ptcd?"
+.Cd "gpio* at umcpmio?"
 .Cd "gpio* at wbsio?"
 .Pp
 .In sys/types.h

Index: src/share/man/man4/iic.4
diff -u src/share/man/man4/iic.4:1.36 src/share/man/man4/iic.4:1.37
--- src/share/man/man4/iic.4:1.36	Mon Nov  4 21:02:01 2024
+++ src/share/man/man4/iic.4	Mon Dec 16 16:42:22 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: iic.4,v 1.36 2024/11/04 21:02:01 brad Exp $
+.\"	$NetBSD: iic.4,v 1.37 2024/12/16 16:42:22 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>
@@ -71,6 +71,7 @@
 .Cd "iic* at tegrai2c?            # evbarm "
 .Cd "iic* at tiiic?               # evbarm "
 .Cd "iic* at tsciic?              # alpha "
+.Cd "iic* at umcpmio?             # USB "
 .Cd "iic* at viapcib?             # i386 "
 .Cd "iic* at voyager0             # evbmips "
 .Cd "iic0 at ziic?                # evbmips zaurus "
@@ -164,6 +165,8 @@ Intel Chipset internal SMBus 2.0 control
 NVIDIA nForce 2/3/4 SMBus controller and SMBus driver
 .It Xr piixpm 4
 Intel PIIX and compatible Power Management controller
+.It Xr umcpmio 4
+MCP-2221 / 2221A USB multi-io chip
 .El
 .Sh SUPPORTED SLAVES
 A wide list of slaves are supported, among them:

Reply via email to