aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2014-11-05 06:22:37 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2014-11-05 06:22:37 +0000
commit169760a49ba42e8f7f7887a276d4b01c208e54ea (patch)
tree7f89362688442a2cd81492f79262ef0227304a99 /sys/amd64/conf
parent6d426c10fbb0975d2b9f62482b20f7068d1db810 (diff)
downloadsrc-169760a49ba42e8f7f7887a276d4b01c208e54ea.tar.gz
src-169760a49ba42e8f7f7887a276d4b01c208e54ea.zip
Add support for netmap in GENERIC by default.
Notes
Notes: svn path=/head/; revision=274129
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 40c75355c0c6..f8ccd4cba5bd 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -361,3 +361,7 @@ device xenpci # Xen HVM Hypervisor services driver
# VMware support
device vmx # VMware VMXNET3 Ethernet
+
+# Netmap provides direct access to TX/RX rings on supported NICs
+device netmap # netmap(4) support
+