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/1c3efbd65e89
branches: trunk
changeset: 572102:1c3efbd65e89
user: xtraeme <xtraeme%NetBSD.org@localhost>
date: Sat Dec 18 11:55:02 2004 +0000
description:
regen
diffstat:
sys/dev/pci/pcidevs.h | 6 ++++--
sys/dev/pci/pcidevs_data.h | 14 +++++++++++---
2 files changed, 15 insertions(+), 5 deletions(-)
diffs (67 lines):
diff -r 2e5905fefed9 -r 1c3efbd65e89 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Sat Dec 18 11:54:03 2004 +0000
+++ b/sys/dev/pci/pcidevs.h Sat Dec 18 11:55:02 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.675 2004/12/16 00:30:31 heas Exp $ */
+/* $NetBSD: pcidevs.h,v 1.676 2004/12/18 11:55:02 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.674 2004/12/16 00:29:06 heas Exp
+ * NetBSD: pcidevs,v 1.675 2004/12/18 11:54:03 xtraeme Exp
*/
/*
@@ -946,7 +946,9 @@
/* ATI products */
#define PCI_PRODUCT_ATI_RADEON_A3 0x4136 /* Radeon Mobility A3 */
+#define PCI_PRODUCT_ATI_RADEON_9600_XT 0x4152 /* Radeon 9600 XT */
#define PCI_PRODUCT_ATI_MACH32 0x4158 /* Mach32 */
+#define PCI_PRODUCT_ATI_RADEON_9600_XT_S 0x4172 /* Radeon 9600 XT Secondary */
#define PCI_PRODUCT_ATI_RADEON_IGP_320M 0x4336 /* Radeon IGP 320M */
#define PCI_PRODUCT_ATI_RADEON_M6_U2 0x4337 /* Radeon Mobility M6 */
#define PCI_PRODUCT_ATI_IXP_AUDIO_200 0x4341 /* IXP AC'97 Audio Controller */
diff -r 2e5905fefed9 -r 1c3efbd65e89 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Sat Dec 18 11:54:03 2004 +0000
+++ b/sys/dev/pci/pcidevs_data.h Sat Dec 18 11:55:02 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.673 2004/12/16 00:30:31 heas Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.674 2004/12/18 11:55:02 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.674 2004/12/16 00:29:06 heas Exp
+ * NetBSD: pcidevs,v 1.675 2004/12/18 11:54:03 xtraeme Exp
*/
/*
@@ -3352,10 +3352,18 @@
"Radeon Mobility A3",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9600_XT,
+ "Radeon 9600 XT",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MACH32,
"Mach32",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9600_XT_S,
+ "Radeon 9600 XT Secondary",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_IGP_320M,
"Radeon IGP 320M",
},
@@ -9872,4 +9880,4 @@
"Video Controller",
},
};
-const int pci_nproducts = 1889;
+const int pci_nproducts = 1891;
Home |
Main Index |
Thread Index |
Old Index