Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 06:22:37 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274129 - head/sys/amd64/conf
Message-ID:  <201411050622.sA56MbCe072358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gnn
Date: Wed Nov  5 06:22:37 2014
New Revision: 274129
URL: https://svnweb.freebsd.org/changeset/base/274129

Log:
  Add support for netmap in GENERIC by default.

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Wed Nov  5 04:25:23 2014	(r274128)
+++ head/sys/amd64/conf/GENERIC	Wed Nov  5 06:22:37 2014	(r274129)
@@ -361,3 +361,7 @@ device		xenpci			# Xen HVM Hypervisor se
 
 # VMware support
 device		vmx			# VMware VMXNET3 Ethernet
+
+# Netmap provides direct access to TX/RX rings on supported NICs
+device		netmap			# netmap(4) support
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411050622.sA56MbCe072358>