Module Name:    src
Committed By:   jdolecek
Date:           Sat Jun 16 15:04:29 UTC 2018

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

Log Message:
uncomment ena(4) now that it compiles; even though it's not working yet, this
ensures it's included in eventual subsystem rototils


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 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.89 src/sys/arch/amd64/conf/ALL:1.90
--- src/sys/arch/amd64/conf/ALL:1.89	Thu Jun  7 13:36:28 2018
+++ src/sys/arch/amd64/conf/ALL	Sat Jun 16 15:04:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.89 2018/06/07 13:36:28 thorpej Exp $
+# $NetBSD: ALL,v 1.90 2018/06/16 15:04:29 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.89 $"
+#ident		"ALL-$Revision: 1.90 $"
 
 maxusers	64		# estimated number of users
 
@@ -951,7 +951,7 @@ bwi*	at pci? dev ? function ?	# Broadcom
 cas*	at pci? dev ? function ?	# Sun Cassini/Cassini+ Ethernet
 dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
 en*	at pci? dev ? function ?	# ENI/Adaptec ATM
-#ena*	at pci? dev ? function ?	# experimental - Amazon Elastic Network Adapter
+ena*	at pci? dev ? function ?	# NOT WORKING - 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