diff options
author | Scott Long <scottl@FreeBSD.org> | 2004-04-21 20:18:06 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2004-04-21 20:18:06 +0000 |
commit | fce240d1241f78e3f1d5d244c88185ee3d98f37c (patch) | |
tree | 6616b874d312a0da100b4ee58690bfef42afc3b9 /sys/conf | |
parent | 4ada12355dc8150e6df99f9ca49c36f7bf735614 (diff) | |
download | src-fce240d1241f78e3f1d5d244c88185ee3d98f37c.tar.gz src-fce240d1241f78e3f1d5d244c88185ee3d98f37c.zip |
garbage collect ASR_MEASURE_PERFORMANCE
Notes
Notes:
svn path=/head/; revision=128533
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/conf/options | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e7d4a59fbb9b..9848b77fdd28 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2406,8 +2406,6 @@ options AAC_DEBUG # Debugging levels: # items in loops, etc. # Yet more undocumented options for linting. -# Broken: -##options ASR_MEASURE_PERFORMANCE # BKTR_ALLOC_PAGES has no effect except to cause warnings, and # BROOKTREE_ALLOC_PAGES hasn't actually been superseded by it, since the # driver still mostly spells this option BROOKTREE_ALLOC_PAGES. diff --git a/sys/conf/options b/sys/conf/options index 146438aecce9..74f4e4104f36 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -413,9 +413,6 @@ DPT_TIMEOUT_FACTOR opt_dpt.h DPT_LOST_IRQ opt_dpt.h DPT_RESET_HBA opt_dpt.h -# Adaptec ASR and DPT V/VI controller options -ASR_MEASURE_PERFORMANCE opt_asr.h - # Misc debug flags. Most of these should probably be replaced with # 'DEBUG', and then let people recompile just the interesting modules # with 'make CC="cc -DDEBUG"'. |