diff options
| author | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-11-04 22:13:35 +0000 |
|---|---|---|
| committer | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-11-04 22:13:35 +0000 |
| commit | f7dd354b1b82c06cb6dc32a413a7f0a30f92c9da (patch) | |
| tree | a54a8acc7edab22897f1237c13ee62826674bc19 /share | |
| parent | c9ebdae49966f40fc2496650ab76aa4adb558d01 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/bktr.4 | 15 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/bktr.4 | 15 |
2 files changed, 28 insertions, 2 deletions
diff --git a/share/man/man4/bktr.4 b/share/man/man4/bktr.4 index 04d30a7b2d10..d0c151d1098c 100644 --- a/share/man/man4/bktr.4 +++ b/share/man/man4/bktr.4 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $Id: bktr.4,v 1.1 1998/03/09 10:56:22 jkh Exp $ .\" .Dd January 28, 1998 .br @@ -11,6 +11,10 @@ .Nd video capture driver .Sh SYNOPSIS .Nm device bktr0 +.Pp +.Nm controller iicbus0 +.Nm controller iicbb0 +.Nm controller smbus0 .Sh DESCRIPTION The .Nm bktr @@ -47,6 +51,15 @@ rgb24 rgb32 .in -0.5i .Pp +On these cards, tuners and other components are interconnected with an I2C bus. +The Brooktree848 chips act as a master device on the bus to control them. +Therefore, +.Xr iicbus 4 , +.Xr iicbb 4 +and +.Xr smbus 4 +controller declarations are mandatory to active bktr support. +.Pp The following kernel parameters may be used to further configure the driver: .Pp .Em options "BROOKTREE_ALLOC_PAGES=xxx" diff --git a/share/man/man4/man4.i386/bktr.4 b/share/man/man4/man4.i386/bktr.4 index 04d30a7b2d10..d0c151d1098c 100644 --- a/share/man/man4/man4.i386/bktr.4 +++ b/share/man/man4/man4.i386/bktr.4 @@ -1,5 +1,5 @@ .\" -.\" $Id$ +.\" $Id: bktr.4,v 1.1 1998/03/09 10:56:22 jkh Exp $ .\" .Dd January 28, 1998 .br @@ -11,6 +11,10 @@ .Nd video capture driver .Sh SYNOPSIS .Nm device bktr0 +.Pp +.Nm controller iicbus0 +.Nm controller iicbb0 +.Nm controller smbus0 .Sh DESCRIPTION The .Nm bktr @@ -47,6 +51,15 @@ rgb24 rgb32 .in -0.5i .Pp +On these cards, tuners and other components are interconnected with an I2C bus. +The Brooktree848 chips act as a master device on the bus to control them. +Therefore, +.Xr iicbus 4 , +.Xr iicbb 4 +and +.Xr smbus 4 +controller declarations are mandatory to active bktr support. +.Pp The following kernel parameters may be used to further configure the driver: .Pp .Em options "BROOKTREE_ALLOC_PAGES=xxx" |
