From: Sepherosa Ziehau Date: Sat, 20 Oct 2012 12:17:24 +0000 (+0800) Subject: config: Enable ifpoll (IFPOLL_ENABLE) by default X-Git-Tag: v3.4.0rc~990^2~23 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/f85247aee5239760523de09ad12e899ec4d10f55?ds=sidebyside config: Enable ifpoll (IFPOLL_ENABLE) by default --- diff --git a/sys/config/GENERIC b/sys/config/GENERIC index 626b4fb092..7beab925c1 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -37,6 +37,8 @@ options COMPAT_DF12 #Compatible with DragonFly up to 1.2 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options DEVICE_POLLING # Support mixed interrupt-polling # handling of network device drivers +options IFPOLL_ENABLE # Support mixed interrupt-polling + # handling of network device drivers options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 032911685e..9f27754e5d 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -33,6 +33,8 @@ options PROCFS #Process filesystem options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options DEVICE_POLLING # Support mixed interrupt-polling # handling of network device drivers +options IFPOLL_ENABLE # Support mixed interrupt-polling + # handling of network device drivers options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory