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/680e1d42b9a7
branches:  trunk
changeset: 758614:680e1d42b9a7
user:      cegger <cegger%NetBSD.org@localhost>
date:      Thu Nov 11 14:38:36 2010 +0000

description:
regen.

diffstat:

 sys/dev/pci/pcidevs.h      |     14 +-
 sys/dev/pci/pcidevs_data.h |  11442 +++++++++++++++++++++---------------------
 2 files changed, 5751 insertions(+), 5705 deletions(-)

diffs (truncated from 14780 to 300 lines):

diff -r 6039181005c0 -r 680e1d42b9a7 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Nov 11 14:37:41 2010 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Nov 11 14:38:36 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.1048 2010/11/06 14:21:41 jakllsch Exp $  */
+/*     $NetBSD: pcidevs.h,v 1.1049 2010/11/11 14:38:36 cegger Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.1051 2010/11/06 14:20:34 jakllsch Exp
+ *     NetBSD: pcidevs,v 1.1052 2010/11/11 14:37:41 cegger Exp
  */
 
 /*
@@ -991,6 +991,12 @@
 #define        PCI_PRODUCT_AMD_PBC8111_AC_756b 0x756b          /* AMD8111 756b ACPI Controller */
 #define        PCI_PRODUCT_AMD_HUDSON2_IDE     0x780c          /* HUDSON-2 IDE Controller */
 #define        PCI_PRODUCT_AMD_HUDSON2_SATA    0x7800          /* HUDSON-2 SATA Controller */
+#define        PCI_PRODUCT_AMD_RS880_HB        0x9601          /* RS880 Host Bridge */
+#define        PCI_PRODUCT_AMD_RS780_PPB_GFX   0x9602          /* RS780 PCI-PCI Bridge (int gfx) */
+#define        PCI_PRODUCT_AMD_RS780_PPB_GFX0  0x9603          /* RS780 PCI-PCI Bridge (ext gfx port 0) */
+#define        PCI_PRODUCT_AMD_RS780_PPB0      0x9604          /* RS780 PCI-PCIE Bridge (port 0) */
+#define        PCI_PRODUCT_AMD_RS780_PPB1      0x9605          /* RS780 PCI-PCIE Brdige (port 1) */
+#define        PCI_PRODUCT_AMD_RS780_PPB2      0x9606          /* RS780 PCI-PCIE Bridge (port 2) */
 
 /* American Megatrends products */
 #define        PCI_PRODUCT_AMI_MEGARAID        0x9010          /* MegaRAID */
@@ -1384,6 +1390,7 @@
 #define        PCI_PRODUCT_ATI_RADEON_X850XT_S 0x5d72          /* Radeon X850 XT Secondary */
 #define        PCI_PRODUCT_ATI_RADEON_X700     0x5e4b          /* Radeon X700 Pro */
 #define        PCI_PRODUCT_ATI_RADEON_X700_S   0x5e6b          /* Radeon X700 Pro Secondary */
+#define        PCI_PRODUCT_ATI_RADEON_HD5600_RD        0x68c1          /* Redwood */
 #define        PCI_PRODUCT_ATI_RADEON_X1300    0x7146          /* Radeon X1300 Series (RV515) */
 #define        PCI_PRODUCT_ATI_RADEON_X1300_S  0x7166          /* Radeon X1300 Series (RV515) Secondary */
 #define        PCI_PRODUCT_ATI_RADEON_X1600    0x71c5          /* Radeon Mobility X1600 */
@@ -1396,9 +1403,11 @@
 #define        PCI_PRODUCT_ATI_RS690_PPB_7916  0x7916          /* RS690 PCI to PCI-Express Port 2 Bridge */
 #define        PCI_PRODUCT_ATI_RS690_PPB_7917  0x7917          /* RS690 PCI to PCI-Express Port 3 Bridge */
 #define        PCI_PRODUCT_ATI_RADEON_HD4250_S 0x95C5          /* Radeon HD4250 GPU (RV610) Secondary */
+#define        PCI_PRODUCT_ATI_RADEON_HD4200   0x9712          /* Radeon HD4200 Mobility */
 #define        PCI_PRODUCT_ATI_RADEON_HD4250   0x9715          /* Radeon HD4250 GPU (RS880) */
 #define        PCI_PRODUCT_ATI_RADEON_HD2600_XT        0x9588          /* Radeon HD2600 XT GDDR3 */
 #define        PCI_PRODUCT_ATI_RADEON_HD2600_HD        0xaa08          /* Radeon HD2600 HD Audio Controller */
