summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
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/i386/isa/npx.c
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/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 0885b86..c6f2b09 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,12 +32,13 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.53 1997/10/28 11:43:54 bde Exp $
+ * $Id: npx.c,v 1.54 1997/11/18 11:32:31 bde Exp $
*/
#include "npx.h"
#if NNPX > 0
+#include "opt_debug_npx.h"
#include "opt_math_emulate.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud