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 Re-enable ixg(4) on NetBSD/xen dom0



details:   https://anonhg.NetBSD.org/src/rev/230f0ee670a8
branches:  trunk
changeset: 448427:230f0ee670a8
user:      cherry <cherry%NetBSD.org@localhost>
date:      Sat Feb 02 15:13:54 2019 +0000

description:
Re-enable ixg(4) on NetBSD/xen dom0

Namespace conflicts have been resolved.

Note that driver still has an incorrect us of __asm() gnu primitives
via

#if __FreeBSD_version < 800000
...
#endif

Since __FreeBSD_version is undefined and thus equates to 0 and thus
satisfies the inequality.

Needs fixing by driver maintainer.

diffstat:

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

diffs (27 lines):

diff -r fb09e89f5710 -r 230f0ee670a8 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Feb 02 15:09:32 2019 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Feb 02 15:13:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.163 2019/02/02 12:05:09 cherry Exp $
+# $NetBSD: XEN3_DOM0,v 1.164 2019/02/02 15:13:54 cherry Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOM0-$Revision: 1.163 $"
+#ident         "XEN3_DOM0-$Revision: 1.164 $"
 
 maxusers       32              # estimated number of users
 
@@ -371,7 +371,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
+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