This commit is contained in:
matt 2005-01-25 00:55:25 +00:00
parent 2d074b9231
commit 1dfcdea23d
2 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.688 2005/01/23 03:07:05 fredb Exp $ */
/* $NetBSD: pcidevs.h,v 1.689 2005/01/25 00:55:25 matt Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.687 2005/01/23 03:06:07 fredb Exp
* NetBSD: pcidevs,v 1.688 2005/01/25 00:55:00 matt Exp
*/
/*
@ -1060,6 +1060,8 @@
#define PCI_PRODUCT_ATI_MACH64_VTB 0x5655 /* Mach64 VTB */
#define PCI_PRODUCT_ATI_MACH64_VT4 0x5656 /* Mach64 VT4 */
#define PCI_PRODUCT_ATI_RADEON_9200 0x5961 /* Radeon 9200 */
#define PCI_PRODUCT_ATI_RADEON_9200_2 0x5962 /* Radeon 9200 */
#define PCI_PRODUCT_ATI_RADEON_9200_3 0x5963 /* Radeon 9200 */
#define PCI_PRODUCT_ATI_RADEON_9200SE 0x5964 /* Radeon 9200SE */
#define PCI_PRODUCT_ATI_RADEON_X300 0x5b60 /* Radeon X300 Series */
#define PCI_PRODUCT_ATI_RADEON_X300_S 0x5b70 /* Radeon X300 Series Secondary */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.686 2005/01/23 03:07:05 fredb Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.687 2005/01/25 00:55:25 matt Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.687 2005/01/23 03:06:07 fredb Exp
* NetBSD: pcidevs,v 1.688 2005/01/25 00:55:00 matt Exp
*/
/*
@ -3807,6 +3807,14 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9200,
"Radeon 9200",
},
{
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9200_2,
"Radeon 9200",
},
{
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9200_3,
"Radeon 9200",
},
{
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9200SE,
"Radeon 9200SE",
@ -9996,4 +10004,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1920;
const int pci_nproducts = 1922;