diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 8deaa9f5c57..7e2aa24b002 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.1161 2006/10/11 03:20:30 brad Exp + * OpenBSD: pcidevs,v 1.1162 2006/10/11 22:25:49 ckuethe Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2155,6 +2155,14 @@ static const struct pci_known_product pci_known_products[] = { "Radeon Mobility M300 M22", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X800_RV430, + "Radeon X800 (RV430)", + }, + { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X800_RV430_S, + "Radeon X800 (RV430) Sec", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X700_M26_1, "Radeon Mobility X700 M26", }, |