diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
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", }, |