Module Name: src Committed By: brad Date: Thu Jan 23 19:26:29 UTC 2025
Modified Files: src/doc: CHANGES src/share/man/man4: iic.4 onewire.4 Log Message: Mention ds28e17iic(4) To generate a diff of this commit: cvs rdiff -u -r1.3127 -r1.3128 src/doc/CHANGES cvs rdiff -u -r1.37 -r1.38 src/share/man/man4/iic.4 cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/onewire.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.3127 src/doc/CHANGES:1.3128 --- src/doc/CHANGES:1.3127 Mon Jan 20 13:59:20 2025 +++ src/doc/CHANGES Thu Jan 23 19:26:29 2025 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3127 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3128 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -664,3 +664,5 @@ Changes from NetBSD 10.0 to NetBSD 11.0: bwi(4): Add support for Nintendo Wii WLAN. [jmcneill 20250118] ncm(4): New driver for USB Network Control Model (used by Android for USB tethering) [maya 20250120] + ds28e17iic(4): Driver for the DS28E17 1-Wire to I2C bridge chip + [brad 20241104] Index: src/share/man/man4/iic.4 diff -u src/share/man/man4/iic.4:1.37 src/share/man/man4/iic.4:1.38 --- src/share/man/man4/iic.4:1.37 Mon Dec 16 16:42:22 2024 +++ src/share/man/man4/iic.4 Thu Jan 23 19:26:29 2025 @@ -1,4 +1,4 @@ -.\" $NetBSD: iic.4,v 1.37 2024/12/16 16:42:22 brad Exp $ +.\" $NetBSD: iic.4,v 1.38 2025/01/23 19:26:29 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> @@ -42,6 +42,7 @@ .Cd "iic* at cuda? # macppc " .Cd "iic* at cxdtv? # amd64 i386 " .Cd "iic* at diic? # acorn32 evbppc " +.Cd "iic* at ds28e17iic? # 1-Wire " .Cd "iic* at dwiic? # amd64 i386 " .Cd "iic* at exyoi2c? # evbarm " .Cd "iic* at g2i2c? # evbarm " @@ -155,6 +156,8 @@ Support for CUDA microcontrollers found compatible computers .It Xr cxdtv 4 Digital video driver for Conexant CX2388x based cards +.It Xr ds28e17iic 4 +1-Wire to I2C bridge .It Xr gpioiic 4 GPIO I2C controller .It Xr ichsmb 4 Index: src/share/man/man4/onewire.4 diff -u src/share/man/man4/onewire.4:1.5 src/share/man/man4/onewire.4:1.6 --- src/share/man/man4/onewire.4:1.5 Tue Mar 18 18:20:39 2014 +++ src/share/man/man4/onewire.4 Thu Jan 23 19:26:29 2025 @@ -1,4 +1,4 @@ -.\" $NetBSD: onewire.4,v 1.5 2014/03/18 18:20:39 riastradh Exp $ +.\" $NetBSD: onewire.4,v 1.6 2025/01/23 19:26:29 brad Exp $ .\" $OpenBSD: onewire.4,v 1.2 2006/03/06 10:24:46 grange Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <gra...@openbsd.org> @@ -43,14 +43,16 @@ bus. .Pp The driver supports plugging and unplugging slave devices on the fly. .Sh SUPPORTED MASTERS -.Bl -tag -width 10n -offset ind -compact +.Bl -tag -width 14n -offset ind -compact +.It Xr ds2482ow 4 +I2C to 1-Wire bridge .It Xr gpioow 4 1-Wire bus bit-banging through GPIO pin .El .Sh SUPPORTED SLAVES -.Bl -tag -width 10n -offset ind -compact -.\".It Xr owid 4 -.\"ID family type device +.Bl -tag -width 14n -offset ind -compact +.It Xr ds28e17iic 4 +1-Wire to IIC bridge .It Xr owtemp 4 temperature family type device .El