aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-01-26 18:31:18 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-01-26 18:31:18 +0000
commit3458e54ac1604054a6caf07b7a180bc9b54651ec (patch)
treed7c0d7d575433d0cf6f223c69fd79c2ccf44f768 /sys/conf/options
parentbe2a40ab9b21128ca4f0a7c01792eb1693e159ab (diff)
downloadsrc-3458e54ac1604054a6caf07b7a180bc9b54651ec.tar.gz
src-3458e54ac1604054a6caf07b7a180bc9b54651ec.zip
Move DPT related options out of i386 specific files
so DPT devices can be used on other PCI (alpha?) machines. Suggested by: several people
Notes
Notes: svn path=/head/; revision=32808
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 203ad6feba12..0f24d1e9fc2a 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.48 1998/01/25 04:13:23 eivind Exp $
+# $Id: options,v 1.49 1998/01/25 04:23:29 eivind Exp $
# Format:
# Option name filename
@@ -137,3 +137,14 @@ PPP_DEFLATE opt_ppp.h
PPP_FILTER opt_ppp.h
TCP_COMPAT_42 opt_compat.h
TCPDEBUG
+
+# DPT driver debug flags
+DPT_VERIFY_HINTR opt_dpt.h
+DPT_USE_SINTR opt_dpt.h
+DPT_RESTRICTED_FREELIST opt_dpt.h
+DPT_MEASURE_PERFORMANCE opt_dpt.h
+DPT_FREELIST_IS_STACK opt_dpt.h
+DPT_HANDLE_TIMEOUTS opt_dpt.h
+DPT_TIMEOUT_FACTOR opt_dpt.h
+DPT_INTR_DELAY opt_dpt.h
+DPT_LOST_IRQ opt_dpt.h