Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf It's time to add ixg(4) and ixv(4).



details:   https://anonhg.NetBSD.org/src/rev/3be9693b43f3
branches:  trunk
changeset: 1022991:3be9693b43f3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Aug 18 09:18:09 2021 +0000

description:
It's time to add ixg(4) and ixv(4).

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 80de823f881e -r 3be9693b43f3 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Wed Aug 18 09:17:17 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Wed Aug 18 09:18:09 2021 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.179 2021/06/26 09:29:14 nia Exp $
+#      $NetBSD: GENERIC64,v 1.180 2021/08/18 09:18:09 msaitoh Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -252,6 +252,8 @@
 #scx*          at fdt?
 aq*            at pci? dev ? function ?        # Aquantia AQC 10 gigabit
 ena*           at pci? dev ? function ?        # Amazon.com Elastic Network Adapter
+ixg*   at pci? dev ? function ?        # Intel 8259x 10 gigabit
+ixv*   at pci? dev ? function ?        # Intel 8259x 10G virtual function
 mcx*           at pci? dev ? function ?        # Mellanox 5th generation Ethernet
 mskc*          at pci? dev ? function ?        # Marvell Yukon 2 Gigabit Ethernet
 msk*           at mskc?



Home | Main Index | Thread Index | Old Index