diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-07 00:54:32 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-07 00:54:32 +0000 |
commit | 21dda97f12ab9e6f16723ca5550c186a3b677b32 (patch) | |
tree | 960fad51c55bbf9505d38c526ac8c9417200a464 /sys/dev | |
parent | 60a3a2009612841afd9e2afa3910c12ee8007477 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3ba10a1cccc..34c564c3910 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.775 2004/10/02 00:23:57 brad Exp + * OpenBSD: pcidevs,v 1.776 2004/10/07 00:52:56 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -705,6 +705,7 @@ #define PCI_PRODUCT_ATI_MACH64_VV 0x5656 /* Mach64 VV */ #define PCI_PRODUCT_ATI_RADEON_RV280_2 0x5941 /* Radeon 9200 2nd */ #define PCI_PRODUCT_ATI_RADEON_RV280 0x5961 /* Radeon 9200 */ +#define PCI_PRODUCT_ATI_RADEON_M9PLUS 0x5c63 /* Radeon Mobility 9200 (M9+) */ #define PCI_PRODUCT_ATI_RS200_AGP 0x7010 /* RS200 AGP */ #define PCI_PRODUCT_ATI_RS200_PCI 0xcab2 /* RS200 PCI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 6cb636c61b0..2fdc65faabf 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.775 2004/10/02 00:23:57 brad Exp + * OpenBSD: pcidevs,v 1.776 2004/10/07 00:52:56 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1507,6 +1507,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon 9200", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_M9PLUS, + "Radeon Mobility 9200 (M9+)", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS200_AGP, "RS200 AGP", }, |