diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 73cdb553789..8d5552c30c1 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.488 2002/02/17 19:24:10 deraadt Exp + * OpenBSD: pcidevs,v 1.489 2002/02/18 09:30:42 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4127,6 +4127,10 @@ static const struct pci_known_product pci_known_products[] = { "ST2021 Gigabit Ethernet", }, { + PCI_VENDOR_SUNIX, PCI_PRODUCT_SUNIX_0x4065, + "", + }, + { PCI_VENDOR_SURECOM, PCI_PRODUCT_SURECOM_NE34, "Surecom NE-34", }, @@ -7103,6 +7107,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Lava", }, { + PCI_VENDOR_SUNIX, + "Sunix", + }, + { PCI_VENDOR_OXFORD2, "Oxford", }, |