On Fri, Dec 27, 2019 at 05:54:56PM -0700, Theo de Raadt wrote:
> Please keep it short, these strings land in every kernel.
> 
> F80 eMLC
> 
> That is probably enough, on top of SYMBIOS vendorID.
Sure, OK like that or should the define's "_PCIE" suffix go as well?

Index: mpii.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/mpii.c,v
retrieving revision 1.121
diff -u -p -r1.121 mpii.c
--- mpii.c      12 Sep 2019 22:22:53 -0000      1.121
+++ mpii.c      27 Dec 2019 23:41:35 -0000
@@ -413,6 +413,7 @@ mpii_dvatosge(struct mpii_sge *sge, u_in
 static const struct pci_matchid mpii_devices[] = {
        { PCI_VENDOR_SYMBIOS,   PCI_PRODUCT_SYMBIOS_SAS2004 },
        { PCI_VENDOR_SYMBIOS,   PCI_PRODUCT_SYMBIOS_SAS2008 },
+       { PCI_VENDOR_SYMBIOS,   PCI_PRODUCT_SYMBIOS_F80_PCIE },
        { PCI_VENDOR_SYMBIOS,   PCI_PRODUCT_SYMBIOS_SAS2108_3 },
        { PCI_VENDOR_SYMBIOS,   PCI_PRODUCT_SYMBIOS_SAS2108_4 },
        { PCI_VENDOR_SYMBIOS,   PCI_PRODUCT_SYMBIOS_SAS2108_5 },
Index: pcidevs
===================================================================
RCS file: /cvs/src/sys/dev/pci/pcidevs,v
retrieving revision 1.1902
diff -u -p -r1.1902 pcidevs
--- pcidevs     20 Nov 2019 16:33:00 -0000      1.1902
+++ pcidevs     28 Dec 2019 01:02:23 -0000
@@ -6195,6 +6195,7 @@ product SYMBIOS SAS2108_5 0x0077  SAS2108
 product SYMBIOS SAS2108_1      0x0078  MegaRAID SAS2108 CRYPTO GEN2
 product SYMBIOS SAS2108_2      0x0079  MegaRAID SAS2108 GEN2
 product SYMBIOS SAS1078DE      0x007c  SAS1078DE
+product SYMBIOS F80_PCIE       0x007e  F80 eMLC
 product SYMBIOS SAS2208_1      0x0080  SAS2208
 product SYMBIOS SAS2208_2      0x0081  SAS2208
 product SYMBIOS SAS2208_3      0x0082  SAS2208

Reply via email to