Source-Changes-HG archive

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

[src/trunk]: src Add ena(4).



details:   https://anonhg.NetBSD.org/src/rev/f217a9062bd3
branches:  trunk
changeset: 458576:f217a9062bd3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Aug 01 13:45:54 2019 +0000

description:
Add ena(4).

diffstat:

 doc/3RDPARTY                |  15 ++++++++++++++-
 sys/arch/amd64/conf/GENERIC |   5 +++--
 2 files changed, 17 insertions(+), 3 deletions(-)

diffs (59 lines):

diff -r 09e7af1573f8 -r f217a9062bd3 doc/3RDPARTY
--- a/doc/3RDPARTY      Thu Aug 01 13:43:28 2019 +0000
+++ b/doc/3RDPARTY      Thu Aug 01 13:45:54 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: 3RDPARTY,v 1.1640 2019/07/30 14:57:06 joerg Exp $
+#      $NetBSD: 3RDPARTY,v 1.1641 2019/08/01 13:45:54 msaitoh Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -2109,6 +2109,7 @@
 Use groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the
 distribution for import.
 Update MDATE in src/external/gpl2/groff/Makefile.inc.
+
 Package:       gmake
 Version:       3.81 (Last GPlv2+ version)
 Current Vers:  4.2
@@ -2174,3 +2175,15 @@
 Location:      usr.bin/indent
 Notes:
 Tests are stored in tests/usr.bin/indent.
+
+Package:       ena
+Version:       0.8.1
+Current Vers:  2.0.0
+Maintainer:    Amazon.com
+Archive Site:  https://github.com/amzn/amzn-drivers/tree/master/kernel/fbsd/ena
+Home Page:     https://github.com/amzn/amzn-drivers/
+Mailing List:  none
+Responsible:
+License:       BSD-like (2 and 3-clause)
+Location:      sys/external/bsd/ena-com
+Notes:
diff -r 09e7af1573f8 -r f217a9062bd3 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Aug 01 13:43:28 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Aug 01 13:45:54 2019 +0000
@@ -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 @@
 
 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 @@
 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



Home | Main Index | Thread Index | Old Index