Module Name:    src
Committed By:   msaitoh
Date:           Tue Aug 11 03:59:37 UTC 2015

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

Log Message:
 Add ixg(4).


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/arch/sparc64/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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.180 src/sys/arch/sparc64/conf/GENERIC:1.181
--- src/sys/arch/sparc64/conf/GENERIC:1.180	Thu Feb 12 04:48:37 2015
+++ src/sys/arch/sparc64/conf/GENERIC	Tue Aug 11 03:59:37 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.180 2015/02/12 04:48:37 palle Exp $
+# $NetBSD: GENERIC,v 1.181 2015/08/11 03:59:37 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.180 $"
+#ident 		"GENERIC-$Revision: 1.181 $"
 
 maxusers	64
 
@@ -516,6 +516,7 @@ fxp*	at pci? dev ? function ?	# Intel Et
 gem*	at pci? dev ? function ?	# Apple GMAC and Sun ERI gigabit enet
 gem*	at sbus? slot ? offset ?
 gsip*	at pci? dev ? function ?	# National Semiconductor DP83820 GigE
+ixg*	at pci? dev ? function ?	# Intel 8259x 10 gigabit
 # XXX lacks bus_dmamap_sync()
 #le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
 # XXX uses vtophys()

Reply via email to