summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-04-01 12:01:00 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-04-01 12:01:00 +0200
commitfd03e4f39fc14f1df023efff8388485b63e6b394 (patch)
treea8e8fead2cb3c3b7c7180a8687ac686b55500363 /etc
parent8e9c0681aea4677e1ee81b551f8fae88a9142d20 (diff)
downloadpfsense-fd03e4f39fc14f1df023efff8388485b63e6b394.zip
pfsense-fd03e4f39fc14f1df023efff8388485b63e6b394.tar.gz
Add Broadcom BCM5708 bce driver to the list
Add Intel 82598 10 Gigabit ixgbe driver to the list
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 6754a21..520f58c 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
+?>
OpenPOWER on IntegriCloud