diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-23 04:59:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-23 04:59:28 +0000 |
commit | 3315461de3204908e5cc69524472a7cde9af44b5 (patch) | |
tree | 6e1948b196573e953f849181b0067203ee9a6671 /sys/dev/pci/pcidevs_data.h | |
parent | 921bcdf1e042b22bbe59e3f8ee32e82e20b7d762 (diff) |
sync
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 f932950a13c..d801353b5d7 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.1388 2008/07/21 19:41:44 damien Exp + * OpenBSD: pcidevs,v 1.1389 2008/07/23 04:59:18 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2724,6 +2724,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon HD 2600", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3450, + "Radeon HD 3450", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS780_HB, "RS780 Host", }, |