diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-10 20:56:18 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-10 20:56:18 +0000 |
commit | 8e2ed888f577740d6d8a46265fc595958d1beda0 (patch) | |
tree | 1978133aacdac3bdc9dadee22ac8c07ed476c998 /sys/dev/pci/pcidevs_data.h | |
parent | b97bc668d4241341e4fcfae288eafea578e664ba (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 b7ab078866e..e70a2fc4ba8 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.1442 2008/12/04 05:29:33 brad Exp + * OpenBSD: pcidevs,v 1.1443 2008/12/10 20:54:09 oga Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3536,6 +3536,10 @@ static const struct pci_known_product pci_known_products[] = { "Mobility Radeon HD 2600", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD2600PROAGP, + "Radeon HD 2600 Pro AGP", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD2600_PRO, "Radeon HD 2600 Pro", }, |