diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-05-29 14:35:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-05-29 14:35:54 +0000 |
commit | b0f9e92d1951074bc0780e7a70b8b9de2d66bb6e (patch) | |
tree | d82696d3d19939fe52123415e89ec28cc46e7425 /sys | |
parent | d6ff373352c013d66c747cb97ddb95d0a9edc908 (diff) |
pcidevs.h
Diffstat (limited to 'sys')
-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 d6b8138781f..78f54096f9d 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.1606 2011/05/29 12:25:46 kettenis Exp + * OpenBSD: pcidevs,v 1.1607 2011/05/29 14:35:46 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2252,6 +2252,14 @@ static const struct pci_known_product pci_known_products[] = { "SB700 ISA", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB700_PCIPCI1, + "SB700 PCI-PCI", + }, + { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB700_PCIPCI2, + "SB700 PCI-PCI", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_MIGP_RS250, "Radeon Mobility IGP", }, |