On Fri, Dec 02, 2022 at 05:43:19AM +0100, Andreas Bartelt wrote: > On 12/2/22 04:54, Jonathan Gray wrote: > > On Sun, Nov 27, 2022 at 03:21:45PM +0100, Andreas Bartelt wrote: > > > Hi, > > > > > > Intel Optane DC SSDs are not yet identified in CURRENT (e.g., > > > https://ark.intel.com/content/www/us/en/ark/products/201861/intel-optane-ssd-dc-p5800x-series-400gb-2-5in-pcie-x4-3d-xpoint.html > > > ). > > > > > > The following patch gets rid of the "unknown product 0x4140" output of the > > > corresponding nvme(4) device (tested with a Intel Optane SSD DC P5800X > > > Series model): > > > > Optane DC devices don't only use the one device id. > > > > PCI\VEN_8086&DEV_0A53.DeviceDesc = "Intel(R) Solid-State Drive DC P3520 > > Series" > > PCI\VEN_8086&DEV_0A54.DeviceDesc = "Intel(R) SSD DC > > P4500/4600/4501/4601/4608/4510/4610/4511 Series" > > PCI\VEN_8086&DEV_0A55.DeviceDesc = "Intel(R) SSD DC P4600 Series" > > PCI\VEN_8086&DEV_2701.DeviceDesc = "Intel(R) Optane(tm) SSD DC P4800X > > Series" > > PCI\VEN_8086&DEV_4140.DeviceDesc = "Intel(R) Optane(tm) SSD DC P5800X > > Series" > > > > > > From the previous Optane discussion: > > https://marc.info/?l=openbsd-tech&m=166061996818130&w=2 > > > > How about just P5800X? > > > > Yes, it's unambiguous this way.
thanks, committed