Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add entry for the Radeon Mobility T2.



details:   https://anonhg.NetBSD.org/src/rev/8be1367d814a
branches:  trunk
changeset: 572061:8be1367d814a
user:      heas <heas%NetBSD.org@localhost>
date:      Thu Dec 16 00:29:06 2004 +0000

description:
Add entry for the Radeon Mobility T2.

diffstat:

 sys/dev/pci/pcidevs        |   3 ++-
 sys/dev/pci/pcidevs.h      |   5 +++--
 sys/dev/pci/pcidevs_data.h |  10 +++++++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diffs (74 lines):

diff -r e0cbd5819aca -r 8be1367d814a sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Dec 15 17:30:46 2004 +0000
+++ b/sys/dev/pci/pcidevs       Thu Dec 16 00:29:06 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.673 2004/12/11 01:55:01 reinoud Exp $
+$NetBSD: pcidevs,v 1.674 2004/12/16 00:29:06 heas Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -989,6 +989,7 @@
 product ATI RADEON_9700_9500   0x4e44  Radeon 9700/9500 Series
 product ATI RADEON_9700_9500_2 0x4e45  Radeon 9700/9500 Series
 product ATI RADEON_9600                0x4e46  Radeon 9600TX
+product ATI RADEON_MOB_T2      0x4e54  Radeon Mobility T2 (M10) NT
 product ATI RADEON_9700_9500_S 0x4e64  Radeon 9700/9500 Series Secondary
 product ATI RADEON_9700_9500_S2        0x4e65  Radeon 9700/9500 Series Secondary
 product ATI RADEON_9600_2      0x4e66  Radeon 9600TX Secondary
diff -r e0cbd5819aca -r 8be1367d814a sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Wed Dec 15 17:30:46 2004 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Dec 16 00:29:06 2004 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.674 2004/12/11 01:56:03 reinoud Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.675 2004/12/16 00:30:31 heas Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.673 2004/12/11 01:55:01 reinoud Exp 
+ *     NetBSD: pcidevs,v 1.674 2004/12/16 00:29:06 heas Exp 
  */
 
 /*
@@ -996,6 +996,7 @@
 #define        PCI_PRODUCT_ATI_RADEON_9700_9500        0x4e44          /* Radeon 9700/9500 Series */
 #define        PCI_PRODUCT_ATI_RADEON_9700_9500_2      0x4e45          /* Radeon 9700/9500 Series */
 #define        PCI_PRODUCT_ATI_RADEON_9600     0x4e46          /* Radeon 9600TX */
+#define        PCI_PRODUCT_ATI_RADEON_MOB_T2   0x4e54          /* Radeon Mobility T2 (M10) NT */
 #define        PCI_PRODUCT_ATI_RADEON_9700_9500_S      0x4e64          /* Radeon 9700/9500 Series Secondary */
 #define        PCI_PRODUCT_ATI_RADEON_9700_9500_S2     0x4e65          /* Radeon 9700/9500 Series Secondary */
 #define        PCI_PRODUCT_ATI_RADEON_9600_2   0x4e66          /* Radeon 9600TX Secondary */
diff -r e0cbd5819aca -r 8be1367d814a sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Wed Dec 15 17:30:46 2004 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Dec 16 00:29:06 2004 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.672 2004/12/11 01:56:03 reinoud Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.673 2004/12/16 00:30:31 heas Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.673 2004/12/11 01:55:01 reinoud Exp 
+ *     NetBSD: pcidevs,v 1.674 2004/12/16 00:29:06 heas Exp 
  */
 
 /*
@@ -3552,6 +3552,10 @@
            "Radeon 9600TX",
        },
        {
+           PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_MOB_T2,
+           "Radeon Mobility T2 (M10) NT",
+       },
+       {
            PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9700_9500_S,
            "Radeon 9700/9500 Series Secondary",
        },
@@ -9868,4 +9872,4 @@
            "Video Controller",
        },
 };
-const int pci_nproducts = 1888;
+const int pci_nproducts = 1889;



Home | Main Index | Thread Index | Old Index