On Sat, Mar 13, 2021 at 09:51:30PM +0100, Jan Klemkow wrote: > On Fri, Mar 12, 2021 at 11:56:00AM +0100, Mark Kettenis wrote: > > I believe this is what ark.intel.com calls a "Intel SSD DC P4510 > > Series" part. Is that correct? > > Yes, that is correct. > > On Fri, Mar 12, 2021 at 10:00:54PM +1100, Jonathan Gray wrote: > > On Fri, Mar 12, 2021 at 11:30:04AM +0100, Jan Klemkow wrote: > > So it is a 'SSD DC P4510' > > > > A driver downloaded from Intel has > > ... > > PCI\VEN_8086&DEV_0A54.DeviceDesc = "Intel(R) SSD DC > > P4500/4600/4501/4601/4608/4510/4610/4511 Series" > > ... > > > > perhaps just > > product INTEL NVME_5 0x0a54 SSD DC > > You are right, that's a better name. Also the sticker on the disk just > says "Intel SSD DC". > > OK?
ok jsg@ > > Thanks, > Jan > > Index: pcidevs > =================================================================== > RCS file: /cvs/src/sys/dev/pci/pcidevs,v > retrieving revision 1.1959 > diff -u -p -r1.1959 pcidevs > --- pcidevs 27 Feb 2021 03:00:54 -0000 1.1959 > +++ pcidevs 13 Mar 2021 20:22:04 -0000 > @@ -3465,6 +3465,7 @@ product INTEL CORE4G_M_ULT_GT3 0x0a26 HD > product INTEL CORE4G_S_ULT_GT3 0x0a2a HD Graphics > product INTEL CORE4G_R_ULT_GT3_1 0x0a2b HD Graphics > product INTEL CORE4G_R_ULT_GT3_2 0x0a2e Iris Graphics 5100 > +product INTEL NVME_5 0x0a54 SSD DC > product INTEL GMA3600_0 0x0be0 GMA 3600 > product INTEL D2000_IGD 0x0be1 Atom D2000/N2000 Video > product INTEL GMA3600_2 0x0be2 GMA 3600 > Index: pcidevs.h > =================================================================== > RCS file: /cvs/src/sys/dev/pci/pcidevs.h,v > retrieving revision 1.1953 > diff -u -p -r1.1953 pcidevs.h > --- pcidevs.h 27 Feb 2021 03:01:25 -0000 1.1953 > +++ pcidevs.h 13 Mar 2021 20:22:06 -0000 > @@ -3470,6 +3470,7 @@ > #define PCI_PRODUCT_INTEL_CORE4G_S_ULT_GT3 0x0a2a /* HD > Graphics */ > #define PCI_PRODUCT_INTEL_CORE4G_R_ULT_GT3_1 0x0a2b /* HD > Graphics */ > #define PCI_PRODUCT_INTEL_CORE4G_R_ULT_GT3_2 0x0a2e /* Iris > Graphics 5100 */ > +#define PCI_PRODUCT_INTEL_NVME_5 0x0a54 /* SSD DC */ > #define PCI_PRODUCT_INTEL_GMA3600_0 0x0be0 /* GMA 3600 */ > #define PCI_PRODUCT_INTEL_D2000_IGD 0x0be1 /* Atom > D2000/N2000 Video */ > #define PCI_PRODUCT_INTEL_GMA3600_2 0x0be2 /* GMA 3600 */ > Index: pcidevs_data.h > =================================================================== > RCS file: /cvs/src/sys/dev/pci/pcidevs_data.h,v > retrieving revision 1.1948 > diff -u -p -r1.1948 pcidevs_data.h > --- pcidevs_data.h 27 Feb 2021 03:01:25 -0000 1.1948 > +++ pcidevs_data.h 13 Mar 2021 20:22:06 -0000 > @@ -11304,6 +11304,10 @@ static const struct pci_known_product pc > "Iris Graphics 5100", > }, > { > + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_NVME_5, > + "SSD DC", > + }, > + { > PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_GMA3600_0, > "GMA 3600", > }, >