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 53a24913288..7a51cf921a2 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.839 2005/03/02 17:58:42 xsa Exp + * OpenBSD: pcidevs,v 1.840 2005/03/07 13:28:26 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5067,6 +5067,10 @@ static const struct pci_known_product pci_known_products[] = { "GA620T", }, { + PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_1P, + "1P", + }, + { PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_2S1P, "2S1P", }, |