diff options
| author | yamaguchi <yamaguchi@NetBSD.org> | 2022-03-24 08:46:49 +0000 |
|---|---|---|
| committer | yamaguchi <yamaguchi@NetBSD.org> | 2022-03-24 08:46:49 +0000 |
| commit | d41958fb3dff0ad7e1314ad181e7a091494bdfd8 (patch) | |
| tree | 208fcb704cb63bf319c36962eb6914216d19049e /sys/dev | |
| parent | fa6e0f5a466291cd30bd8e09fe274ee8a9aed9d3 (diff) | |
Added Intel V710 for 5000BaseT
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 9a950f9be12..ae818160af3 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -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 0x1019 i82547EI Gigabit Ethernet 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) |
