Module Name:    src
Committed By:   msaitoh
Date:           Thu Aug 13 04:58:03 UTC 2015

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
 Compile ixv(4) by default.


To generate a diff of this commit:
cvs rdiff -u -r1.414 -r1.415 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.414 src/sys/arch/amd64/conf/GENERIC:1.415
--- src/sys/arch/amd64/conf/GENERIC:1.414	Sat Aug  8 06:36:24 2015
+++ src/sys/arch/amd64/conf/GENERIC	Thu Aug 13 04:58:03 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.414 2015/08/08 06:36:24 maxv Exp $
+# $NetBSD: GENERIC,v 1.415 2015/08/13 04:58:03 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.414 $"
+#ident 		"GENERIC-$Revision: 1.415 $"
 
 maxusers	64		# estimated number of users
 
@@ -736,7 +736,7 @@ iwi*	at pci? dev ? function ?	# Intel PR
 iwn*	at pci? dev ? function ?	# Intel PRO/Wireless 4965AGN
 iwm*	at pci? dev ? function ?	# Intel Centrino 7260
 ixg*	at pci? dev ? function ?	# Intel 8259x 10 gigabit
-#ixv*	at pci? dev ? function ?	# Intel 8259x 10G virtual function
+ixv*	at pci? dev ? function ?	# Intel 8259x 10G virtual function
 jme*	at pci? dev ? function ?	# JMicron JMC2[56]0 ethernet
 hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
 le*	at pci? dev ? function ?	# PCnet-PCI Ethernet

Reply via email to