summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorpkelsey <pkelsey@FreeBSD.org>2015-07-15 01:02:01 +0000
committerpkelsey <pkelsey@FreeBSD.org>2015-07-15 01:02:01 +0000
commit1f2d9f52c06e7cab57aa0ffd69d605ac80ebc404 (patch)
tree11ffc3f3b322f8996b82aff2c1084fc9a347e344 /sys/amd64/conf
parent9493bd5a74ab4222489d3efe8f6b6127887f2198 (diff)
downloadFreeBSD-src-1f2d9f52c06e7cab57aa0ffd69d605ac80ebc404.zip
FreeBSD-src-1f2d9f52c06e7cab57aa0ffd69d605ac80ebc404.tar.gz
Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).
Differential Revision: https://reviews.freebsd.org/D2923 Reviewed by: erj, gnn Approved by: jmallett (mentor) Sponsored by: Norse Corp, Inc.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 7dc4e2a..5be4dde 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -362,7 +362,7 @@ device xenpci # Xen HVM Hypervisor services driver
device vmx # VMware VMXNET3 Ethernet
# Netmap provides direct access to TX/RX rings on supported NICs
-device netmap # netmap(4) support
+# device netmap # netmap(4) support
# The crypto framework is required by IPSEC
device crypto # Required by IPSEC
OpenPOWER on IntegriCloud