From 12b2d7c74573a64916b048bd22d8f10318e36662 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 13 Oct 2005 02:17:29 +0000 Subject: Add 'ste' to available polling --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index c1d3738..418a488 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -127,7 +127,7 @@ function enable_hardware_offloading($interface) { /* active polling for interface if it supports it * man polling on a freebsd box for the following list */ - $supported_ints = array('dc', 'em', 'fwe', 'fwip', 'fxp', 'ixgb', + $supported_ints = array('dc', 'em', 'fwe', 'fwip', 'fxp', 'ixgb', 'ste' 'nge', 're', 'rl', 'sf', 'sis', 'ste', 'vge', 'vr', 'xl', 'fxp'); foreach($supported_ints as $int) { echo "\n{$interface} "; -- cgit v1.1