diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-11 04:55:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-11 04:55:16 +0000 |
commit | a37cc41032d2c88c771a505090292b67373f1748 (patch) | |
tree | 350ce57b8a478dda4b2c071e98963d91de1a49cc /sys/dev/pci | |
parent | 85e5db321f0b094580792941b9b0b2b3a96325fc (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8d3745fa35b..a9f049eaf6e 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.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 $ */ @@ -172,6 +172,7 @@ #define PCI_VENDOR_XIRCOM 0x115d /* Xircom */ #define PCI_VENDOR_RENDITION 0x1163 /* Rendition */ #define PCI_VENDOR_RCC 0x1166 /* ServerWorks */ +#define PCI_VENDOR_ALTERA 0x1172 /* Altera */ #define PCI_VENDOR_TOSHIBA2 0x1179 /* Toshiba */ #define PCI_VENDOR_RICOH 0x1180 /* Ricoh */ #define PCI_VENDOR_DLINK 0x1186 /* D-Link Systems */ @@ -635,6 +636,9 @@ #define PCI_PRODUCT_ALTEON_BCM5700 0x0003 /* BCM5700 */ #define PCI_PRODUCT_ALTEON_BCM5701 0x0004 /* BCM5701 */ +/* Altera products */ +#define PCI_PRODUCT_ALTERA_EBUS 0x0000 /* EBus */ + /* Altima products */ #define PCI_PRODUCT_ALTIMA_AC1000 0x03e8 /* AC1000 */ #define PCI_PRODUCT_ALTIMA_AC1001 0x03e9 /* AC1001 */ 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", }, |