diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-24 03:10:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-24 03:10:59 +0000 |
commit | ce8fee0d867b9cd1dd6ae166f2d8c13236ef307a (patch) | |
tree | 7f388177075baafc0181038dd69ebdae897e7915 /sys/dev/pci/pcidevs_data.h | |
parent | f290b8d929429e4ecc0626df73e02cccee56dd3b (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 c60dcadedc0..9b349abbb81 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.1595 2011/04/19 23:50:13 jsg Exp + * OpenBSD: pcidevs,v 1.1596 2011/04/24 03:10:50 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3192,6 +3192,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon Mobility HD 5470", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD5450, + "Radeon HD 5450", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS100_PCI, "RS100 PCI", }, |