From 1f2d9f52c06e7cab57aa0ffd69d605ac80ebc404 Mon Sep 17 00:00:00 2001 From: pkelsey Date: Wed, 15 Jul 2015 01:02:01 +0000 Subject: 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. --- sys/amd64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64/conf/GENERIC') 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 -- cgit v1.1