Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add ixg
details: https://anonhg.NetBSD.org/src/rev/3ca131c8d432
branches: trunk
changeset: 328588:3ca131c8d432
user: christos <christos%NetBSD.org@localhost>
date: Tue Apr 08 19:40:57 2014 +0000
description:
add ixg
diffstat:
sys/arch/amd64/conf/ALL | 7 ++++---
sys/arch/amd64/conf/GENERIC | 5 +++--
sys/arch/i386/conf/ALL | 5 +++--
sys/arch/i386/conf/GENERIC | 5 +++--
4 files changed, 13 insertions(+), 9 deletions(-)
diffs (110 lines):
diff -r b4a61b121d27 -r 3ca131c8d432 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Tue Apr 08 19:39:06 2014 +0000
+++ b/sys/arch/amd64/conf/ALL Tue Apr 08 19:40:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.2 2014/03/24 14:15:37 szptvlfn Exp $
+# $NetBSD: ALL,v 1.3 2014/04/08 19:42:13 christos Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.2 $"
+#ident "ALL-$Revision: 1.3 $"
maxusers 64 # estimated number of users
@@ -891,11 +891,12 @@
ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100
iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG
iwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN
+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
lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
-malo* at pci? dev ? function ? # Marvell Libertas Wireless
+malo* at pci? dev ? function ? # Marvell Libertas Wireless
mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet
msk* at mskc? # Marvell Yukon 2 Gigabit Ethernet
mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet
diff -r b4a61b121d27 -r 3ca131c8d432 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Tue Apr 08 19:39:06 2014 +0000
+++ b/sys/arch/amd64/conf/GENERIC Tue Apr 08 19:40:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.383 2014/03/24 14:15:37 szptvlfn Exp $
+# $NetBSD: GENERIC,v 1.384 2014/04/08 19:42:13 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.383 $"
+#ident "GENERIC-$Revision: 1.384 $"
maxusers 64 # estimated number of users
@@ -711,6 +711,7 @@
ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100
iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG
iwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN
+ixg* at pci? dev ? function ? # Intel 8259x 10 gigabit
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
diff -r b4a61b121d27 -r 3ca131c8d432 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Tue Apr 08 19:39:06 2014 +0000
+++ b/sys/arch/i386/conf/ALL Tue Apr 08 19:40:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.370 2014/03/24 14:15:38 szptvlfn Exp $
+# $NetBSD: ALL,v 1.371 2014/04/08 19:40:57 christos Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.370 $"
+#ident "ALL-$Revision: 1.371 $"
maxusers 64 # estimated number of users
@@ -1017,6 +1017,7 @@
ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100
iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG
iwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN
+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
diff -r b4a61b121d27 -r 3ca131c8d432 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue Apr 08 19:39:06 2014 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue Apr 08 19:40:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1101 2014/03/24 14:15:38 szptvlfn Exp $
+# $NetBSD: GENERIC,v 1.1102 2014/04/08 19:40:57 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1101 $"
+#ident "GENERIC-$Revision: 1.1102 $"
maxusers 64 # estimated number of users
@@ -962,6 +962,7 @@
ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100
iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG
iwn* at pci? dev ? function ? # Intel PRO/Wireless 4965AGN
+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