From: Sepherosa Ziehau Date: Tue, 18 Oct 2005 15:19:03 +0000 (+0000) Subject: Add brief comment on DEVICE_POLLING option. This comment is taken from LINT X-Git-Tag: v2.0.1~5797 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/fe091cd0995b7d3725d409971cfa51a239a59ef0 Add brief comment on DEVICE_POLLING option. This comment is taken from LINT Requested-by: Justin C. Sherrill --- diff --git a/sys/config/GENERIC b/sys/config/GENERIC index 380dbcb266..9b751da411 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -4,7 +4,7 @@ # Check the LINT configuration file in sys/i386/conf, for an # exhaustive list of options. # -# $DragonFly: src/sys/config/GENERIC,v 1.28 2005/10/17 06:31:23 sephe Exp $ +# $DragonFly: src/sys/config/GENERIC,v 1.29 2005/10/18 15:19:03 sephe Exp $ machine i386 cpu I386_CPU @@ -34,7 +34,8 @@ options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_DF12 #Compatible with DragonFly 1.2 and earlier options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI -options DEVICE_POLLING +options DEVICE_POLLING # 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/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 92ae6ce8ea..263c4bae95 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -4,7 +4,7 @@ # Check the LINT configuration file in sys/i386/conf, for an # exhaustive list of options. # -# $DragonFly: src/sys/i386/conf/Attic/GENERIC,v 1.28 2005/10/17 06:31:23 sephe Exp $ +# $DragonFly: src/sys/i386/conf/Attic/GENERIC,v 1.29 2005/10/18 15:19:03 sephe Exp $ machine i386 cpu I386_CPU @@ -34,7 +34,8 @@ options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_DF12 #Compatible with DragonFly 1.2 and earlier options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI -options DEVICE_POLLING +options DEVICE_POLLING # 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