Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf uncomment ena(4) now that it compiles; e...



details:   https://anonhg.NetBSD.org/src/rev/dd10d7ece6c7
branches:  trunk
changeset: 319949:dd10d7ece6c7
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Jun 16 15:04:29 2018 +0000

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

diffstat:

 sys/arch/amd64/conf/ALL |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ef4756c81406 -r dd10d7ece6c7 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sat Jun 16 15:00:35 2018 +0000
+++ b/sys/arch/amd64/conf/ALL   Sat Jun 16 15:04:29 2018 +0000
@@ -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 @@
 
 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 @@
 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



Home | Main Index | Thread Index | Old Index