Thu Feb 25 17:08:01 2010 UTC ()
Apply patch from Martin S. Weber in PR 37958 that adds/fixes references
to iic(4).


(wiz)
diff -r1.6 -r1.7 src/share/man/man4/amdpm.4
diff -r1.4 -r1.5 src/share/man/man4/cuda.4
diff -r1.5 -r1.6 src/share/man/man4/dbcool.4
diff -r1.2 -r1.3 src/share/man/man4/rs5c372rtc.4
diff -r1.2 -r1.3 src/share/man/man4/seeprom.4
diff -r1.3 -r1.4 src/share/man/man4/sgsmix.4

cvs diff -r1.6 -r1.7 src/share/man/man4/amdpm.4 (expand / switch to unified diff)

--- src/share/man/man4/amdpm.4 2008/04/30 13:10:53 1.6
+++ src/share/man/man4/amdpm.4 2010/02/25 17:08:01 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: amdpm.4,v 1.6 2008/04/30 13:10:53 martin Exp $ 1.\" $NetBSD: amdpm.4,v 1.7 2010/02/25 17:08:01 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2002, 2006 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2002, 2006 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Enami Tsugutomo. 7.\" by Enami Tsugutomo.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -31,22 +31,23 @@ @@ -31,22 +31,23 @@
31.Dt AMDPM 4 31.Dt AMDPM 4
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm amdpm 34.Nm amdpm
35.Nd AMD768 Power Management Controller and AMD8111 System Management Controller 35.Nd AMD768 Power Management Controller and AMD8111 System Management Controller
36.Sh SYNOPSIS 36.Sh SYNOPSIS
37.Cd "amdpm* at pci? dev ? function ?" 37.Cd "amdpm* at pci? dev ? function ?"
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39The 39The
40.Nm 40.Nm
41provides support for the AMD768 Power Management Controller 41provides support for the AMD768 Power Management Controller
42and for the AMD8111 System Management Controller. 42and for the AMD8111 System Management Controller.
43.Sh SEE ALSO 43.Sh SEE ALSO
 44.Xr iic 4 ,
44.Xr pci 4 , 45.Xr pci 4 ,
45.Xr rnd 4 46.Xr rnd 4
46.Sh HISTORY 47.Sh HISTORY
47The 48The
48.Nm 49.Nm
49driver appeared in 50driver appeared in
50.Nx 2.0 . 51.Nx 2.0 .
51.Sh BUGS 52.Sh BUGS
52Currently, this driver does nothing except collecting random numbers. 53Currently, this driver does nothing except collecting random numbers.

cvs diff -r1.4 -r1.5 src/share/man/man4/cuda.4 (expand / switch to unified diff)

--- src/share/man/man4/cuda.4 2009/03/09 19:24:28 1.4
+++ src/share/man/man4/cuda.4 2010/02/25 17:08:01 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: cuda.4,v 1.4 2009/03/09 19:24:28 joerg Exp $ 1.\" $NetBSD: cuda.4,v 1.5 2010/02/25 17:08:01 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2007 3.\" Copyright (c) 2007
4.\" Michael Lorenz. All rights reserved. 4.\" Michael Lorenz. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -34,18 +34,18 @@ compatible computers @@ -34,18 +34,18 @@ compatible computers
34.Sh SYNOPSIS 34.Sh SYNOPSIS
35.Cd "cuda* at obio?" 35.Cd "cuda* at obio?"
36.Cd "nadb* at cuda?" 36.Cd "nadb* at cuda?"
37.Cd "iic* at cuda?" 37.Cd "iic* at cuda?"
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39The 39The
40.Nm 40.Nm
41driver provides support for the CUDA microcontroller found in many Power 41driver provides support for the CUDA microcontroller found in many Power
42Macintosh and compatible computers, mostly Old World desktop machines. 42Macintosh and compatible computers, mostly Old World desktop machines.
43CUDA controls the real time clock, ADB, power and on some machines an 43CUDA controls the real time clock, ADB, power and on some machines an
44.Xr iic 9 44.Xr iic 9
45bus. 45bus.
46.Sh SEE ALSO 46.Sh SEE ALSO
 47.Xr iic 4 ,
