summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.pc98
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2009-02-06 20:57:10 +0000
committerwkoszek <wkoszek@FreeBSD.org>2009-02-06 20:57:10 +0000
commita6c32bcda69ac173bca8bf5063746f99b117342e (patch)
treeeba026ab0ceef7e6ec312c142c5fb8fa59dbfa7e /sys/conf/options.pc98
parentd33df07e4e0ecbe8d46a2bdcace8f213a1955177 (diff)
downloadFreeBSD-src-a6c32bcda69ac173bca8bf5063746f99b117342e.zip
FreeBSD-src-a6c32bcda69ac173bca8bf5063746f99b117342e.tar.gz
Fix AGP debugging code:
- correct format strings - fill opt_agp.h if AGP_DEBUG is defined - bring AGP_DEBUG to LINT by mentioning it in NOTES This should hopefully fix a warning that was... Found by: Coverity Prevent(tm) CID: 3676 Tested on: amd64, i386
Diffstat (limited to 'sys/conf/options.pc98')
-rw-r--r--sys/conf/options.pc981
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 4912c42..837169b 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -96,6 +96,7 @@ DEV_NPX opt_npx.h
# Debugging
NPX_DEBUG opt_npx.h
STOP_NMI opt_cpu.h
+AGP_DEBUG opt_agp.h
# BPF just-in-time compiler
BPF_JITTER opt_bpf.h
OpenPOWER on IntegriCloud