diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-10 00:44:46 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-10 00:44:46 +0000 |
commit | a3b0e7c718c4f31e71a8eac68b1590e681417182 (patch) | |
tree | 99f862abaa14dd6c4006faa726195f3cfcce1181 /sys/dev/pci | |
parent | c9852c9e0bcfb283342f95a0149042d5032e7317 (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3bff6bdac54..a13ee75a0c5 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.1270 2007/10/08 09:20:57 mbalmer Exp + * OpenBSD: pcidevs,v 1.1271 2007/10/10 00:44:16 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -263,6 +263,7 @@ #define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel */ #define PCI_VENDOR_VMWARE 0x15ad /* VMware */ #define PCI_VENDOR_ZOLTRIX 0x15b0 /* Zoltrix */ +#define PCI_VENDOR_MELLANOX 0x15b3 /* Mellanox */ #define PCI_VENDOR_AGILENT 0x15bc /* Agilent */ #define PCI_VENDOR_QUICKNET 0x15e2 /* Quicknet Technologies */ #define PCI_VENDOR_NDC 0x15e8 /* National Datacomm */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 6404467b338..16ffa225cde 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.1270 2007/10/08 09:20:57 mbalmer Exp + * OpenBSD: pcidevs,v 1.1271 2007/10/10 00:44:16 dlg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -14776,6 +14776,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Zoltrix", }, { + PCI_VENDOR_MELLANOX, + "Mellanox", + }, + { PCI_VENDOR_AGILENT, "Agilent", }, |