Apply patch from Martin S. Weber in PR 37958 that adds/fixes references
to iic(4).
This commit is contained in:
parent
216ff964d9
commit
28980d443d
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: amdpm.4,v 1.6 2008/04/30 13:10:53 martin Exp $
|
||||
.\" $NetBSD: amdpm.4,v 1.7 2010/02/25 17:08:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002, 2006 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -41,6 +41,7 @@ The
|
|||
provides support for the AMD768 Power Management Controller
|
||||
and for the AMD8111 System Management Controller.
|
||||
.Sh SEE ALSO
|
||||
.Xr iic 4 ,
|
||||
.Xr pci 4 ,
|
||||
.Xr rnd 4
|
||||
.Sh HISTORY
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cuda.4,v 1.4 2009/03/09 19:24:28 joerg Exp $
|
||||
.\" $NetBSD: cuda.4,v 1.5 2010/02/25 17:08:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007
|
||||
.\" Michael Lorenz. All rights reserved.
|
||||
|
@ -44,8 +44,8 @@ CUDA controls the real time clock, ADB, power and on some machines an
|
|||
.Xr iic 9
|
||||
bus.
|
||||
.Sh SEE ALSO
|
||||
.Xr iic 4 ,
|
||||
.Xr nadb 4 ,
|
||||
.Xr obio 4 ,
|
||||
.Xr pmu 4 ,
|
||||
.Xr sgsmix 4 ,
|
||||
.Xr iic 9
|
||||
.Xr sgsmix 4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dbcool.4,v 1.5 2010/02/25 02:19:28 pgoyette Exp $
|
||||
.\" $NetBSD: dbcool.4,v 1.6 2010/02/25 17:08:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -255,6 +255,7 @@ hw.dbcool0.Vcc.hi_lim = 3500000
|
|||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr envsys 4 ,
|
||||
.Xr iic 4 ,
|
||||
.Xr envstat 8 ,
|
||||
.Xr powerd 8 ,
|
||||
.Xr sysctl 8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: rs5c372rtc.4,v 1.2 2005/09/15 15:14:37 wiz Exp $
|
||||
.\" $NetBSD: rs5c372rtc.4,v 1.3 2010/02/25 17:08:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -45,6 +45,7 @@ are provided through the
|
|||
interface defined in
|
||||
.Xr todr 9 .
|
||||
.Sh SEE ALSO
|
||||
.Xr iic 4 ,
|
||||
.Xr todr 9
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: seeprom.4,v 1.2 2009/05/27 19:24:00 snj Exp $
|
||||
.\" $NetBSD: seeprom.4,v 1.3 2010/02/25 17:08:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -39,6 +39,8 @@ driver provides support for the 24-series of I2C EEPROMs,
|
|||
available from a variety of vendors.
|
||||
.Pp
|
||||
Access to the contents of the memory is through a character device.
|
||||
.Sh SEE ALSO
|
||||
.Xr iic 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sgsmix.4,v 1.3 2009/03/09 19:24:28 joerg Exp $
|
||||
.\" $NetBSD: sgsmix.4,v 1.4 2010/02/25 17:08:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007
|
||||
.\" Michael Lorenz. All rights reserved.
|
||||
|
@ -47,4 +47,4 @@ additionally provides bass and treble controls.
|
|||
.Sh SEE ALSO
|
||||
.Xr awacs 4 ,
|
||||
.Xr cuda 4 ,
|
||||
.Xr iic 9
|
||||
.Xr iic 4
|
||||
|
|
Loading…
Reference in New Issue