From owner-cvs-all Sun Aug 1 11: 7: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FDE214C4B; Sun, 1 Aug 1999 11:06:58 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA47815; Sun, 1 Aug 1999 11:04:28 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199908011804.LAA47815@freefall.freebsd.org> From: Warner Losh Date: Sun, 1 Aug 1999 11:04:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c cardd.h file.c pccard.conf.5 pccardd.8 pccardd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/08/01 11:04:27 PDT Modified files: usr.sbin/pccard/pccardd cardd.c cardd.h file.c pccard.conf.5 pccardd.8 pccardd.c Log: 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. Revision Changes Path 1.40 +42 -29 src/usr.sbin/pccard/pccardd/cardd.c 1.14 +3 -1 src/usr.sbin/pccard/pccardd/cardd.h 1.20 +23 -1 src/usr.sbin/pccard/pccardd/file.c 1.9 +5 -1 src/usr.sbin/pccard/pccardd/pccard.conf.5 1.15 +2 -2 src/usr.sbin/pccard/pccardd/pccardd.8 1.5 +3 -1 src/usr.sbin/pccard/pccardd/pccardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message