From a6c32bcda69ac173bca8bf5063746f99b117342e Mon Sep 17 00:00:00 2001 From: wkoszek Date: Fri, 6 Feb 2009 20:57:10 +0000 Subject: 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 --- sys/conf/options.pc98 | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/options.pc98') 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 -- cgit v1.1