Make the I2C_SCAN warning a bit more (ok, a LOT more) dire!

This commit is contained in:
pgoyette 2008-09-12 01:19:17 +00:00
parent 0541e9f3e3
commit c3fdef9f06
1 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: options.4,v 1.367 2008/09/11 23:24:36 pgoyette Exp $
.\" $NetBSD: options.4,v 1.368 2008/09/12 01:19:17 pgoyette Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@ -1525,10 +1525,16 @@ Number of storage slots per file for
.Xr fileassoc 9 .
Default is 4.
.It Cd options I2C_SCAN
Scan each i2c bus to determine which addresses respond. Note that using
this option can access some devices in such a manner as to leave them in
an unstable or unuseable state, and might prevent those devices from
being properly matched and/or attached.
Scan each i2c bus to determine which addresses respond.
.Pp
.Em WARNING !
Using this option can access some devices in such a
manner as to leave them in an unstable or unuseable state, and
can prevent those devices from being properly matched and/or
attached. It can also lock up the entire i2c bus and even
prevent a machine from completing the boot process. Don't
use this option unless you know what you're doing and can
accept all sorts of unforseen consequences.
.El
.Ss Networking Options
.Bl -ohang