47.Xr nadb 4 , 48.Xr nadb 4 ,
48.Xr obio 4 , 49.Xr obio 4 ,
49.Xr pmu 4 , 50.Xr pmu 4 ,
50.Xr sgsmix 4 , 51.Xr sgsmix 4
51.Xr iic 9 

cvs diff -r1.5 -r1.6 src/share/man/man4/dbcool.4 (expand / switch to unified diff)

--- src/share/man/man4/dbcool.4 2010/02/25 02:19:28 1.5
+++ src/share/man/man4/dbcool.4 2010/02/25 17:08:01 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: dbcool.4,v 1.5 2010/02/25 02:19:28 pgoyette Exp $ 1.\" $NetBSD: dbcool.4,v 1.6 2010/02/25 17:08:01 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2008 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Paul Goyette. 7.\" by Paul Goyette.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -245,26 +245,27 @@ dbcool0 { @@ -245,26 +245,27 @@ dbcool0 {
245} 245}
246.Ed 246.Ed
247.Pp 247.Pp
248Alternatively, set the following commands in 248Alternatively, set the following commands in
249.Pa /etc/sysctl.conf 249.Pa /etc/sysctl.conf
250to perform limit checking in the hardware: 250to perform limit checking in the hardware:
251.Bd -literal -offset indent 251.Bd -literal -offset indent
252hw.dbcool0.r1_temp.hi_lim = 65 252hw.dbcool0.r1_temp.hi_lim = 65
253hw.dbcool0.Vcc.low_lim = 3200000 253hw.dbcool0.Vcc.low_lim = 3200000
254hw.dbcool0.Vcc.hi_lim = 3500000 254hw.dbcool0.Vcc.hi_lim = 3500000
255.Ed 255.Ed
256.Sh SEE ALSO 256.Sh SEE ALSO
257.Xr envsys 4 , 257.Xr envsys 4 ,
 258.Xr iic 4 ,
258.Xr envstat 8 , 259.Xr envstat 8 ,
259.Xr powerd 8 , 260.Xr powerd 8 ,
260.Xr sysctl 8 261.Xr sysctl 8
261.Sh HISTORY 262.Sh HISTORY
262The 263The
263.Nm 264.Nm
264device appeared in 265device appeared in
265.Nx 5.0 . 266.Nx 5.0 .
266.Sh BUGS 267.Sh BUGS
267Although the sensor limit registers can be programmed, there is currently 268Although the sensor limit registers can be programmed, there is currently
268no use of the dbCool chips' ability to generate an SMBus interrupt when the 269no use of the dbCool chips' ability to generate an SMBus interrupt when the
269limits are exceeded. 270limits are exceeded.
270Limit checking is only performed when the sensor values are polled 271Limit checking is only performed when the sensor values are polled

cvs diff -r1.2 -r1.3 src/share/man/man4/rs5c372rtc.4 (expand / switch to unified diff)

--- src/share/man/man4/rs5c372rtc.4 2005/09/15 15:14:37 1.2
+++ src/share/man/man4/rs5c372rtc.4 2010/02/25 17:08:01 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: rs5c372rtc.4,v 1.2 2005/09/15 15:14:37 wiz Exp $ 1.\" $NetBSD: rs5c372rtc.4,v 1.3 2010/02/25 17:08:01 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2005 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -35,21 +35,22 @@ @@ -35,21 +35,22 @@
35.Sh DESCRIPTION 35.Sh DESCRIPTION
36The 36The
37.Nm 37.Nm
38driver provides support for the 38driver provides support for the
39.Tn RICOH 39.Tn RICOH
40RS5C372A and RS5C372B real-time clock chips. 40RS5C372A and RS5C372B real-time clock chips.
41.Pp 41.Pp
42Access methods to retrieve and set date and time 42Access methods to retrieve and set date and time
43are provided through the 43are provided through the
44.Em TODR 44.Em TODR
45interface defined in 45interface defined in
46.Xr todr 9 . 46.Xr todr 9 .
47.Sh SEE ALSO 47.Sh SEE ALSO
 48.Xr iic 4 ,
