diff options
author | 2006-10-11 03:20:56 +0000 | |
---|---|---|
committer | 2006-10-11 03:20:56 +0000 | |
commit | 3245333ae9b8ec7e47323697e63f76f1a1c4b54e (patch) | |
tree | 81f1401d75f091aa6a44f0a4f515b581cf20e6c9 | |
parent | add the NetXen vendor id. (diff) | |
download | wireguard-openbsd-3245333ae9b8ec7e47323697e63f76f1a1c4b54e.tar.xz wireguard-openbsd-3245333ae9b8ec7e47323697e63f76f1a1c4b54e.zip |
regen
-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 eb3d49d884c..90400e973a7 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.1160 2006/10/10 17:30:13 brad Exp + * OpenBSD: pcidevs,v 1.1161 2006/10/11 03:20:30 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -298,6 +298,7 @@ #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */ #define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic */ #define PCI_VENDOR_ADDTRON 0x4033 /* Addtron */ +#define PCI_VENDOR_NETXEN 0x4040 /* NetXen */ #define PCI_VENDOR_INDCOMPSRC 0x494f /* Industrial Computer Source */ #define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */ #define PCI_VENDOR_GEMTEK 0x5046 /* Gemtek */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0e3b1a65c67..8deaa9f5c57 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.1160 2006/10/10 17:30:13 brad Exp + * OpenBSD: pcidevs,v 1.1161 2006/10/11 03:20:30 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -13447,6 +13447,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Addtron", }, { + PCI_VENDOR_NETXEN, + "NetXen", + }, + { PCI_VENDOR_INDCOMPSRC, "Industrial Computer Source", }, |