Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/dev/pci Regen for ticket 1168.
details: https://anonhg.NetBSD.org/src/rev/5234ae9213ef
branches: netbsd-3
changeset: 577830:5234ae9213ef
user: riz <riz%NetBSD.org@localhost>
date: Tue Feb 14 20:37:36 2006 +0000
description:
Regen for ticket 1168.
diffstat:
sys/dev/pci/pcidevs.h | 6 +++++-
sys/dev/pci/pcidevs_data.h | 20 ++++++++++++++++++--
2 files changed, 23 insertions(+), 3 deletions(-)
diffs (72 lines):
diff -r 9754f9f786d8 -r 5234ae9213ef sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Tue Feb 14 20:37:01 2006 +0000
+++ b/sys/dev/pci/pcidevs.h Tue Feb 14 20:37:36 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcidevs.h,v 1.702.2.21 2006/02/05 17:11:00 riz Exp $ */
+/* $NetBSD: pcidevs.h,v 1.702.2.22 2006/02/14 20:37:36 riz Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -958,6 +958,7 @@
#define PCI_PRODUCT_ASUSTEK_HFCPCI 0x0675 /* ISDN */
/* ATI products */
+#define PCI_PRODUCT_ATI_RADEON_M24_1P 0x3150 /* Radeon Mobility X600 */
#define PCI_PRODUCT_ATI_RADEON_A3 0x4136 /* Radeon Mobility A3 */
#define PCI_PRODUCT_ATI_RADEON_9600_LE 0x4151 /* Radeon 9600 LE */
#define PCI_PRODUCT_ATI_RADEON_9600_XT 0x4152 /* Radeon 9600 XT */
@@ -1836,6 +1837,9 @@
#define PCI_PRODUCT_INTEL_82915G_IGD 0x2582 /* 82915G/GL Integrated Graphics Device */
#define PCI_PRODUCT_INTEL_82925X_HB 0x2584 /* 82925X Host */
#define PCI_PRODUCT_INTEL_82925X_EXP 0x2585 /* 82925X PCI Express Bridge */
+#define PCI_PRODUCT_INTEL_82915PM_HB 0x2590 /* 82915PM/GM/GMS,82910GML Host Bridge */
+#define PCI_PRODUCT_INTEL_82915PM_PEG 0x2591 /* 82915PM/GM PCI Express Graphics Port */
+#define PCI_PRODUCT_INTEL_82915GM_IGD 0x2592 /* 82915GM/GMS,82910GML Integrated Graphics Device */
#define PCI_PRODUCT_INTEL_6300ESB_LPC 0x25a1 /* 6300ESB LPC Interface Bridge */
#define PCI_PRODUCT_INTEL_6300ESB_IDE 0x25a2 /* 6300ESB IDE Controller */
#define PCI_PRODUCT_INTEL_6300ESB_SATA 0x25a3 /* 6300ESB SATA Controller */
diff -r 9754f9f786d8 -r 5234ae9213ef sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Tue Feb 14 20:37:01 2006 +0000
+++ b/sys/dev/pci/pcidevs_data.h Tue Feb 14 20:37:36 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcidevs_data.h,v 1.700.2.21 2006/02/05 17:11:00 riz Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.700.2.22 2006/02/14 20:37:36 riz Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -3400,6 +3400,10 @@
"ISDN",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_M24_1P,
+ "Radeon Mobility X600",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_A3,
"Radeon Mobility A3",
},
@@ -6248,6 +6252,18 @@
"82925X PCI Express Bridge",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82915PM_HB,
+ "82915PM/GM/GMS,82910GML Host Bridge",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82915PM_PEG,
+ "82915PM/GM PCI Express Graphics Port",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82915GM_IGD,
+ "82915GM/GMS,82910GML Integrated Graphics Device",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_LPC,
"6300ESB LPC Interface Bridge",
},
@@ -10380,4 +10396,4 @@
"Video Controller",
},
};
-const int pci_nproducts = 2016;
+const int pci_nproducts = 2020;
Home |
Main Index |
Thread Index |
Old Index