Module Name:    src
Committed By:   msaitoh
Date:           Thu Apr 20 09:56:27 UTC 2017

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

Log Message:
 Add ixg(4). Fixes PR#52180 from Harry Waddell.

XXX pullup to netbsd-7


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/amd64/conf/XEN3_DOM0

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/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.134 src/sys/arch/amd64/conf/XEN3_DOM0:1.135
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.134	Mon Apr 17 09:54:59 2017
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Thu Apr 20 09:56:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.134 2017/04/17 09:54:59 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.135 2017/04/20 09:56:27 msaitoh Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -369,6 +369,7 @@ ipw*	at pci? dev ? function ?	# Intel PR
 iwi*	at pci? dev ? function ?	# Intel PRO/Wireless 2200BG
 iwn*	at pci? dev ? function ?	# Intel PRO/Wireless 4965AGN
 iwm*	at pci? dev ? function ?	# Intel Wireless WiFi Link 7xxx
+ixg*	at pci? dev ? function ?	# Intel 8259x 10 gigabit
 jme*	at pci? dev ? function ?	# JMicron JMC2[56]0 ethernet
 le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
 lii*	at pci? dev ? function ?	# Atheros L2 Fast-Ethernet

Reply via email to