Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add newer I219 devices.



details:   https://anonhg.NetBSD.org/src/rev/eaf8a429f842
branches:  trunk
changeset: 348479:eaf8a429f842
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Oct 20 05:52:09 2016 +0000

description:
Add newer I219 devices.

diffstat:

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

diffs (20 lines):

diff -r 32013b149514 -r eaf8a429f842 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Oct 20 04:11:02 2016 +0000
+++ b/sys/dev/pci/pcidevs       Thu Oct 20 05:52:09 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1267 2016/10/19 03:59:17 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1268 2016/10/20 05:52:09 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3047,6 +3047,10 @@
 product INTEL I219_LM2         0x15b7  I219-LM Ethernet Connection
 product INTEL I219_V2          0x15b8  I219-V Ethernet Connection
 product INTEL I219_LM3         0x15b9  I219-LM Ethernet Connection
+product INTEL I219_V5          0x15d6  I219-V Ethernet Connection
+product INTEL I219_LM4         0x15d7  I219-LM Ethernet Connection
+product INTEL I219_V4          0x15d8  I219-V Ethernet Connection
+product INTEL I219_LM5         0x15e3  I219-LM Ethernet Connection
 product INTEL CORE5G_HB_1      0x1604  Core 5G Host Bridge
 product INTEL CORE5G_M_GT1     0x1606  HD Graphics (GT1)
 product INTEL CORE5G_HDA_1     0x160c  Core 5G HD Audio



Home | Main Index | Thread Index | Old Index