Module Name:    src
Committed By:   msaitoh
Date:           Thu Aug  1 13:48:50 UTC 2019

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

Log Message:
Add ena(4).


To generate a diff of this commit:
cvs rdiff -u -r1.531 -r1.532 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.531 src/sys/arch/amd64/conf/GENERIC:1.532
--- src/sys/arch/amd64/conf/GENERIC:1.531	Wed Jul 24 06:35:04 2019
+++ src/sys/arch/amd64/conf/GENERIC	Thu Aug  1 13:48:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.531 2019/07/24 06:35:04 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.532 2019/08/01 13:48:50 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.531 $"
+#ident		"GENERIC-$Revision: 1.532 $"
 
 maxusers	64		# estimated number of users
 
@@ -771,6 +771,7 @@ bnx*	at pci? dev ? function ?	# Broadcom
 bwi*	at pci? dev ? function ?	# Broadcom BCM43xx wireless
 bwfm*	at pci? dev ? function ?	# Broadcom FullMAC
 dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
+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
 esh*	at pci? dev ? function ?	# Essential HIPPI card

Reply via email to