NetBSD-Bugs archive

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

PR/47750 CVS commit: [netbsd-7] src/sys/dev/pci



The following reply was made to PR kern/47750; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47750 CVS commit: [netbsd-7] src/sys/dev/pci
Date: Thu, 8 Dec 2016 07:56:46 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Thu Dec  8 07:56:45 UTC 2016
 
 Modified Files:
 	src/sys/dev/pci [netbsd-7]: pcidevs
 
 Log Message:
 Pull up following revision(s) (requested by msaitoh in ticket #1291):
 	sys/dev/pci/pcidevs: revisions 1.1221-1.1245, 1.1247-1.1262, 1.1264-1.1269, 1.1271-1.1273
 - Add SystemBase SB16C1050 UARTs.
 - Add D-Link DFE520TX (part of PR#49889 reported by Maxim Tsyplakov).
 - Add Realtek RTL8188EE and RTL8192CE
 - Add PLX Technology PEX 8111.
 - Add some Red Hat devices.
 - Add Samsung SM951.
 - Add several NVIDIA geforce and NVS cards.
 - Add some ATI/AMD devices.
 - Add Radeon HD 2400 and TSB82AA2 IEEE 1394 Host Controller.
   Reported by T. M. Pederson (PR#40987).
 - Add some Edimax, AWT, Fusion-io and Ralink devices of ral(4).
 - Add MSI RT3090, Edimax RT3591, Ralink RT 536[02] and RT5390 of
   ral(4).
 - Add vendor ID of Super Micro.
 - Add MegaRAID SAS3008.
 - Fix entries. The following problems were found while sorting entries:
   - Remove the following entries because the value is duplicated:
     CMDTECH_240		(CMDTECH_AAR_1210SA has the same value)
     INTEL_C610_SATA_RAID (INTEL_82801H_SATA_RAID has the same vaule)
     INTEL_C610_PCIE_1_3	(82801BA_HPB has the same value)
     GEFORCE_610M3	(GEFORCE_610M2 has the same value)
   - RADEON_RV350_NQ is not 0x4e41 but 0x4e51
   - 82801JD_SATA_RAID is not 0x3a02 but 0x3a05.
   - The following two entries have the same number. Fix one of them:
     DH89XXCL_USB_2 to 0x23b5	(was 0x23b4 (== DH89XXCL_USB_1))
     5500_HB to 0x3404 and change the desc (was 0x3403 (== 3400_HB))
     82X58_PCIE_0_1 to 0x3421	(was 0x3420 (== 82X58_PCIE_0_0))
     82801JI_THERMAL to 0x3a32	(was 0x3a30 (== 82801JI_SMB))
 - Add the following Intel entries:
   - PCIe NVMe SSD.
   - Dual Band Wireless AC 3165.
   - I219 family Ethernet devices.
   - Dual Band Wireless AC 3165, 4165 and 8260 devices.
   - 82597EX_SR (part of PR#47750).
   - Braswell devices.
   - Core 6G devices.
   - 100 series chipset devices.
   - Xeon D devices.
   - Xeon 5[56]00 devices.
   - Xeon E7 v4 devices.
 - Add "Core i7-6xxxK" to some Intel devices' description.
 - Fix Intel XE5_V3_IMC1_DDRIO_[34]'s values.
 - Add another ID for Intel 82Q45 KT.
 - Add some entries of Intel 965 Express Chipset.
 - Add some Intel Xeon E5 v3 devices.
 - Add some Intel 1st gen Core PCI devices.
 - Add some Intel Core 5G devices.
 - Add some Intel Core i7-6xxxK devices.
 - Add some Intel Core i7-800 and i5-700 devices.
 - Add some Intel 10G devices.
 - Add ASMedia ASM1042A USB 3.0 Host Controller.
 - Add ASMEDIA ASM1083/1085/1142.
 - Add Marvell Armada38x and 88AP510.
 - Add Qualcomm Atheros QCA986x/988x.
 - Add Atheros AR9565 Wireless LAN.
 - Sort entries in device ID's order.
 - Fix typo.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1199.2.6 -r1.1199.2.7 src/sys/dev/pci/pcidevs
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index