Source-Changes-HG archive

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

src: Pull up following revision(s) (requested by msaitoh in tick...



details:   https://anonhg.NetBSD.org/src/rev/9ea137ac71d3
branches:  netbsd-8
changeset: 318164:9ea137ac71d3
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Apr 14 10:32:05 2018 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #751):

        sys/dev/pci/pcidevs: revision 1.1308
        sys/dev/pci/pcidevs: revision 1.1327

Add Nvidia GeForce 9400M as found in the late 2009 13" MacBook (MacBook6,1)

Add new I219 devices (using with 300 series chipset).

diffstat:

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

diffs (28 lines):

diff -r a147941dcc96 -r 9ea137ac71d3 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sat Apr 14 10:25:11 2018 +0000
+++ b/sys/dev/pci/pcidevs       Sat Apr 14 10:32:05 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1289.2.4 2018/04/09 18:18:49 martin Exp $
+$NetBSD: pcidevs,v 1.1289.2.5 2018/04/14 10:32:05 martin Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3302,6 +3302,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_LM7         0x15bb  I219-LM Ethernet Connection
+product INTEL I219_V7          0x15bc  I219-V Ethernet Connection
+product INTEL I219_LM6         0x15bd  I219-LM Ethernet Connection
+product INTEL I219_V6          0x15be  I219-V Ethernet Connection
 product INTEL C3K_X553_KRKX    0x15c2  C3000 X553 Backplane (KR/KX 10G SKU)
 product INTEL C3K_X553_KX_25G  0x15c3  C3000 X553 Backplane (KX 2.5G)
 product INTEL C3K_X553_SFI_SFP 0x15c4  C3000 X553 10G SFP+ (SFI)
@@ -6121,6 +6125,7 @@
 product NVIDIA MCP73_AHCI_12   0x07fb  nForce MCP73 AHCI Controller
 product NVIDIA MCP73_HDA_1     0x07fc  nForce MCP73 High Definition Audio Controller
 product NVIDIA MCP73_HDA_2     0x07fd  nForce MCP73 High Definition Audio Controller
+product NVIDIA GEFORCE_9400M   0x0863  GeForce 9400M
 product NVIDIA GEFORCE_210     0x0a65  GeForce 210
 product NVIDIA MCP79_SMB       0x0aa2  nForce MCP79 SMBus Controller
 product NVIDIA MCP79_LAN1      0x0ab0  nForce MCP79 Gigabit Ethernet Controller



Home | Main Index | Thread Index | Old Index