Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Aug 1999 11:04:28 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
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
Message-ID:  <199908011804.LAA47815@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908011804.LAA47815>