diff options
author | 2005-05-22 03:55:13 +0000 | |
---|---|---|
committer | 2005-05-22 03:55:13 +0000 | |
commit | 5a17208af3ff35ba41f1c9b94595c1c00d18c1b9 (patch) | |
tree | a8449a81584afef0f139462324dd5e6f020bd37e | |
parent | add new Realtek RT8185 PCI/CardBus device (diff) | |
download | wireguard-openbsd-5a17208af3ff35ba41f1c9b94595c1c00d18c1b9.tar.xz wireguard-openbsd-5a17208af3ff35ba41f1c9b94595c1c00d18c1b9.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index caaed990192..578205e24ec 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.865 2005/05/21 17:17:59 brad Exp + * OpenBSD: pcidevs,v 1.866 2005/05/22 03:54:37 reyk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2298,6 +2298,7 @@ #define PCI_PRODUCT_REALTEK_RT8139 0x8139 /* 8139 */ #define PCI_PRODUCT_REALTEK_RT8169 0x8169 /* 8169 */ #define PCI_PRODUCT_REALTEK_RT8180 0x8180 /* 8180 */ +#define PCI_PRODUCT_REALTEK_RT8185 0x8185 /* 8185 */ /* RICOH products */ #define PCI_PRODUCT_RICOH_RF5C465 0x0465 /* 5C465 CardBus */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 8af1c4b8486..7dc7ecd230c 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.865 2005/05/21 17:17:59 brad Exp + * OpenBSD: pcidevs,v 1.866 2005/05/22 03:54:37 reyk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6683,6 +6683,10 @@ static const struct pci_known_product pci_known_products[] = { "8180", }, { + PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8185, + "8185", + }, + { PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_RF5C465, "5C465 CardBus", }, |