Add entry for the Radeon Mobility T2.
This commit is contained in:
parent
b3da46dc10
commit
2239334429
@ -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_128_AGP2X 0x4d4c Radeon Mobility 128 AGP 2x
|
||||
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
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -3551,6 +3551,10 @@ const struct pci_product pci_products[] = {
|
||||
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9600,
|
||||
"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 @@ const struct pci_product pci_products[] = {
|
||||
"Video Controller",
|
||||
},
|
||||
};
|
||||
const int pci_nproducts = 1888;
|
||||
const int pci_nproducts = 1889;
|
||||
|
Loading…
Reference in New Issue
Block a user