Module Name:    src
Committed By:   tnn
Date:           Thu Oct  3 18:57:38 UTC 2019

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

Log Message:
add mcx(4) to GENERIC

Tested on dual-port ConnectX-4 with 25 Gbit/s AOC


To generate a diff of this commit:
cvs rdiff -u -r1.535 -r1.536 src/sys/arch/amd64/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.535 src/sys/arch/amd64/conf/GENERIC:1.536
--- src/sys/arch/amd64/conf/GENERIC:1.535	Sat Sep 14 06:57:51 2019
+++ src/sys/arch/amd64/conf/GENERIC	Thu Oct  3 18:57:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.535 2019/09/14 06:57:51 maxv Exp $
+# $NetBSD: GENERIC,v 1.536 2019/10/03 18:57:38 tnn 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.535 $"
+#ident		"GENERIC-$Revision: 1.536 $"
 
 maxusers	64		# estimated number of users
 
@@ -789,6 +789,7 @@ hme*	at pci? dev ? function ?	# Sun Micr
 le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
 lii*	at pci? dev ? function ?	# Atheros L2 Fast-Ethernet
 malo*	at pci? dev ? function ?	# Marvell Libertas Wireless
+mcx*	at pci? dev ? function ?	# Mellanox 5th generation Ethernet
 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

Reply via email to