Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add ixg(4). Fixes PR#52180 from Harry Wa...



details:   https://anonhg.NetBSD.org/src/rev/38ed7f98a114
branches:  trunk
changeset: 823359:38ed7f98a114
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 20 09:56:27 2017 +0000

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

XXX pullup to netbsd-7

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6ebda77c8729 -r 38ed7f98a114 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Thu Apr 20 09:48:55 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Thu Apr 20 09:56:27 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index