diff options
author | 2014-04-07 09:31:35 +0000 | |
---|---|---|
committer | 2014-04-07 09:31:35 +0000 | |
commit | 5897b68cb03a906925aa227aef221561f43c9bc1 (patch) | |
tree | eb5ad1a00d732a9915e4217c29eee13c0f8cfc94 | |
parent | Add Fresco Logic FL1400. (diff) | |
download | wireguard-openbsd-5897b68cb03a906925aa227aef221561f43c9bc1.tar.xz wireguard-openbsd-5897b68cb03a906925aa227aef221561f43c9bc1.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 32b0a2e7e08..f74e6415e6c 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.1720 2014/03/17 17:24:02 jasper Exp + * OpenBSD: pcidevs,v 1.1721 2014/04/07 09:30:52 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2555,6 +2555,7 @@ /* Fresco Logic products */ #define PCI_PRODUCT_FRESCO_FL1000 0x1000 /* FL1000 xHCI */ #define PCI_PRODUCT_FRESCO_FL1009 0x1009 /* FL1009 xHCI */ +#define PCI_PRODUCT_FRESCO_FL1400 0x1400 /* FL1400 xHCI */ /* Fujitsu products */ #define PCI_PRODUCT_FUJITSU_PW008GE5 0x11a1 /* PW008GE5 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c389e19b9a1..93e166dac5a 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.1720 2014/03/17 17:24:02 jasper Exp + * OpenBSD: pcidevs,v 1.1721 2014/04/07 09:30:52 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7944,6 +7944,10 @@ static const struct pci_known_product pci_known_products[] = { "FL1009 xHCI", }, { + PCI_VENDOR_FRESCO, PCI_PRODUCT_FRESCO_FL1400, + "FL1400 xHCI", + }, + { PCI_VENDOR_FUJITSU, PCI_PRODUCT_FUJITSU_PW008GE5, "PW008GE5", }, |