diff options
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 53c8f609c88..54e21893c7f 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.1378 2008/06/08 17:21:57 reyk Exp + * OpenBSD: pcidevs,v 1.1379 2008/06/11 04:54:40 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1064,6 +1064,10 @@ static const struct pci_known_product pci_known_products[] = { "BCM5701", }, { + PCI_VENDOR_ALTERA, PCI_PRODUCT_ALTERA_EBUS, + "EBus", + }, + { PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC1000, "AC1000", }, @@ -15832,6 +15836,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "ServerWorks", }, { + PCI_VENDOR_ALTERA, + "Altera", + }, + { PCI_VENDOR_TOSHIBA2, "Toshiba", }, |