Module Name:    src
Committed By:   msaitoh
Date:           Mon Oct 23 01:43:56 UTC 2023

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC

Log Message:
eqos(4): Disable eqos(4) by default because it's not stable on x86.


To generate a diff of this commit:
cvs rdiff -u -r1.607 -r1.608 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1251 -r1.1252 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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.607 src/sys/arch/amd64/conf/GENERIC:1.608
--- src/sys/arch/amd64/conf/GENERIC:1.607	Fri Oct 20 10:09:43 2023
+++ src/sys/arch/amd64/conf/GENERIC	Mon Oct 23 01:43:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.607 2023/10/20 10:09:43 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.608 2023/10/23 01:43:56 msaitoh 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.607 $"
+#ident		"GENERIC-$Revision: 1.608 $"
 
 maxusers	64		# estimated number of users
 
@@ -827,7 +827,7 @@ dge*	at pci? dev ? function ?	# Intel 82
 ena*	at pci? dev ? function ?	# Amazon.com Elastic Network Adapter
 ep*	at pci? dev ? function ?	# 3Com 3c59x
 epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
-eqos*	at pci? dev ? function ?	# DesignWare Ethernet QoS
+#eqos*	at pci? dev ? function ?	# DesignWare Ethernet QoS
 et*	at pci? dev ? function ?	# Agere/LSI ET1310/ET1301 Gigabit
 ex*	at pci? dev ? function ?	# 3Com 90x[BC]
 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1251 src/sys/arch/i386/conf/GENERIC:1.1252
--- src/sys/arch/i386/conf/GENERIC:1.1251	Fri Oct 20 10:09:44 2023
+++ src/sys/arch/i386/conf/GENERIC	Mon Oct 23 01:43:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1251 2023/10/20 10:09:44 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.1252 2023/10/23 01:43:55 msaitoh 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.1251 $"
+#ident		"GENERIC-$Revision: 1.1252 $"
 
 maxusers	64		# estimated number of users
 
@@ -982,7 +982,7 @@ bwfm*	at pci? dev ? function ?	# Broadco
 dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
 ep*	at pci? dev ? function ?	# 3Com 3c59x
 epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
-eqos*	at pci? dev ? function ?	# DesignWare Ethernet QoS
+#eqos*	at pci? dev ? function ?	# DesignWare Ethernet QoS
 et*	at pci? dev ? function ?	# Agere/LSI ET1310/ET1301 Gigabit
 ex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B

Reply via email to