diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0005f5eb91b..68a89b5ef58 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.811 2004/12/11 08:38:08 henning Exp + * OpenBSD: pcidevs,v 1.812 2004/12/13 07:26:00 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1587,6 +1587,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon 9200", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RV280_M, + "Radeon Mobility 9200", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_M9PLUS, "Radeon Mobility 9200 (M9+)", }, |