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/0033c198b95d
branches: trunk
changeset: 756199:0033c198b95d
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Jul 08 18:50:35 2010 +0000
description:
regen.
diffstat:
sys/dev/pci/pcidevs.h | 32 +-
sys/dev/pci/pcidevs_data.h | 12870 +++++++++++++++++++++---------------------
2 files changed, 6487 insertions(+), 6415 deletions(-)
diffs (truncated from 16367 to 300 lines):
diff -r d5e4a089b9c6 -r 0033c198b95d sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Thu Jul 08 18:49:28 2010 +0000
+++ b/sys/dev/pci/pcidevs.h Thu Jul 08 18:50:35 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.1037 2010/07/08 08:47:04 msaitoh Exp $ */
+/* $NetBSD: pcidevs.h,v 1.1038 2010/07/08 18:50:35 msaitoh Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.1040 2010/07/08 08:46:19 msaitoh Exp
+ * NetBSD: pcidevs,v 1.1041 2010/07/08 18:49:28 msaitoh Exp
*/
/*
@@ -587,6 +587,7 @@
#define PCI_VENDOR_ENE 0x1524 /* ENE Technology */
#define PCI_VENDOR_TERRATEC 0x153b /* TerraTec Electronic */
#define PCI_VENDOR_SOLIDUM 0x1588 /* Solidum Systems */
+#define PCI_VENDOR_SYBA 0x1592 /* Syba */
#define PCI_VENDOR_FARADAY 0x159b /* Faraday Technology */
#define PCI_VENDOR_GEOCAST 0x15a1 /* Geocast Network Systems */
#define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */
@@ -1434,7 +1435,9 @@
#define PCI_PRODUCT_AVANCE2_ALS4000 0x4000 /* ALS4000 Audio */
/* Avlab Technology products */
+#define PCI_PRODUCT_AVLAB_PCI2S 0x2130 /* Low Profile PCI 4 Serial */
#define PCI_PRODUCT_AVLAB_LPPCI4S 0x2150 /* Low Profile PCI 4 Serial */
+#define PCI_PRODUCT_AVLAB_LPPCI4S_2 0x2152 /* Low Profile PCI 4 Serial */
/* CCUBE products */
#define PCI_PRODUCT_CCUBE_CINEMASTER 0x8888 /* Cinemaster C 3.0 DVD Decoder */
@@ -3083,6 +3086,7 @@
#define PCI_PRODUCT_MOT_MPC5200B 0x5809 /* MPC5200B Host Bridge */
/* Moxa Technologies products */
+#define PCI_PRODUCT_MOXA_CP102U 0x1022 /* CP102U */
#define PCI_PRODUCT_MOXA_C104H 0x1040 /* C104H */
#define PCI_PRODUCT_MOXA_CP104 0x1041 /* CP104UL */
#define PCI_PRODUCT_MOXA_CP114 0x1141 /* CP114 */
@@ -4110,6 +4114,10 @@
/* Surecom Technology products */
#define PCI_PRODUCT_SURECOM_NE34 0x0e34 /* NE-34 Ethernet */
+/* Syba */
+#define PCI_PRODUCT_SYBA_4S2P 0x0781 /* 4S2P */
+#define PCI_PRODUCT_SYBA_4S 0x0786 /* 4S */
+
/* Symphony Labs products */
#define PCI_PRODUCT_SYMPHONY_82C101 0x0001 /* 82C101 */
#define PCI_PRODUCT_SYMPHONY_82C103 0x0103 /* 82C103 */
@@ -4217,9 +4225,23 @@
#define PCI_PRODUCT_TI_PCI7420YENTA 0xac8e /* PCI7420 PCI-Cardbus Bridge w/ IEEE 1394 Host Controller */
/* Titan Electronics products */
-#define PCI_PRODUCT_TITAN_PCI800L 0x8080 /* PCI-800L */
-#define PCI_PRODUCT_TITAN_PCI800H 0xa003 /* PCI-800H */
-#define PCI_PRODUCT_TITAN_PCI100H 0xa001 /* PCI-100H */
+
+#define PCI_PRODUCT_TITAN_VSCOM_PCI010L 0x8001 /* PCI-010L */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI100L 0x8010 /* PCI-100L */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI110L 0x8011 /* PCI-110L */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI200L 0x8020 /* PCI-200L */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI210L 0x8021 /* PCI-210L */
+#define PCI_PRODUCT_MOLEX_VSCOM_PCI400L 0x8040 /* PCI-400L */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI800L 0x8080 /* PCI-800L */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI011H 0x8403 /* PCI-011H */
+#define PCI_PRODUCT_TITAN_VSCOM_PCIx10H 0xa000 /* PCI-x10H */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI100H 0xa001 /* PCI-100H */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI800H 0xa003 /* PCI-800H */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI800H_1 0xa004 /* PCI-800H_1 */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI200H 0xa005 /* PCI-200H */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI010HV2 0xe001 /* PCI-010HV2 */
+#define PCI_PRODUCT_TITAN_VSCOM_PCI200HV2 0xe020 /* PCI-200HV2 */
+
/* Toshiba America products */
#define PCI_PRODUCT_TOSHIBA_R4X00 0x0009 /* R4x00 Host-PCI Bridge */
diff -r d5e4a089b9c6 -r 0033c198b95d sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Thu Jul 08 18:49:28 2010 +0000
+++ b/sys/dev/pci/pcidevs_data.h Thu Jul 08 18:50:35 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.1036 2010/07/08 08:47:04 msaitoh Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.1037 2010/07/08 18:50:37 msaitoh Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.1040 2010/07/08 08:46:19 msaitoh Exp
+ * NetBSD: pcidevs,v 1.1041 2010/07/08 18:49:28 msaitoh Exp
*/
/*
@@ -565,6855 +565,6890 @@
PCI_VENDOR_ENE, 4777, 127, 0,
PCI_VENDOR_TERRATEC, 4781, 2356, 0,
PCI_VENDOR_SOLIDUM, 4790, 114, 0,
- PCI_VENDOR_FARADAY, 4798, 127, 0,
- PCI_VENDOR_GEOCAST, 4806, 3896, 114, 0,
- PCI_VENDOR_BLUESTEEL, 4814, 1843, 0,
- PCI_VENDOR_VMWARE, 4824, 0,
- PCI_VENDOR_AGILENT, 4831, 96, 0,
- PCI_VENDOR_EUMITCOM, 4839, 0,
- PCI_VENDOR_NETSEC, 4848, 0,
- PCI_VENDOR_SIBYTE, 4746, 4855, 0,
- PCI_VENDOR_MYSON, 4864, 127, 0,
- PCI_VENDOR_MELLANOX, 4878, 96, 0,
- PCI_VENDOR_NDC, 180, 4887, 0,
- PCI_VENDOR_ACTIONTEC, 4896, 4903, 932, 0,
- PCI_VENDOR_ATHEROS, 4907, 3340, 0,
- PCI_VENDOR_GLOBALSUN, 353, 1464, 4915, 0,
- PCI_VENDOR_SAFENET, 4920, 0,
- PCI_VENDOR_MICREL, 4928, 0,
- PCI_VENDOR_LINKSYS, 4935, 0,
- PCI_VENDOR_ALTIMA, 4943, 0,
- PCI_VENDOR_ANTARES, 4950, 470, 0,
- PCI_VENDOR_CAVIUM, 4958, 0,
- PCI_VENDOR_FZJZEL, 4965, 4968, 2198, 4976, 0,
- PCI_VENDOR_BELKIN, 4980, 0,
- PCI_VENDOR_HAWKING, 4987, 127, 0,
- PCI_VENDOR_SANDBURST, 4995, 0,
- PCI_VENDOR_NETCHIP, 1833, 127, 5005, 0,
- PCI_VENDOR_I4, 5015, 0,
- PCI_VENDOR_ARECA, 5018, 0,
- PCI_VENDOR_S2IO, 5024, 96, 0,
- PCI_VENDOR_LINKSYS2, 4935, 0,
- PCI_VENDOR_RALINK, 5029, 96, 0,
- PCI_VENDOR_RMI, 5036, 863, 4436, 5041, 0,
- PCI_VENDOR_BBELEC, 5052, 647, 5052, 932, 0,
- PCI_VENDOR_RENESAS, 5054, 96, 0,
- PCI_VENDOR_ATTANSIC, 5062, 96, 0,
- PCI_VENDOR_JMICRON, 5071, 127, 0,
- PCI_VENDOR_EVE, 5079, 0,
- PCI_VENDOR_QUMRANET, 5083, 0,
+ PCI_VENDOR_SYBA, 4798, 0,
+ PCI_VENDOR_FARADAY, 4803, 127, 0,
+ PCI_VENDOR_GEOCAST, 4811, 3896, 114, 0,
+ PCI_VENDOR_BLUESTEEL, 4819, 1843, 0,
+ PCI_VENDOR_VMWARE, 4829, 0,
+ PCI_VENDOR_AGILENT, 4836, 96, 0,
+ PCI_VENDOR_EUMITCOM, 4844, 0,
+ PCI_VENDOR_NETSEC, 4853, 0,
+ PCI_VENDOR_SIBYTE, 4746, 4860, 0,
+ PCI_VENDOR_MYSON, 4869, 127, 0,
+ PCI_VENDOR_MELLANOX, 4883, 96, 0,
+ PCI_VENDOR_NDC, 180, 4892, 0,
+ PCI_VENDOR_ACTIONTEC, 4901, 4908, 932, 0,
+ PCI_VENDOR_ATHEROS, 4912, 3340, 0,
+ PCI_VENDOR_GLOBALSUN, 353, 1464, 4920, 0,
+ PCI_VENDOR_SAFENET, 4925, 0,
+ PCI_VENDOR_MICREL, 4933, 0,
+ PCI_VENDOR_LINKSYS, 4940, 0,
+ PCI_VENDOR_ALTIMA, 4948, 0,
+ PCI_VENDOR_ANTARES, 4955, 470, 0,
+ PCI_VENDOR_CAVIUM, 4963, 0,
+ PCI_VENDOR_FZJZEL, 4970, 4973, 2198, 4981, 0,
+ PCI_VENDOR_BELKIN, 4985, 0,
+ PCI_VENDOR_HAWKING, 4992, 127, 0,
+ PCI_VENDOR_SANDBURST, 5000, 0,
+ PCI_VENDOR_NETCHIP, 1833, 127, 5010, 0,
+ PCI_VENDOR_I4, 5020, 0,
+ PCI_VENDOR_ARECA, 5023, 0,
+ PCI_VENDOR_S2IO, 5029, 96, 0,
+ PCI_VENDOR_LINKSYS2, 4940, 0,
+ PCI_VENDOR_RALINK, 5034, 96, 0,
+ PCI_VENDOR_RMI, 5041, 863, 4436, 5046, 0,
+ PCI_VENDOR_BBELEC, 5057, 647, 5057, 932, 0,
+ PCI_VENDOR_RENESAS, 5059, 96, 0,
+ PCI_VENDOR_ATTANSIC, 5067, 96, 0,
+ PCI_VENDOR_JMICRON, 5076, 127, 0,
+ PCI_VENDOR_EVE, 5084, 0,
+ PCI_VENDOR_QUMRANET, 5088, 0,
PCI_VENDOR_SYMPHONY2, 1752, 209, 610, 615, 619, 626, 0,
PCI_VENDOR_TEKRAM2, 2170, 127, 610, 615, 619, 626, 0,
- PCI_VENDOR_HINT, 5092, 0,
- PCI_VENDOR_3DLABS, 5097, 209, 0,
+ PCI_VENDOR_HINT, 5097, 0,
+ PCI_VENDOR_3DLABS, 5102, 209, 0,
PCI_VENDOR_AVANCE2, 138, 86, 610, 615, 619, 626, 0,
- PCI_VENDOR_ADDTRON, 5100, 127, 0,
- PCI_VENDOR_ICOMPRESSION, 4762, 5108, 0,
- PCI_VENDOR_INDCOMPSRC, 1688, 47, 5123, 0,
- PCI_VENDOR_NETVIN, 5130, 0,
- PCI_VENDOR_BUSLOGIC2, 5137, 610, 615, 619, 626, 0,
- PCI_VENDOR_MEDIAQ, 5146, 0,
- PCI_VENDOR_GUILLEMOT, 5153, 0,
- PCI_VENDOR_TURTLE_BEACH, 5163, 5170, 0,
- PCI_VENDOR_S3, 5176, 0,
+ PCI_VENDOR_ADDTRON, 5105, 127, 0,
+ PCI_VENDOR_ICOMPRESSION, 4762, 5113, 0,
+ PCI_VENDOR_INDCOMPSRC, 1688, 47, 5128, 0,
+ PCI_VENDOR_NETVIN, 5135, 0,
+ PCI_VENDOR_BUSLOGIC2, 5142, 610, 615, 619, 626, 0,
+ PCI_VENDOR_MEDIAQ, 5151, 0,
+ PCI_VENDOR_GUILLEMOT, 5158, 0,
+ PCI_VENDOR_TURTLE_BEACH, 5168, 5175, 0,
+ PCI_VENDOR_S3, 5181, 0,
PCI_VENDOR_NETPOWER2, 3000, 610, 615, 619, 626, 0,
- PCI_VENDOR_XENSOURCE, 5179, 4436, 0,
- PCI_VENDOR_C4T, 5190, 5194, 0,
- PCI_VENDOR_DCI, 5202, 47, 0,
- PCI_VENDOR_KURUSUGAWA, 5211, 932, 0,
- PCI_VENDOR_PCHDTV, 5222, 0,
- PCI_VENDOR_QUANCM, 5229, 2356, 5236, 0,
- PCI_VENDOR_INTEL, 5241, 0,
+ PCI_VENDOR_XENSOURCE, 5184, 4436, 0,
+ PCI_VENDOR_C4T, 5195, 5199, 0,
+ PCI_VENDOR_DCI, 5207, 47, 0,
+ PCI_VENDOR_KURUSUGAWA, 5216, 932, 0,
+ PCI_VENDOR_PCHDTV, 5227, 0,
+ PCI_VENDOR_QUANCM, 5234, 2356, 5241, 0,
+ PCI_VENDOR_INTEL, 5246, 0,
PCI_VENDOR_TRIGEM2, 1607, 47, 610, 615, 619, 626, 0,
- PCI_VENDOR_PROLAN, 5247, 0,
- PCI_VENDOR_COMPUTONE, 5254, 0,
- PCI_VENDOR_KTI, 5264, 0,
- PCI_VENDOR_ADP, 5268, 0,
- PCI_VENDOR_ADP2, 5268, 610, 615, 619, 626, 0,
- PCI_VENDOR_ATRONICS, 5276, 0,
- PCI_VENDOR_NETMOS, 5285, 0,
- PCI_VENDOR_PARALLELS, 5292, 0,
- PCI_VENDOR_CHRYSALIS, 5302, 0,
- PCI_VENDOR_MIDDLE_DIGITAL, 5316, 240, 0,
+ PCI_VENDOR_PROLAN, 5252, 0,
+ PCI_VENDOR_COMPUTONE, 5259, 0,
+ PCI_VENDOR_KTI, 5269, 0,
+ PCI_VENDOR_ADP, 5273, 0,
+ PCI_VENDOR_ADP2, 5273, 610, 615, 619, 626, 0,
+ PCI_VENDOR_ATRONICS, 5281, 0,
+ PCI_VENDOR_NETMOS, 5290, 0,
+ PCI_VENDOR_PARALLELS, 5297, 0,
+ PCI_VENDOR_CHRYSALIS, 5307, 0,
+ PCI_VENDOR_MIDDLE_DIGITAL, 5321, 240, 0,
PCI_VENDOR_ARC, 1989, 86, 0,
- PCI_VENDOR_INVALID, 5323, 5331, 5338, 0,
+ PCI_VENDOR_INVALID, 5328, 5336, 5343, 0,
};
static const uint16_t pci_products[] = {
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C985,
- 5341, 5347, 5355, 0,
+ 5346, 5352, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C996,
- 5364, 5370, 5355, 0,
+ 5369, 5375, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556MODEM,
- 5382, 5388, 5393, 5402, 0,
+ 5387, 5393, 5398, 5407, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C940,
- 5408, 5347, 5355, 0,
+ 5413, 5352, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C339,
- 5414, 5420, 5430, 0,
+ 5419, 5425, 5435, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C359,
- 5439, 5420, 5430, 5445, 0,
+ 5444, 5425, 5435, 5450, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C450TX,
- 5448, 5457, 5355, 0,
+ 5453, 5462, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C575TX,
- 5464, 5457, 5355, 0,
+ 5469, 5462, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C575BTX,
- 5473, 5457, 5355, 0,
+ 5478, 5462, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C575CTX,
- 5484, 5457, 5355, 0,
+ 5489, 5462, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C590,
- 5495, 5355, 0,
+ 5500, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C595TX,
- 5501, 5457, 5355, 0,
+ 5506, 5462, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C595T4,
- 5510, 5457, 5355, 0,
+ 5515, 5462, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C595MII,
- 5519, 5457, 5355, 0,
+ 5524, 5462, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C555,
- 5529, 5457, 5393, 5355, 0,
+ 5534, 5462, 5398, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C154G72,
- 5535, 4701, 4519, 5547, 0,
+ 5540, 4701, 4519, 5552, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556,
- 5382, 5457, 5393, 5355, 0,
+ 5387, 5462, 5398, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556B,
- 5555, 5457, 5393, 5355, 0,
+ 5560, 5462, 5398, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C656_E,
- 5562, 5457, 5355, 0,
+ 5567, 5462, 5360, 0,
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C656_M,
Home |
Main Index |
Thread Index |
Old Index