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 60a665f8205..95356373d9d 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.1397 2008/08/08 16:07:18 damien Exp + * OpenBSD: pcidevs,v 1.1398 2008/08/13 03:45:55 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -12508,6 +12508,10 @@ static const struct pci_known_product pci_known_products[] = { "8029", }, { + PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8139D, + "8139D", + }, + { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8129, "8129", }, |