From fd03e4f39fc14f1df023efff8388485b63e6b394 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Wed, 1 Apr 2009 12:01:00 +0200 Subject: [PATCH] Add Broadcom BCM5708 bce driver to the list Add Intel 82598 10 Gigabit ixgbe driver to the list --- etc/inc/globals.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 6754a21dc2..520f58c39d 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -76,7 +76,7 @@ $g = array( "update_manifest" => "http://updates.pfSense.com/manifest", "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/", "vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"), - "vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl") + "vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl", "bce", "ixgbe" ) ); /* IP TOS flags */ @@ -85,4 +85,4 @@ $iptos = array("lowdelay", "throughput", "reliability"); /* TCP flags */ $tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg"); -?> \ No newline at end of file +?>