Module Name: src
Committed By: ryo
Date: Wed Jan 1 10:36:43 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0
src/sys/arch/i386/conf: ALL GENERIC
Log Message:
add aq(4)
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.552 -r1.553 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.169 -r1.170 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.478 -r1.479 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1217 -r1.1218 src/sys/arch/i386/conf/GENERIC
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/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.134 src/sys/arch/amd64/conf/ALL:1.135
--- src/sys/arch/amd64/conf/ALL:1.134 Mon Dec 23 06:45:37 2019
+++ src/sys/arch/amd64/conf/ALL Wed Jan 1 10:36:43 2020
@@ -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 @@ include "arch/amd64/conf/std.amd64"
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 @@ age* at pci? dev ? function ? # Attansic
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)
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.552 src/sys/arch/amd64/conf/GENERIC:1.553
--- src/sys/arch/amd64/conf/GENERIC:1.552 Thu Dec 26 17:52:49 2019
+++ src/sys/arch/amd64/conf/GENERIC Wed Jan 1 10:36:43 2020
@@ -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 @@ include "arch/amd64/conf/std.amd64"
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 @@ age* at pci? dev ? function ? # Attansic
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)
Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.169 src/sys/arch/amd64/conf/XEN3_DOM0:1.170
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.169 Wed Aug 21 12:16:07 2019
+++ src/sys/arch/amd64/conf/XEN3_DOM0 Wed Jan 1 10:36:43 2020
@@ -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 INCLUDE_CONFIG_FILE # embed con
#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 @@ age* at pci? dev ? function ? # Attansic
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
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.478 src/sys/arch/i386/conf/ALL:1.479
--- src/sys/arch/i386/conf/ALL:1.478 Mon Dec 23 06:45:37 2019
+++ src/sys/arch/i386/conf/ALL Wed Jan 1 10:36:43 2020
@@ -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 @@ include "arch/i386/conf/std.i386"
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 @@ age* at pci? dev ? function ? # Attansic
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)
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1217 src/sys/arch/i386/conf/GENERIC:1.1218
--- src/sys/arch/i386/conf/GENERIC:1.1217 Tue Dec 10 12:08:52 2019
+++ src/sys/arch/i386/conf/GENERIC Wed Jan 1 10:36:43 2020
@@ -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 @@ include "arch/i386/conf/std.i386"
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 @@ age* at pci? dev ? function ? # Attansic
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)