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
..
1999-02-14 22:04:09 +00:00
1999-07-01 20:48:59 +00:00
1998-09-13 13:28:07 +00:00
1998-06-27 21:29:35 +00:00
1999-06-24 06:43:21 +00:00
1998-08-30 04:48:00 +00:00
1999-07-09 21:35:50 +00:00
1999-05-28 02:09:46 +00:00
1998-08-04 15:25:32 +00:00
1999-07-12 20:04:59 +00:00
1999-07-12 20:04:59 +00:00
1999-02-01 21:02:38 +00:00
1998-05-03 05:10:23 +00:00
1999-04-06 14:04:37 +00:00
1999-04-23 18:26:55 +00:00
1999-05-22 17:35:48 +00:00
1998-08-04 15:26:57 +00:00
1999-06-15 14:04:19 +00:00
1999-07-28 12:49:34 +00:00
1998-12-13 07:16:05 +00:00
1998-08-04 14:33:42 +00:00
1998-12-03 20:44:45 +00:00
1999-02-09 17:23:03 +00:00
1999-07-30 10:24:57 +00:00
1998-11-04 08:33:32 +00:00
1999-06-24 06:43:21 +00:00
1998-06-29 18:15:21 +00:00
1999-06-24 17:20:54 +00:00
1999-02-23 12:02:07 +00:00