diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-05-31 03:38:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-05-31 03:38:36 +0000 |
commit | 889b86468614aedddf9ebb7509219e849a457e96 (patch) | |
tree | fe68f6790a30945f8c6235a8a8148f48e937ed71 /sys/dev/pci/pcidevs_data.h | |
parent | 6bd29d24a8092a095e97581d82d0ad712de6f0b6 (diff) |
regen
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 69e3d7428c6..d4e4b3c955c 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.1818 2017/05/17 05:00:17 jsg Exp + * OpenBSD: pcidevs,v 1.1819 2017/05/31 03:37:54 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -22972,6 +22972,10 @@ static const struct pci_known_product pci_known_products[] = { "RT3593", }, { + PCI_VENDOR_RALINK, PCI_PRODUCT_RALINK_RT5360, + "RT5360", + }, + { PCI_VENDOR_RALINK, PCI_PRODUCT_RALINK_RT5390, "RT5390", }, |