summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-31 07:23:16 +0000
committereivind <eivind@FreeBSD.org>1998-01-31 07:23:16 +0000
commit712a1e61e7cb02d6cd0937cf3297e643a9a9631e (patch)
tree419f894bdaf3b76a20a93bed8ead992cebce3752 /sys/dev
parent6f27646b4cfef89a08bfe3430d4d0603eb0c0d05 (diff)
downloadFreeBSD-src-712a1e61e7cb02d6cd0937cf3297e643a9a9631e.zip
FreeBSD-src-712a1e61e7cb02d6cd0937cf3297e643a9a9631e.tar.gz
Make the debug options new-style.
This also zaps a DPT option from lint; it wasn't referenced from anywhere.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ppbus/ppb_1284.c5
-rw-r--r--sys/dev/si/si.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppb_1284.c b/sys/dev/ppbus/ppb_1284.c
index 2abbecd..d1ab1c5 100644
--- a/sys/dev/ppbus/ppb_1284.c
+++ b/sys/dev/ppbus/ppb_1284.c
@@ -23,9 +23,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppb_1284.c,v 1.1 1997/08/16 14:05:32 msmith Exp $
+ * $Id: ppb_1284.c,v 1.2 1997/09/01 00:51:44 bde Exp $
*
*/
+
+#include "opt_debug_1284.h"
+
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 2ade5e1..31404aa 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.63 1997/12/16 17:40:03 eivind Exp $
+ * $Id: si.c,v 1.64 1998/01/24 02:54:24 eivind Exp $
*/
#ifndef lint
@@ -40,6 +40,7 @@ static const char si_copyright1[] = "@(#) (C) Specialix International, 1990,199
#endif /* not lint */
#include "opt_compat.h"
+#include "opt_debug_si.h"
#include "opt_devfs.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud