diff options
author | 2008-05-08 20:23:22 +0000 | |
---|---|---|
committer | 2008-05-08 20:23:22 +0000 | |
commit | 55cbae1a338ecf590b392db2da03d7382f5fd246 (patch) | |
tree | 1c06bcfd7f6686ae1d7ae2f427d1a1f3c8658a51 | |
parent | Add the Freescale vendor ID and some devices from the MPC8349E family. (diff) | |
download | wireguard-openbsd-55cbae1a338ecf590b392db2da03d7382f5fd246.tar.xz wireguard-openbsd-55cbae1a338ecf590b392db2da03d7382f5fd246.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 13 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 38 |
2 files changed, 49 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f5942951ccc..91c20ca845a 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.1350 2008/04/30 21:07:26 brad Exp + * OpenBSD: pcidevs,v 1.1351 2008/05/08 20:22:32 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -298,6 +298,7 @@ #define PCI_VENDOR_SILAN 0x1904 /* Silan */ #define PCI_VENDOR_SANGOMA 0x1923 /* Sangoma */ #define PCI_VENDOR_OPTION 0x1931 /* Option */ +#define PCI_VENDOR_FREESCALE 0x1957 /* Freescale */ #define PCI_VENDOR_ATTANSIC 0x1969 /* Attansic Technology */ #define PCI_VENDOR_AGEIA 0x1971 /* Ageia */ #define PCI_VENDOR_JMICRON 0x197b /* JMicron */ @@ -1644,6 +1645,16 @@ /* Forte Media products */ #define PCI_PRODUCT_FORTEMEDIA_FM801 0x0801 /* 801 Sound */ +/* Freescale products */ +#define PCI_PRODUCT_FREESCALE_MPC8349E 0x0080 /* MPC8349E */ +#define PCI_PRODUCT_FREESCALE_MPC8349 0x0081 /* MPC8349 */ +#define PCI_PRODUCT_FREESCALE_MPC8347E_TBGA 0x0082 /* MPC8347E TBGA */ +#define PCI_PRODUCT_FREESCALE_MPC8347_TBGA 0x0083 /* MPC8347 TBGA */ +#define PCI_PRODUCT_FREESCALE_MPC8347E_PBGA 0x0084 /* MPC8347E PBGA */ +#define PCI_PRODUCT_FREESCALE_MPC8347_PBGA 0x0085 /* MPC8347 PBGA */ +#define PCI_PRODUCT_FREESCALE_MPC8343E 0x0086 /* MPC8343E */ +#define PCI_PRODUCT_FREESCALE_MPC8343 0x0087 /* MPC8343 */ + /* Future Domain products */ #define PCI_PRODUCT_FUTUREDOMAIN_TMC_18C30 0x0000 /* TMC-18C30 (36C70) */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 98b8df29c1a..aaae0df6998 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.1350 2008/04/30 21:07:26 brad Exp + * OpenBSD: pcidevs,v 1.1351 2008/05/08 20:22:32 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4508,6 +4508,38 @@ static const struct pci_known_product pci_known_products[] = { "801 Sound", }, { + PCI_VENDOR_FREESCALE, PCI_PRODUCT_FREESCALE_MPC8349E, + "MPC8349E", + }, + { + PCI_VENDOR_FREESCALE, PCI_PRODUCT_FREESCALE_MPC8349, + "MPC8349", + }, + { + PCI_VENDOR_FREESCALE, PCI_PRODUCT_FREESCALE_MPC8347E_TBGA, + "MPC8347E TBGA", + }, + { + PCI_VENDOR_FREESCALE, PCI_PRODUCT_FREESCALE_MPC8347_TBGA, + "MPC8347 TBGA", + }, + { + PCI_VENDOR_FREESCALE, PCI_PRODUCT_FREESCALE_MPC8347E_PBGA, + "MPC8347E PBGA", + }, + { + PCI_VENDOR_FREESCALE, PCI_PRODUCT_FREESCALE_MPC8347_PBGA, + "MPC8347 PBGA", + }, + { + PCI_VENDOR_FREESCALE, PCI_PRODUCT_FREESCALE_MPC8343E, + "MPC8343E", + }, + { + PCI_VENDOR_FREESCALE, PCI_PRODUCT_FREESCALE_MPC8343, + "MPC8343", + }, + { PCI_VENDOR_FUTUREDOMAIN, PCI_PRODUCT_FUTUREDOMAIN_TMC_18C30, "TMC-18C30 (36C70)", }, @@ -15816,6 +15848,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Option", }, { + PCI_VENDOR_FREESCALE, + "Freescale", + }, + { PCI_VENDOR_ATTANSIC, "Attansic Technology", }, |