+#define        PCI_PRODUCT_ATI_RADEON_HD5600_HDMI      0xaa60          /* Redwood HDMI Audio */
 
 /* Auravision products */
 #define        PCI_PRODUCT_AURAVISION_VXP524   0x01f7          /* VxP524 PCI Video Processor */
@@ -1420,6 +1429,7 @@
 #define        PCI_PRODUCT_ATHEROS_AR5311      0x0011          /* AR5211 Wireless LAN */
 #define        PCI_PRODUCT_ATHEROS_AR5211      0x0012          /* AR5211 Wireless LAN */
 #define        PCI_PRODUCT_ATHEROS_AR5212      0x0013          /* AR5212 Wireless LAN */
+#define        PCI_PRODUCT_ATHEROS_AR9285      0x002b          /* AR9285 Wireless LAN */
 #define        PCI_PRODUCT_ATHEROS_AR5201_AP   0x0207          /* AR5201 Wireless LAN Reference Card (Early AP11) */
 #define        PCI_PRODUCT_ATHEROS_AR5201_DEFAULT      0x1107          /* AR5201 Wireless LAN (no eeprom) */
 #define        PCI_PRODUCT_ATHEROS_AR5212_DEFAULT      0x1113          /* AR5212 Wireless LAN (no eeprom) */
