summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-10-05 10:09:17 +0000
committerglebius <glebius@FreeBSD.org>2005-10-05 10:09:17 +0000
commit9efbae40b7fa46513867c684c25f98672c91fd76 (patch)
tree4da500a63f4294917b4cd16805f3184b105af0b7 /sys/conf/options
parent5fec195dfbb74ae2282f3a20aeb2944fc966235b (diff)
downloadFreeBSD-src-9efbae40b7fa46513867c684c25f98672c91fd76.zip
FreeBSD-src-9efbae40b7fa46513867c684c25f98672c91fd76.tar.gz
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
opt_device_polling.h - Include opt_device_polling.h into appropriate files. - Embrace with HAVE_KERNEL_OPTION_HEADERS the include in the files that can be compiled as loadable modules. Reviewed by: bde
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options
index b11aa09..f32c2d9 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -327,6 +327,7 @@ BOOTP_COMPAT opt_bootp.h
BOOTP_NFSROOT opt_bootp.h
BOOTP_NFSV3 opt_bootp.h
BOOTP_WIRED_TO opt_bootp.h
+DEVICE_POLLING
DEV_PF opt_pf.h
DEV_PFLOG opt_pf.h
DEV_PFSYNC opt_pf.h
@@ -632,9 +633,6 @@ BGE_FAKE_AUTONEG opt_bge.h
# wi driver
WI_SYMBOL_FIRMWARE opt_wi.h
-# XXX bogusly global.
-DEVICE_POLLING opt_global.h
-
SOCKBUF_DEBUG opt_global.h
# options for ubsec driver
OpenPOWER on IntegriCloud