diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 23430ba5f78..5d448ebee02 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.1045 2006/03/27 17:54:29 brad Exp + * OpenBSD: pcidevs,v 1.1046 2006/03/28 17:06:34 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2027,6 +2027,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon XPRESS 200M", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X300, + "Radeon X300", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RX480_PCIE, "RX480 PCIE", }, @@ -4372,7 +4376,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80003ES2LAN_SDS_DPT, - "PRO/1000 PT (80003ES2)", + "PRO/1000 PF (80003ES2)", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82573L, |