Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Added Intel V710 for 5000BaseT



details:   https://anonhg.NetBSD.org/src/rev/5086fcf5c660
branches:  trunk
changeset: 364428:5086fcf5c660
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Thu Mar 24 08:46:49 2022 +0000

description:
Added Intel V710 for 5000BaseT

diffstat:

 sys/dev/pci/pcidevs |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 564ffb693542 -r 5086fcf5c660 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Mar 24 08:44:04 2022 +0000
+++ b/sys/dev/pci/pcidevs       Thu Mar 24 08:46:49 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1451 2022/03/24 08:44:04 yamaguchi Exp $
+$NetBSD: pcidevs,v 1.1452 2022/03/24 08:46:49 yamaguchi Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3974,6 +3974,7 @@
 product INTEL 82547EI_MOBILE    0x101a  i82547EI Mobile Gigabit Ethernet
 product INTEL 82546EB_QUAD     0x101d  i82546EB 1000baseT Ethernet
 product INTEL 82540EP_LP       0x101e  i82540EP Gigabit Ethernet
+product INTEL V710_5G_T                0x101f  V710 5000BaseT Ethernet
 product INTEL 82545GM_COPPER   0x1026  i82545GM 1000baseT Ethernet
 product INTEL 82545GM_FIBER    0x1027  i82545GM 1000baseX Ethernet
 product INTEL 82545GM_SERDES   0x1028  i82545GM Gigabit Ethernet (SERDES)



Home | Main Index | Thread Index | Old Index