diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2006-10-11 22:26:46 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2006-10-11 22:26:46 +0000 |
commit | 012f67f42cfeecac98f978294644e0695d867880 (patch) | |
tree | e3eee7d739245c44b7b44222270a67c091d205d4 /sys/dev/pci/pcidevs_data.h | |
parent | f8a4580b5d1c33ee9f40439c753b6a7043406d38 (diff) |
regenerate. ok brad
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", }, |