summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-29 22:03:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-29 22:03:24 +0000
commit784c2947194edc075c3eca01398fa37e20149734 (patch)
tree39764b0bea39e80b6775459ce65023b49ac198ac /etc
parentaa3400b8fb45657bf2c2a2df4371fcf335648e63 (diff)
downloadpfsense-784c2947194edc075c3eca01398fa37e20149734.zip
pfsense-784c2947194edc075c3eca01398fa37e20149734.tar.gz
MFC 8813
Sync list of large frame capable drivers with: http://www.freebsd.org/cgi/man.cgi?query=vlan&manpath=FreeBSD+6.0-RELEASE&format=html
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 4f9a8c3..dc7385e 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -442,11 +442,12 @@ function exec_command($command) {
******/
function is_jumbo_capable($int) {
/* Per:
- * http://www.freebsd.org/cgi/man.cgi?query=vlan&manpath=FreeBSD+6.0-current&format=html
+ * http://www.freebsd.org/cgi/man.cgi?query=vlan&manpath=FreeBSD+6.0-RELEASE&format=html
* Only the following drivers support large frames
*/
- $capable = array("bfe", "dc", "de", "fxp", "hme", "rl", "sis", "ste",
- "tl", "tx", "xl", "em");
+ $capable = array("bfe", "bge", "dc", "de", "em", "fxp", "gem", "hme",
+ "ixgb", "nge", "re", "rl", "sis", "ste", "ti", "tl", "tx",
+ "txp", "xl");
$int_family = preg_split("/[0-9]+/", $int);
OpenPOWER on IntegriCloud