diff options
| author | nonaka <nonaka@NetBSD.org> | 2015-10-21 13:06:39 +0000 |
|---|---|---|
| committer | nonaka <nonaka@NetBSD.org> | 2015-10-21 13:06:39 +0000 |
| commit | 52b60d836e052e4d9e5fbbfe5d7ae8e46bf5f737 (patch) | |
| tree | 2320242d11421122a50593636e9e642101d5d8b0 /sys/dev | |
| parent | cfa1005f6c0ac14fffbc2c7aeaaf955ac9f2b71c (diff) | |
regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 7a25787a8c2..fa8f4457131 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.1230 2015/10/19 10:00:50 tnn Exp $ */ +/* $NetBSD: pcidevs.h,v 1.1231 2015/10/21 13:06:39 nonaka Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.1237 2015/10/19 09:57:37 tnn Exp + * NetBSD: pcidevs,v 1.1238 2015/10/21 13:06:09 nonaka Exp */ /* @@ -5407,6 +5407,7 @@ /* Samsung Electronics products */ #define PCI_PRODUCT_SAMSUNGELEC3_XP941 0xa800 /* XP941 M.2 SSD */ #define PCI_PRODUCT_SAMSUNGELEC3_SM951 0xa801 /* SM951 M.2 SSD */ +#define PCI_PRODUCT_SAMSUNGELEC3_SM951_NVME 0xa802 /* SM951 M.2 NVMe SSD */ /* Samsung Semiconductor products */ #define PCI_PRODUCT_SAMSUNGSEMI_KS8920 0x8920 /* KS8920 10/100 Ethernet */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index aab5a928f36..877a5318489 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.1229 2015/10/19 10:00:50 tnn Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.1230 2015/10/21 13:06:39 nonaka Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.1237 2015/10/19 09:57:37 tnn Exp + * NetBSD: pcidevs,v 1.1238 2015/10/21 13:06:09 nonaka Exp */ /* @@ -9181,6 +9181,8 @@ static const uint16_t pci_products[] = { 27735, 27741, 17632, 0, PCI_VENDOR_SAMSUNGELEC3, PCI_PRODUCT_SAMSUNGELEC3_SM951, 27745, 27741, 17632, 0, + PCI_VENDOR_SAMSUNGELEC3, PCI_PRODUCT_SAMSUNGELEC3_SM951_NVME, + 27745, 27741, 17627, 17632, 0, PCI_VENDOR_SAMSUNGSEMI, PCI_PRODUCT_SAMSUNGSEMI_KS8920, 27751, 5611, 5509, 0, PCI_VENDOR_SANDBURST, PCI_PRODUCT_SANDBURST_QE1000, @@ -12936,8 +12938,8 @@ static const char pci_words[] = { "." "SPI\0" /* 3 refs @ 17611 */ "HS-UART\0" /* 1 refs @ 17615 */ "MAC\0" /* 1 refs @ 17623 */ - "NVMe\0" /* 1 refs @ 17627 */ - "SSD\0" /* 3 refs @ 17632 */ + "NVMe\0" /* 2 refs @ 17627 */ + "SSD\0" /* 4 refs @ 17632 */ "7265\0" /* 2 refs @ 17636 */ "Legacy\0" /* 2 refs @ 17641 */ "i960\0" /* 5 refs @ 17648 */ @@ -14301,8 +14303,8 @@ static const char pci_words[] = { "." "SonicVibes\0" /* 1 refs @ 27715 */ "SafeXcel\0" /* 1 refs @ 27726 */ "XP941\0" /* 1 refs @ 27735 */ - "M.2\0" /* 2 refs @ 27741 */ - "SM951\0" /* 1 refs @ 27745 */ + "M.2\0" /* 3 refs @ 27741 */ + "SM951\0" /* 2 refs @ 27745 */ "KS8920\0" /* 1 refs @ 27751 */ "QE1000\0" /* 1 refs @ 27758 */ "FE1000\0" /* 1 refs @ 27765 */ |
