diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-16 09:20:30 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-16 09:20:30 +0000 |
commit | 795003b9d0f4dda3413f9bebe53227813de5c909 (patch) | |
tree | 52445a63da8aad4fa5ddbeefd84509a375464539 /sys/dev | |
parent | 9b24b90a8eebd87cf33a40812e5567fc7ef48cad (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 24 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 9ee7c5add56..cd24dca80b3 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.1227 2007/04/13 11:26:18 jasper Exp + * OpenBSD: pcidevs,v 1.1228 2007/04/16 09:19:59 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -298,6 +298,7 @@ #define PCI_VENDOR_ASPEED 0x1a03 /* ASPEED Technology */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram */ +#define PCI_VENDOR_TEHUTI 0x1fc9 /* Tehuti Networks */ #define PCI_VENDOR_HINT 0x3388 /* Hint */ #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */ #define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic */ @@ -3576,6 +3577,11 @@ #define PCI_PRODUCT_TAMARACK_TC9021 0x1021 /* TC9021 GigE */ #define PCI_PRODUCT_TAMARACK_TC9021_ALT 0x9021 /* TC9021 GigE (alt ID) */ +/* Tehuti Networks Ltd */ +#define PCI_PRODUCT_TEHUTI_TN3009 0x3009 /* TN3009 */ +#define PCI_PRODUCT_TEHUTI_TN3010 0x3010 /* TN3010 */ +#define PCI_PRODUCT_TEHUTI_TN3014 0x3014 /* TN3014 */ + /* Tekram Technology products (1st ID)*/ #define PCI_PRODUCT_TEKRAM_DC290 0xdc29 /* DC-290(M) */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 35d10fa003a..26cf39d3bc8 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.1227 2007/04/13 11:26:18 jasper Exp + * OpenBSD: pcidevs,v 1.1228 2007/04/16 09:19:59 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11256,6 +11256,18 @@ static const struct pci_known_product pci_known_products[] = { "TC9021 GigE (alt ID)", }, { + PCI_VENDOR_TEHUTI, PCI_PRODUCT_TEHUTI_TN3009, + "TN3009", + }, + { + PCI_VENDOR_TEHUTI, PCI_PRODUCT_TEHUTI_TN3010, + "TN3010", + }, + { + PCI_VENDOR_TEHUTI, PCI_PRODUCT_TEHUTI_TN3014, + "TN3014", + }, + { PCI_VENDOR_TEKRAM, PCI_PRODUCT_TEKRAM_DC290, "DC-290(M)", }, @@ -14124,6 +14136,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Tekram", }, { + PCI_VENDOR_TEHUTI, + "Tehuti Networks", + }, + { PCI_VENDOR_HINT, "Hint", }, |