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 8a68bf628e9..e624e550fa6 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.781 2004/10/20 22:25:53 deraadt Exp + * OpenBSD: pcidevs,v 1.782 2004/10/22 05:23:24 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5947,6 +5947,10 @@ static const struct pci_known_product pci_known_products[] = { "8169", }, { + PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8180, + "8180", + }, + { PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_RF5C465, "5C465 CardBus", }, |