Module Name:    src
Committed By:   phx
Date:           Tue Aug 18 19:40:21 UTC 2015

Modified Files:
        src/share/man/man4: spi.4

Log Message:
Add some more MI SPI drivers to the list: mcp23s17gpio(4), mcp3kadc(4),
mcp48x1dac(4).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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/share/man/man4/spi.4
diff -u src/share/man/man4/spi.4:1.4 src/share/man/man4/spi.4:1.5
--- src/share/man/man4/spi.4:1.4	Wed May 27 19:24:00 2009
+++ src/share/man/man4/spi.4	Tue Aug 18 19:40:21 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: spi.4,v 1.4 2009/05/27 19:24:00 snj Exp $
+.\"	$NetBSD: spi.4,v 1.5 2015/08/18 19:40:21 phx Exp $
 .\"
 .\" Copyright (c) 2006 Urbana-Champaign Independent Media Center.
 .\" Copyright (c) 2006 Garrett D'Amore.
@@ -97,11 +97,20 @@ drivers
 .Bl -tag -width pcdisplay -offset indent
 .It m25p
 STMicroelectronics M25P family of NOR flash devices.
+.It mcp23s17gpio
+Microchip MCP23S17 16-bit GPIO chip.
+.It mcp3kadc
+Microchip MCP3x0x SAR analog to digital converter.
+.It mcp48x1dac
+Microchip MCP4801/MCP4811/MCP4821 digital to analog converter.
 .It tm121temp
 Texas Instruments TMP121 temperature sensor.
 .El
 .Sh SEE ALSO
 .Xr m25p 4 ,
+.Xr mcp23s17gpio 4 ,
+.Xr mcp3kadc 4 ,
+.Xr mcp48x1dac 4 ,
 .Xr tm121temp 4
 .Sh HISTORY
 The machine-independent

Reply via email to