summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-29 22:03:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-29 22:03:52 +0000
commita52609a57640b952b53fbb0da2977822217568da (patch)
tree14bf9ea6bf75d11362fe56a552b57301a82882cd /etc
parent784c2947194edc075c3eca01398fa37e20149734 (diff)
downloadpfsense-a52609a57640b952b53fbb0da2977822217568da.zip
pfsense-a52609a57640b952b53fbb0da2977822217568da.tar.gz
MFC 8814
Remove support for de driver per vlan man page - it needs kernel changes
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index dc7385e..d64e6d3d 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -445,7 +445,13 @@ function is_jumbo_capable($int) {
* 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", "bge", "dc", "de", "em", "fxp", "gem", "hme",
+ /* 'de' chipset purposely left out of this list
+ * requires defining BIG_PACKET in the
+ * /usr/src/sys/pci/if_de.c source file and rebuilding the
+ * kernel or module. The hack works only for the 21041,
+ * 21140, and 21140A chips.
+ */
+ $capable = array("bfe", "bge", "dc", "em", "fxp", "gem", "hme",
"ixgb", "nge", "re", "rl", "sis", "ste", "ti", "tl", "tx",
"txp", "xl");
OpenPOWER on IntegriCloud