48.Xr todr 9 49.Xr todr 9
49.Sh HISTORY 50.Sh HISTORY
50The 51The
51.Nm 52.Nm
52device appeared in 53device appeared in
53.Nx 4.0 . 54.Nx 4.0 .
54.Sh BUGS 55.Sh BUGS
55The driver only supports clock function. 56The driver only supports clock function.

cvs diff -r1.2 -r1.3 src/share/man/man4/seeprom.4 (expand / switch to unified diff)

--- src/share/man/man4/seeprom.4 2009/05/27 19:24:00 1.2
+++ src/share/man/man4/seeprom.4 2010/02/25 17:08:01 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: seeprom.4,v 1.2 2009/05/27 19:24:00 snj Exp $ 1.\" $NetBSD: seeprom.4,v 1.3 2010/02/25 17:08:01 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2007 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -29,20 +29,22 @@ @@ -29,20 +29,22 @@
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm seeprom 31.Nm seeprom
32.Nd 24-series I2C EEPROM driver 32.Nd 24-series I2C EEPROM driver
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.Cd "seeprom0 at iic0 addr 0x50 size 128" 34.Cd "seeprom0 at iic0 addr 0x50 size 128"
35.Sh DESCRIPTION 35.Sh DESCRIPTION
36The 36The
37.Nm 37.Nm
38driver provides support for the 24-series of I2C EEPROMs, 38driver provides support for the 24-series of I2C EEPROMs,
39available from a variety of vendors. 39available from a variety of vendors.
40.Pp 40.Pp
41Access to the contents of the memory is through a character device. 41Access to the contents of the memory is through a character device.
 42.Sh SEE ALSO
 43.Xr iic 4
42.Sh HISTORY 44.Sh HISTORY
43The 45The
44.Nm 46.Nm
45device appeared in 47device appeared in
46.Nx 2.0 . 48.Nx 2.0 .
47.Sh BUGS 49.Sh BUGS
48A device major number is not assigned. 50A device major number is not assigned.

cvs diff -r1.3 -r1.4 src/share/man/man4/sgsmix.4 (expand / switch to unified diff)

--- src/share/man/man4/sgsmix.4 2009/03/09 19:24:28 1.3
+++ src/share/man/man4/sgsmix.4 2010/02/25 17:08:01 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: sgsmix.4,v 1.3 2009/03/09 19:24:28 joerg Exp $ 1.\" $NetBSD: sgsmix.4,v 1.4 2010/02/25 17:08:01 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2007 3.\" Copyright (c) 2007
4.\" Michael Lorenz. All rights reserved. 4.\" Michael Lorenz. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -37,14 +37,14 @@ @@ -37,14 +37,14 @@
37The 37The
38.Nm 38.Nm
39driver provides support for the external mixer chip on Apple's 39driver provides support for the external mixer chip on Apple's
40.Dq personality cards 40.Dq personality cards
41found in beige Power Macintosh G3. 41found in beige Power Macintosh G3.
42All mixer controls are accessed through the 42All mixer controls are accessed through the
43.Xr awacs 4 43.Xr awacs 4
44driver, 44driver,
45.Nm 45.Nm
46additionally provides bass and treble controls. 46additionally provides bass and treble controls.
47.Sh SEE ALSO 47.Sh SEE ALSO
48.Xr awacs 4 , 48.Xr awacs 4 ,
49.Xr cuda 4 , 49.Xr cuda 4 ,
50.Xr iic 9 50.Xr iic 4