diff -r 6039181005c0 -r 680e1d42b9a7 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Nov 11 14:37:41 2010 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Nov 11 14:38:36 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.1047 2010/11/06 14:21:41 jakllsch Exp $     */
+/*     $NetBSD: pcidevs_data.h,v 1.1048 2010/11/11 14:38:36 cegger Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.1051 2010/11/06 14:20:34 jakllsch Exp
+ *     NetBSD: pcidevs,v 1.1052 2010/11/11 14:37:41 cegger Exp
  */
 
 /*
@@ -1204,1292 +1204,1312 @@
            7946, 6283, 6117, 0,
            PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON2_SATA, 
            7946, 7955, 6117, 0,
+           PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS880_HB, 
+           7960, 6610, 6220, 0,
+           PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PPB_GFX, 
+           7966, 7753, 6220, 7972, 7977, 0,
+           PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PPB_GFX0, 
+           7966, 7753, 6220, 7982, 7987, 6445, 7991, 0,
+           PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PPB0, 
+           7966, 7994, 6220, 8003, 7991, 0,
+           PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PPB1, 
+           7966, 7994, 8009, 8003, 8016, 0,
+           PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PPB2, 
+           7966, 7994, 6220, 8003, 8019, 0,
            PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID, 
-           7960, 0,
+           8022, 0,
            PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID2, 
-           7960, 6073, 0,
+           8022, 6073, 0,
            PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID3, 
-           7960, 6084, 0,
+           8022, 6084, 0,
            PCI_VENDOR_ANALOG, PCI_PRODUCT_ANALOG_SAFENET, 
-           4944, 7969, 7976, 7988, 0,
+           4944, 8031, 8038, 8050, 0,
            PCI_VENDOR_ANTARES, PCI_PRODUCT_ANTARES_TC9021, 
            4974, 5371, 5379, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT, 
-           7998, 6508, 6220, 0,
+           8060, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GC, 
-           8005, 8011, 7913, 6117, 0,
+           8067, 8073, 7913, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_CONTROL, 
-           8019, 0,
+           8081, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PLANB, 
-           8027, 0,
+           8089, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_OHARE, 
-           8033, 7913, 6117, 0,
+           8095, 7913, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT2, 
-           7998, 6508, 6220, 0,
+           8060, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_HEATHROW, 
-           8039, 7913, 6117, 0,
+           8101, 7913, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PADDINGTON, 
-           8048, 7913, 6117, 0,
+           8110, 7913, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PBG3_FW, 
-           8059, 8069, 8072, 0,
+           8121, 8131, 8134, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_KEYLARGO_USB, 
-           8081, 6602, 6117, 0,
+           8143, 6602, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH1, 
-           8090, 6508, 6220, 0,
+           8152, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH2, 
-           8090, 6508, 6220, 0,
+           8152, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP, 
-           8090, 7766, 3043, 0,
+           8152, 7766, 3043, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC, 
-           8099, 5379, 0,
+           8161, 5379, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_KEYLARGO, 
-           8081, 7913, 6117, 0,
+           8143, 7913, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC2, 
-           8099, 5379, 0,
+           8161, 5379, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_MACIO, 
-           8104, 7913, 6117, 0,
+           8166, 7913, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_USB, 
-           8104, 6602, 6117, 0,
+           8166, 6602, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_AGP, 
-           8104, 7766, 3043, 0,
+           8166, 7766, 3043, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_PCI1, 
-           8104, 6508, 6220, 0,
+           8166, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_PCI2, 
-           8104, 6508, 6220, 0,
+           8166, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP2, 
-           8090, 7766, 3043, 0,
+           8152, 7766, 3043, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH3, 
-           8090, 6508, 6220, 0,
+           8152, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH4, 
-           8090, 6508, 6220, 0,
+           8152, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_PANGEA_FW, 
-           8104, 8072, 0,
+           8166, 8134, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_FW, 
-           8090, 8072, 0,
+           8152, 8134, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC3, 
-           8099, 5379, 0,
+           8161, 5379, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_ATA, 
-           8090, 8111, 6117, 0,
+           8152, 8173, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP3, 
-           8090, 7766, 6220, 0,
+           8152, 7766, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH5, 
-           8090, 6508, 6220, 0,
+           8152, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH6, 
-           8090, 6508, 6220, 0,
+           8152, 6508, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_KAUAI, 
-           8119, 6108, 6117, 0,
+           8181, 6108, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID, 
-           8125, 7913, 6117, 0,
+           8187, 7913, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID_USB, 
-           8125, 6602, 6117, 0,
+           8187, 6602, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_USB, 
-           8134, 6602, 6117, 0,
+           8196, 6602, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2, 
-           8134, 8137, 6117, 0,
+           8196, 8199, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_FW, 
-           8134, 8072, 0,
+           8196, 8134, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_UATA, 
-           8134, 8144, 6117, 0,
+           8196, 8206, 6117, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB1, 
-           8149, 7753, 6220, 0,
+           8211, 7753, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB2, 
-           8149, 7753, 6220, 0,
+           8211, 7753, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB3, 
-           8149, 7753, 6220, 0,
+           8211, 7753, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB4, 
-           8149, 7753, 6220, 0,
+           8211, 7753, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_PPB5, 
-           8149, 7753, 6220, 0,
+           8211, 7753, 6220, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_U3_AGP, 
-           8149, 7766, 3043, 0,
+           8211, 7766, 3043, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_K2_GMAC, 
-           8099, 5379, 0,
+           8161, 5379, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA, 
-           8152, 0,
+           8214, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_ATA, 
-           8152, 6108, 0,
+           8214, 6108, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_GMAC, 
-           8152, 8099, 0,
+           8214, 8161, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_FW, 
-           8152, 8072, 0,
+           8214, 8134, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_PCI1, 
-           8152, 615, 0,
+           8214, 615, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_PCI2, 
-           8152, 615, 0,
+           8214, 615, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_PCI3, 
-           8152, 615, 0,
+           8214, 615, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_SHASTA_HT, 
-           8152, 7511, 0,
+           8214, 7511, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_AGP, 
-           8125, 6073, 7766, 0,
+           8187, 6073, 7766, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_PCI1, 
-           8125, 6073, 615, 0,
+           8187, 6073, 615, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_PCI2, 
-           8125, 6073, 615, 0,
+           8187, 6073, 615, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_ATA, 
-           8125, 6073, 6108, 0,
+           8187, 6073, 6108, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_FW, 
-           8125, 6073, 8159, 0,
+           8187, 6073, 8221, 0,
            PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID2_GMAC, 
-           8125, 6073, 8099, 0,
+           8187, 6073, 8161, 0,
            PCI_VENDOR_ARC, PCI_PRODUCT_ARC_1000PV, 
-           8168, 0,
+           8230, 0,
            PCI_VENDOR_ARC, PCI_PRODUCT_ARC_2000PV, 
-           8175, 0,
+           8237, 0,
            PCI_VENDOR_ARC, PCI_PRODUCT_ARC_2000MT, 
-           8182, 0,
+           8244, 0,
            PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1110, 
-           8189, 0,
+           8251, 0,
            PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1120, 
-           8198, 0,
+           8260, 0,
            PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1130, 
-           8207, 0,
+           8269, 0,
            PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1160, 
-           8216, 0,



Home | Main Index | Thread Index | Old Index