summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/pccard.conf.5
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-08-01 18:04:26 +0000
committerimp <imp@FreeBSD.org>1999-08-01 18:04:26 +0000
commit564b182ca1eb133700db2d233b675a6543944077 (patch)
tree96108c9d2ad1648dc786a2a7aecf4d27fbcf2f70 /usr.sbin/pccard/pccardd/pccard.conf.5
parentd848a791d143dcd43bbfd4243df4fe61c62fac41 (diff)
downloadFreeBSD-src-564b182ca1eb133700db2d233b675a6543944077.zip
FreeBSD-src-564b182ca1eb133700db2d233b675a6543944077.tar.gz
o Add "debuglevel" keyword to config file.
o Document debug level keyword o Implement debug level: o For most of the diagnostic messages, change them from #ifdef DEBUG to if (debuglevel > 0). o Add a couple more diagnostic messages that weren't present before o Fix a couple of excessively long lines. Reviewed by: hosokawa-san o Start to implement the stopgap kludge for -current's pccard code by passing the length of the i/o range. If DEV_DESC_HAS_SIZE is defined, we'll set the size. This is done as an ifdef so that I can generate patches against the kernel more easily. o Add preliminary support for tweaking sleep times, but leave it disabled until a good range of values can be established. Didn't fix: logmsg problem noted by Nate.
Diffstat (limited to 'usr.sbin/pccard/pccardd/pccard.conf.5')
-rw-r--r--usr.sbin/pccard/pccardd/pccard.conf.56
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5
index 63b062b..d3703b4 100644
--- a/usr.sbin/pccard/pccardd/pccard.conf.5
+++ b/usr.sbin/pccard/pccardd/pccard.conf.5
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: pccard.conf.5,v 1.8 1999/07/12 20:12:16 nik Exp $
.\"
.Dd November 2, 1994
.Dt PCCARD.CONF 5
@@ -116,6 +116,10 @@ Each of the statements define I/O, memory or IRQ
blocks that can be used to allocate to drivers when
they are initialized.
.Pp
+The syntax of the debuglevel parameter:
+.Pp
+.Dl debuglevel Ar level
+.Pp
Multiple lines of any of the above statements may be
present to allow separate blocks of each resource to be
defined.
OpenPOWER on IntegriCloud