Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 01:04:55 +0000 (UTC)
From:      Patrick Kelsey <pkelsey@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285593 - head/sys/amd64/conf
Message-ID:  <201507150104.t6F14tWm050423@svnmir.geo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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