diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-10-11 03:20:57 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-10-11 03:20:57 +0000 |
commit | 5622d04220f0bc20ac8371516a0184047f384a61 (patch) | |
tree | c96462e4ea028260a88e33d2ba053a754d4fb48e /sys | |
parent | c374c5d51d0a13b62bcbf514e2fd1874c8aad8c4 (diff) |
regen
Diffstat (limited to 'sys')
-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", }, |