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

Patrick Kelsey pkelsey at FreeBSD.org
Wed Jul 15 01:04:56 UTC 2015


Author: pkelsey
Date: Wed Jul 15 01:04:54 2015
New Revision: 285593
URL: https://svnweb.freebsd.org/changeset/base/285593

Log:
  Revert inadvertent change to amd64/GENERIC.

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Wed Jul 15 01:02:01 2015	(r285592)
+++ head/sys/amd64/conf/GENERIC	Wed Jul 15 01:04:54 2015	(r285593)
@@ -362,7 +362,7 @@ device		xenpci			# Xen HVM Hypervisor se
 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


More information about the svn-src-head mailing list