Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci regen
details: https://anonhg.NetBSD.org/src/rev/2d5238d280ee
branches: trunk
changeset: 816828:2d5238d280ee
user: nonaka <nonaka%NetBSD.org@localhost>
date: Thu Jul 28 03:09:47 2016 +0000
description:
regen
diffstat:
sys/dev/pci/pcidevs.h | 19 +-
sys/dev/pci/pcidevs_data.h | 18119 +++++++++++++++++++++---------------------
2 files changed, 9071 insertions(+), 9067 deletions(-)
diffs (truncated from 23418 to 300 lines):
diff -r 997a0fae7423 -r 2d5238d280ee sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Thu Jul 28 03:08:39 2016 +0000
+++ b/sys/dev/pci/pcidevs.h Thu Jul 28 03:09:47 2016 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.1246 2016/07/06 14:27:02 christos Exp $ */
+/* $NetBSD: pcidevs.h,v 1.1247 2016/07/28 03:09:47 nonaka Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.1253 2016/07/06 14:26:31 christos Exp
+ * NetBSD: pcidevs,v 1.1255 2016/07/28 03:08:39 nonaka Exp
*/
/*
@@ -536,10 +536,9 @@
#define PCI_VENDOR_ESSTECH2 0x1285 /* ESS Technology */
#define PCI_VENDOR_TRITECH 0x1292 /* TriTech Microelectronics */
#define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */
+#define PCI_VENDOR_RISCOM 0x12aa /* RISCom */
#define PCI_VENDOR_ALTEON 0x12ae /* Alteon */
-#define PCI_VENDOR_RISCOM 0x12aa /* RISCom */
#define PCI_VENDOR_USR 0x12b9 /* US Robotics (3Com) */
-#define PCI_VENDOR_USR2 0x16ec /* US Robotics */
#define PCI_VENDOR_PICTUREEL 0x12c5 /* Picture Elements */
#define PCI_VENDOR_NVIDIA_SGS 0x12d2 /* Nvidia & SGS-Thomson Microelectronics */
#define PCI_VENDOR_PERICOM 0x12d8 /* Pericom Semiconductors */
@@ -582,7 +581,6 @@
#define PCI_VENDOR_AVERMEDIA 0x1461 /* Avermedia Technologies */
#define PCI_VENDOR_MSI 0x1462 /* Micro-star International Co Ltd */
#define PCI_VENDOR_SYSTEMBASE 0x14a1 /* System Base */
-#define PCI_VENDOR_MARVELL2 0x1b4b /* Marvell */
#define PCI_VENDOR_AIRONET 0x14b9 /* Aironet Wireless Communications */
#define PCI_VENDOR_COMPAL 0x14c0 /* COMPAL Electronics */
#define PCI_VENDOR_MYRICOM 0x14c1 /* Myricom */
@@ -593,6 +591,7 @@
#define PCI_VENDOR_PLANEX 0x14ea /* Planex Communications */
#define PCI_VENDOR_CONEXANT 0x14f1 /* Conexant Systems */
#define PCI_VENDOR_DELTA 0x1500 /* Delta Electronics */
+#define PCI_VENDOR_MYSON 0x1516 /* Myson-Century Technology */
#define PCI_VENDOR_ENE 0x1524 /* ENE Technology */
#define PCI_VENDOR_TERRATEC 0x153b /* TerraTec Electronic */
#define PCI_VENDOR_PERLE 0x155f /* Perle Systems */
@@ -603,18 +602,19 @@
#define PCI_VENDOR_GEOCAST 0x15a1 /* Geocast Network Systems */
#define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */
#define PCI_VENDOR_VMWARE 0x15ad /* VMware */
+#define PCI_VENDOR_MELLANOX 0x15b3 /* Mellanox Technologies */
#define PCI_VENDOR_AGILENT 0x15bc /* Agilent Technologies */
+#define PCI_VENDOR_SUPERMICRO 0x15d9 /* Super Micro Computer Inc */
+#define PCI_VENDOR_NDC 0x15e8 /* National Datacomm */
#define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */
#define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
+#define PCI_VENDOR_ACTIONTEC 0x1668 /* Action Tec Electronics */
#define PCI_VENDOR_SIBYTE 0x166d /* Broadcom (SiByte) */
-#define PCI_VENDOR_MYSON 0x1516 /* Myson-Century Technology */
-#define PCI_VENDOR_MELLANOX 0x15b3 /* Mellanox Technologies */
-#define PCI_VENDOR_NDC 0x15e8 /* National Datacomm */
-#define PCI_VENDOR_ACTIONTEC 0x1668 /* Action Tec Electronics */
#define PCI_VENDOR_ATHEROS 0x168c /* Atheros Communications */
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun Tech */
#define PCI_VENDOR_SAFENET 0x16ae /* SafeNet */
#define PCI_VENDOR_MICREL 0x16c6 /* Micrel */
+#define PCI_VENDOR_USR2 0x16ec /* US Robotics */
#define PCI_VENDOR_NETOCTAVE 0x170b /* Netoctave */
#define PCI_VENDOR_LINKSYS 0x1737 /* Linksys */
#define PCI_VENDOR_ALTIMA 0x173b /* Altima */
@@ -646,6 +646,7 @@
#define PCI_VENDOR_QUMRANET 0x1af4 /* Qumranet */
#define PCI_VENDOR_ASMEDIA 0x1b21 /* ASMedia */
#define PCI_VENDOR_REDHAT 0x1b36 /* Red Hat */
+#define PCI_VENDOR_MARVELL2 0x1b4b /* Marvell */
#define PCI_VENDOR_FRESCO 0x1b73 /* Fresco Logic */
#define PCI_VENDOR_QINHENG2 0x1c00 /* Nanjing QinHeng Electronics (PCIe) */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */
diff -r 997a0fae7423 -r 2d5238d280ee sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Thu Jul 28 03:08:39 2016 +0000
+++ b/sys/dev/pci/pcidevs_data.h Thu Jul 28 03:09:47 2016 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.1245 2016/07/06 14:27:02 christos Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.1246 2016/07/28 03:09:47 nonaka Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.1253 2016/07/06 14:26:31 christos Exp
+ * NetBSD: pcidevs,v 1.1255 2016/07/28 03:08:39 nonaka Exp
*/
/*
@@ -514,10 +514,9 @@
PCI_VENDOR_ESSTECH2, 4238, 127, 0,
PCI_VENDOR_TRITECH, 4337, 863, 0,
PCI_VENDOR_KOFAX, 4345, 4351, 427, 0,
- PCI_VENDOR_ALTEON, 4357, 0,
- PCI_VENDOR_RISCOM, 4364, 0,
+ PCI_VENDOR_RISCOM, 4357, 0,
+ PCI_VENDOR_ALTEON, 4364, 0,
PCI_VENDOR_USR, 4371, 4374, 4383, 0,
- PCI_VENDOR_USR2, 4371, 4374, 0,
PCI_VENDOR_PICTUREEL, 4390, 4398, 0,
PCI_VENDOR_NVIDIA_SGS, 4407, 647, 851, 863, 0,
PCI_VENDOR_PERICOM, 4414, 1901, 0,
@@ -560,7 +559,6 @@
PCI_VENDOR_AVERMEDIA, 4723, 96, 0,
PCI_VENDOR_MSI, 4733, 1011, 4744, 4747, 0,
PCI_VENDOR_SYSTEMBASE, 6, 4751, 0,
- PCI_VENDOR_MARVELL2, 3769, 0,
PCI_VENDOR_AIRONET, 4756, 4764, 3332, 0,
PCI_VENDOR_COMPAL, 4773, 932, 0,
PCI_VENDOR_MYRICOM, 4780, 0,
@@ -571,10394 +569,10397 @@
PCI_VENDOR_PLANEX, 4818, 3332, 0,
PCI_VENDOR_CONEXANT, 4825, 114, 0,
PCI_VENDOR_DELTA, 4834, 932, 0,
- PCI_VENDOR_ENE, 4840, 127, 0,
- PCI_VENDOR_TERRATEC, 4844, 2340, 0,
- PCI_VENDOR_PERLE, 4853, 114, 0,
- PCI_VENDOR_SOLIDUM, 4859, 114, 0,
+ PCI_VENDOR_MYSON, 4840, 127, 0,
+ PCI_VENDOR_ENE, 4854, 127, 0,
+ PCI_VENDOR_TERRATEC, 4858, 2340, 0,
+ PCI_VENDOR_PERLE, 4867, 114, 0,
+ PCI_VENDOR_SOLIDUM, 4873, 114, 0,
PCI_VENDOR_HP2, 716, 0,
- PCI_VENDOR_SYBA, 4867, 0,
- PCI_VENDOR_FARADAY, 4872, 127, 0,
- PCI_VENDOR_GEOCAST, 4880, 3888, 114, 0,
- PCI_VENDOR_BLUESTEEL, 4888, 1843, 0,
- PCI_VENDOR_VMWARE, 4898, 0,
- PCI_VENDOR_AGILENT, 4905, 96, 0,
- PCI_VENDOR_EUMITCOM, 4913, 0,
- PCI_VENDOR_NETSEC, 4922, 0,
- PCI_VENDOR_SIBYTE, 4809, 4929, 0,
- PCI_VENDOR_MYSON, 4938, 127, 0,
- PCI_VENDOR_MELLANOX, 4952, 96, 0,
- PCI_VENDOR_NDC, 180, 4961, 0,
- PCI_VENDOR_ACTIONTEC, 4970, 4977, 932, 0,
- PCI_VENDOR_ATHEROS, 4981, 3332, 0,
- PCI_VENDOR_GLOBALSUN, 353, 1464, 4989, 0,
- PCI_VENDOR_SAFENET, 4994, 0,
- PCI_VENDOR_MICREL, 5002, 0,
- PCI_VENDOR_NETOCTAVE, 5009, 0,
- PCI_VENDOR_LINKSYS, 5019, 0,
- PCI_VENDOR_ALTIMA, 5027, 0,
- PCI_VENDOR_ANTARES, 5034, 470, 0,
- PCI_VENDOR_CAVIUM, 5042, 0,
- PCI_VENDOR_FZJZEL, 5049, 5052, 2182, 5060, 0,
- PCI_VENDOR_BELKIN, 5064, 0,
- PCI_VENDOR_HAWKING, 5071, 127, 0,
- PCI_VENDOR_SANDBURST, 5079, 0,
- PCI_VENDOR_NETCHIP, 1833, 127, 5089, 0,
- PCI_VENDOR_I4, 5099, 0,
- PCI_VENDOR_ARECA, 5102, 0,
- PCI_VENDOR_S2IO, 5108, 96, 0,
- PCI_VENDOR_RDC, 5113, 189, 0,
- PCI_VENDOR_LINKSYS2, 5019, 0,
- PCI_VENDOR_RALINK, 5117, 96, 0,
- PCI_VENDOR_RMI, 5124, 863, 4436, 5129, 0,
- PCI_VENDOR_NETLOGIC, 5140, 470, 5129, 0,
- PCI_VENDOR_BBELEC, 5149, 647, 5149, 932, 0,
- PCI_VENDOR_XGI, 5151, 127, 0,
- PCI_VENDOR_RENESAS, 5155, 96, 0,
- PCI_VENDOR_FREESCALE, 5163, 189, 0,
- PCI_VENDOR_ATTANSIC, 5173, 96, 0,
- PCI_VENDOR_JMICRON, 5182, 127, 0,
- PCI_VENDOR_ASPEED, 5190, 127, 0,
- PCI_VENDOR_AWT, 5197, 0,
- PCI_VENDOR_EVE, 5201, 0,
- PCI_VENDOR_FUSIONIO, 5205, 0,
- PCI_VENDOR_QUMRANET, 5215, 0,
- PCI_VENDOR_ASMEDIA, 5224, 0,
- PCI_VENDOR_REDHAT, 5232, 5236, 0,
- PCI_VENDOR_FRESCO, 5240, 86, 0,
- PCI_VENDOR_QINHENG2, 5247, 5255, 932, 5263, 0,
+ PCI_VENDOR_SYBA, 4881, 0,
+ PCI_VENDOR_FARADAY, 4886, 127, 0,
+ PCI_VENDOR_GEOCAST, 4894, 3888, 114, 0,
+ PCI_VENDOR_BLUESTEEL, 4902, 1843, 0,
+ PCI_VENDOR_VMWARE, 4912, 0,
+ PCI_VENDOR_MELLANOX, 4919, 96, 0,
+ PCI_VENDOR_AGILENT, 4928, 96, 0,
+ PCI_VENDOR_SUPERMICRO, 4936, 957, 47, 4942, 0,
+ PCI_VENDOR_NDC, 180, 4946, 0,
+ PCI_VENDOR_EUMITCOM, 4955, 0,
+ PCI_VENDOR_NETSEC, 4964, 0,
+ PCI_VENDOR_ACTIONTEC, 4971, 4978, 932, 0,
+ PCI_VENDOR_SIBYTE, 4809, 4982, 0,
+ PCI_VENDOR_ATHEROS, 4991, 3332, 0,
+ PCI_VENDOR_GLOBALSUN, 353, 1464, 4999, 0,
+ PCI_VENDOR_SAFENET, 5004, 0,
+ PCI_VENDOR_MICREL, 5012, 0,
+ PCI_VENDOR_USR2, 4371, 4374, 0,
+ PCI_VENDOR_NETOCTAVE, 5019, 0,
+ PCI_VENDOR_LINKSYS, 5029, 0,
+ PCI_VENDOR_ALTIMA, 5037, 0,
+ PCI_VENDOR_ANTARES, 5044, 470, 0,
+ PCI_VENDOR_CAVIUM, 5052, 0,
+ PCI_VENDOR_FZJZEL, 5059, 5062, 2182, 5070, 0,
+ PCI_VENDOR_BELKIN, 5074, 0,
+ PCI_VENDOR_HAWKING, 5081, 127, 0,
+ PCI_VENDOR_SANDBURST, 5089, 0,
+ PCI_VENDOR_NETCHIP, 1833, 127, 5099, 0,
+ PCI_VENDOR_I4, 5109, 0,
+ PCI_VENDOR_ARECA, 5112, 0,
+ PCI_VENDOR_S2IO, 5118, 96, 0,
+ PCI_VENDOR_RDC, 5123, 189, 0,
+ PCI_VENDOR_LINKSYS2, 5029, 0,
+ PCI_VENDOR_RALINK, 5127, 96, 0,
+ PCI_VENDOR_RMI, 5134, 863, 4436, 5139, 0,
+ PCI_VENDOR_NETLOGIC, 5150, 470, 5139, 0,
+ PCI_VENDOR_BBELEC, 5159, 647, 5159, 932, 0,
+ PCI_VENDOR_XGI, 5161, 127, 0,
+ PCI_VENDOR_RENESAS, 5165, 96, 0,
+ PCI_VENDOR_FREESCALE, 5173, 189, 0,
+ PCI_VENDOR_ATTANSIC, 5183, 96, 0,
+ PCI_VENDOR_JMICRON, 5192, 127, 0,
+ PCI_VENDOR_ASPEED, 5200, 127, 0,
+ PCI_VENDOR_AWT, 5207, 0,
+ PCI_VENDOR_EVE, 5211, 0,
+ PCI_VENDOR_FUSIONIO, 5215, 0,
+ PCI_VENDOR_QUMRANET, 5225, 0,
+ PCI_VENDOR_ASMEDIA, 5234, 0,
+ PCI_VENDOR_REDHAT, 5242, 5246, 0,
+ PCI_VENDOR_MARVELL2, 3769, 0,
+ PCI_VENDOR_FRESCO, 5250, 86, 0,
+ PCI_VENDOR_QINHENG2, 5257, 5265, 932, 5273, 0,
PCI_VENDOR_SYMPHONY2, 1752, 209, 610, 615, 619, 626, 0,
PCI_VENDOR_TEKRAM2, 2154, 127, 610, 615, 619, 626, 0,
PCI_VENDOR_SUNIX2, 4656, 4744, 0,
- PCI_VENDOR_HINT, 5270, 0,
- PCI_VENDOR_3DLABS, 5275, 209, 0,
+ PCI_VENDOR_HINT, 5280, 0,
+ PCI_VENDOR_3DLABS, 5285, 209, 0,
PCI_VENDOR_AVANCE2, 138, 86, 610, 615, 619, 626, 0,
- PCI_VENDOR_ADDTRON, 5278, 127, 0,
- PCI_VENDOR_QINHENG, 5247, 5255, 932, 0,
- PCI_VENDOR_ICOMPRESSION, 4825, 5286, 0,
- PCI_VENDOR_INDCOMPSRC, 1688, 47, 5301, 0,
- PCI_VENDOR_NETVIN, 5308, 0,
- PCI_VENDOR_BUSLOGIC2, 5315, 610, 615, 619, 626, 0,
- PCI_VENDOR_MEDIAQ, 5324, 0,
- PCI_VENDOR_GUILLEMOT, 5331, 0,
- PCI_VENDOR_TURTLE_BEACH, 5341, 5348, 0,
- PCI_VENDOR_S3, 5354, 0,
+ PCI_VENDOR_ADDTRON, 5288, 127, 0,
+ PCI_VENDOR_QINHENG, 5257, 5265, 932, 0,
+ PCI_VENDOR_ICOMPRESSION, 4825, 5296, 0,
+ PCI_VENDOR_INDCOMPSRC, 1688, 47, 5311, 0,
+ PCI_VENDOR_NETVIN, 5318, 0,
+ PCI_VENDOR_BUSLOGIC2, 5325, 610, 615, 619, 626, 0,
+ PCI_VENDOR_MEDIAQ, 5334, 0,
+ PCI_VENDOR_GUILLEMOT, 5341, 0,
+ PCI_VENDOR_TURTLE_BEACH, 5351, 5358, 0,
+ PCI_VENDOR_S3, 5364, 0,
PCI_VENDOR_NETPOWER2, 2984, 610, 615, 619, 626, 0,
- PCI_VENDOR_XENSOURCE, 5357, 4436, 0,
- PCI_VENDOR_C4T, 5368, 5372, 0,
- PCI_VENDOR_DCI, 5380, 47, 0,
- PCI_VENDOR_KURUSUGAWA, 5389, 932, 0,
- PCI_VENDOR_PCHDTV, 5400, 0,
- PCI_VENDOR_QUANCOM, 5407, 2340, 5415, 0,
- PCI_VENDOR_INTEL, 5420, 0,
- PCI_VENDOR_VIRTUALBOX, 5426, 0,
+ PCI_VENDOR_XENSOURCE, 5367, 4436, 0,
+ PCI_VENDOR_C4T, 5378, 5382, 0,
+ PCI_VENDOR_DCI, 5390, 47, 0,
+ PCI_VENDOR_KURUSUGAWA, 5399, 932, 0,
+ PCI_VENDOR_PCHDTV, 5410, 0,
+ PCI_VENDOR_QUANCOM, 5417, 2340, 5425, 0,
+ PCI_VENDOR_INTEL, 5430, 0,
+ PCI_VENDOR_VIRTUALBOX, 5436, 0,
PCI_VENDOR_TRIGEM2, 1607, 47, 610, 615, 619, 626, 0,
- PCI_VENDOR_PROLAN, 5437, 0,
- PCI_VENDOR_COMPUTONE, 5444, 0,
- PCI_VENDOR_KTI, 5454, 0,
- PCI_VENDOR_ADP, 5458, 0,
- PCI_VENDOR_ADP2, 5458, 610, 615, 619, 626, 0,
- PCI_VENDOR_ATRONICS, 5466, 0,
- PCI_VENDOR_NETMOS, 5475, 0,
- PCI_VENDOR_PARALLELS, 5482, 0,
- PCI_VENDOR_CHRYSALIS, 5492, 0,
- PCI_VENDOR_MIDDLE_DIGITAL, 5506, 240, 0,
+ PCI_VENDOR_PROLAN, 5447, 0,
+ PCI_VENDOR_COMPUTONE, 5454, 0,
+ PCI_VENDOR_KTI, 5464, 0,
+ PCI_VENDOR_ADP, 5468, 0,
+ PCI_VENDOR_ADP2, 5468, 610, 615, 619, 626, 0,
+ PCI_VENDOR_ATRONICS, 5476, 0,
+ PCI_VENDOR_NETMOS, 5485, 0,
+ PCI_VENDOR_PARALLELS, 5492, 0,
+ PCI_VENDOR_CHRYSALIS, 5502, 0,
+ PCI_VENDOR_MIDDLE_DIGITAL, 5516, 240, 0,
PCI_VENDOR_ARC, 1989, 86, 0,
- PCI_VENDOR_INVALID, 5513, 5521, 5528, 0,
+ PCI_VENDOR_INVALID, 5523, 5531, 5538, 0,
};
Home |
Main Index |
Thread Index |
Old Index