diff options
author | 2011-05-29 14:35:53 +0000 | |
---|---|---|
committer | 2011-05-29 14:35:53 +0000 | |
commit | c1143200786f1c1289849144116243765c0cd688 (patch) | |
tree | aea7caf8eac6e399ba5d4b25bfa96f6943b8c2d2 | |
parent | two ATI bridges found in the x201 (diff) | |
download | wireguard-openbsd-c1143200786f1c1289849144116243765c0cd688.tar.xz wireguard-openbsd-c1143200786f1c1289849144116243765c0cd688.zip |
pcidevs.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 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", }, |