1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/pccard/pccardd
Warner Losh 673b7bf483 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.
1999-08-01 18:04:26 +00:00
..
cardd.c o Add "debuglevel" keyword to config file. 1999-08-01 18:04:26 +00:00
cardd.h o Add "debuglevel" keyword to config file. 1999-08-01 18:04:26 +00:00
file.c o Add "debuglevel" keyword to config file. 1999-08-01 18:04:26 +00:00
Makefile Moved main() to a new file (pccardd.c). 1998-02-27 08:19:25 +00:00
pccard.conf.5 o Add "debuglevel" keyword to config file. 1999-08-01 18:04:26 +00:00
pccardd.8 o Add "debuglevel" keyword to config file. 1999-08-01 18:04:26 +00:00
pccardd.c o Add "debuglevel" keyword to config file. 1999-08-01 18:04:26 +00:00
readcis.c MF22: Finish fixing 'looping' bug. 1998-04-20 05:42:26 +00:00
readcis.h - Bump up the size of the space for strings read from PCMCIA cards. Newer 1997-09-23 19:51:32 +00:00
util.c Reviewed by: mike@smith.net.au 1998-03-09 05:18:59 +00:00