summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-31 17:57:31 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-31 17:57:31 +0000
commit18f081726f1d80f26d892f5a560556ceb34bf571 (patch)
treecb42dd5287228fc679485a3529ad6b6122da84aa
parent0e1a94e7dbc0bce1372e8ff3bc5a89b0a2dc8ba5 (diff)
downloadpfsense-18f081726f1d80f26d892f5a560556ceb34bf571.zip
pfsense-18f081726f1d80f26d892f5a560556ceb34bf571.tar.gz
Update list of hardware that supports vlan natively.
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index c37119b..872ee09 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -77,7 +77,7 @@ $g = array(
"update_url" => "http://updates.pfSense.com/_updaters",
"update_manifest" => "http://updates.pfSense.com/manifest",
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan)/",
- "vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"),
+ "vlan_native_supp" => array("bce", "bge", "bfe", "cxgb", "dc", "em", "fxp", "gem", "hme", "ixgb", "msk", "nge", "re", "rl", "sis", "ste", "stge", "ti", "tl", "tx", "txp", "vge", "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")
);
OpenPOWER on IntegriCloud