Module Name:    src
Committed By:   jdolecek
Date:           Sun Dec  9 11:52:11 UTC 2018

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

Log Message:
remove 'NOT WORKING' for ena(4) - while it was not yet confirmed working
on x86, it already is confirmed working on aarm64 so chances are high
it will work for x86 too


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/amd64/conf/ALL

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.108 src/sys/arch/amd64/conf/ALL:1.109
--- src/sys/arch/amd64/conf/ALL:1.108	Sat Nov 24 18:23:29 2018
+++ src/sys/arch/amd64/conf/ALL	Sun Dec  9 11:52:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.108 2018/11/24 18:23:29 bouyer Exp $
+# $NetBSD: ALL,v 1.109 2018/12/09 11:52:11 jdolecek 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.108 $"
+#ident		"ALL-$Revision: 1.109 $"
 
 maxusers	64		# estimated number of users
 
@@ -952,7 +952,7 @@ bnx*	at pci? dev ? function ?	# Broadcom
 bwi*	at pci? dev ? function ?	# Broadcom BCM43xx wireless
 cas*	at pci? dev ? function ?	# Sun Cassini/Cassini+ Ethernet
 dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
-ena*	at pci? dev ? function ?	# NOT WORKING - Amazon Elastic Network Adapter
+ena*	at pci? dev ? function ?	# Amazon Elastic Network Adapter
 ep*	at pci? dev ? function ?	# 3Com 3c59x
 epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
 esh*	at pci? dev ? function ?	# Essential HIPPI card

Reply via email to