Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add aq(4)
details: https://anonhg.NetBSD.org/src/rev/ea282305e3df
branches: trunk
changeset: 968042:ea282305e3df
user: ryo <ryo%NetBSD.org@localhost>
date: Wed Jan 01 10:36:43 2020 +0000
description:
add aq(4)
diffstat:
sys/arch/amd64/conf/ALL | 5 +++--
sys/arch/amd64/conf/GENERIC | 5 +++--
sys/arch/amd64/conf/XEN3_DOM0 | 5 +++--
sys/arch/i386/conf/ALL | 5 +++--
sys/arch/i386/conf/GENERIC | 5 +++--
5 files changed, 15 insertions(+), 10 deletions(-)
diffs (130 lines):
diff -r 8f9ff946d54e -r ea282305e3df sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Wed Jan 01 10:35:10 2020 +0000
+++ b/sys/arch/amd64/conf/ALL Wed Jan 01 10:36:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.134 2019/12/23 06:45:37 maxv Exp $
+# $NetBSD: ALL,v 1.135 2020/01/01 10:36:43 ryo 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.134 $"
+#ident "ALL-$Revision: 1.135 $"
maxusers 64 # estimated number of users
@@ -961,6 +961,7 @@
alc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet
ale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
+aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit
ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
athn* at pci? dev ? function ? # Atheros AR9k (802.11a/g/n)
atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
diff -r 8f9ff946d54e -r ea282305e3df sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Wed Jan 01 10:35:10 2020 +0000
+++ b/sys/arch/amd64/conf/GENERIC Wed Jan 01 10:36:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.552 2019/12/26 17:52:49 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.553 2020/01/01 10:36:43 ryo Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.552 $"
+#ident "GENERIC-$Revision: 1.553 $"
maxusers 64 # estimated number of users
@@ -780,6 +780,7 @@
alc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet
ale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
+aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit
ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
athn* at pci? dev ? function ? # Atheros AR9k (802.11a/g/n)
atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
diff -r 8f9ff946d54e -r ea282305e3df sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Wed Jan 01 10:35:10 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Wed Jan 01 10:36:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.169 2019/08/21 12:16:07 maxv Exp $
+# $NetBSD: XEN3_DOM0,v 1.170 2020/01/01 10:36:43 ryo Exp $
include "arch/amd64/conf/std.xen"
@@ -11,7 +11,7 @@
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_DOM0-$Revision: 1.169 $"
+#ident "XEN3_DOM0-$Revision: 1.170 $"
maxusers 32 # estimated number of users
@@ -331,6 +331,7 @@
alc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet
ale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
+aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit
ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet
diff -r 8f9ff946d54e -r ea282305e3df sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Wed Jan 01 10:35:10 2020 +0000
+++ b/sys/arch/i386/conf/ALL Wed Jan 01 10:36:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.478 2019/12/23 06:45:37 maxv Exp $
+# $NetBSD: ALL,v 1.479 2020/01/01 10:36:43 ryo 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.478 $"
+#ident "ALL-$Revision: 1.479 $"
maxusers 64 # estimated number of users
@@ -1044,6 +1044,7 @@
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
alc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet
ale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet
+aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit
ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
athn* at pci? dev ? function ? # Atheros AR9k (802.11a/g/n)
atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
diff -r 8f9ff946d54e -r ea282305e3df sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Wed Jan 01 10:35:10 2020 +0000
+++ b/sys/arch/i386/conf/GENERIC Wed Jan 01 10:36:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1217 2019/12/10 12:08:52 yamaguchi Exp $
+# $NetBSD: GENERIC,v 1.1218 2020/01/01 10:36:43 ryo Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1217 $"
+#ident "GENERIC-$Revision: 1.1218 $"
maxusers 64 # estimated number of users
@@ -959,6 +959,7 @@
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
alc* at pci? dev ? function ? # Attansic/Atheros L1C/L2C Ethernet
ale* at pci? dev ? function ? # Attansic/Atheros L1E Ethernet
+aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit
ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
athn* at pci? dev ? function ? # Atheros AR9k (802.11a/g/n)
atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
Home |
Main Index |
Thread Index |
Old Index