svn commit: r274129 - head/sys/amd64/conf

George V. Neville-Neil gnn at FreeBSD.org
Wed Nov 5 06:22:38 UTC 2014


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
+


More information about the svn-src-all mailing list