From: Bryan Vyhmeister Subject: Re: Samsung PM9C1 NVMe deviceid To: Jonathan Gray , Brandon Mercer Cc: tech@openbsd.org Date: Sun, 11 Aug 2024 11:24:28 -0700 On Sat, Aug 10, 2024 at 09:15:03PM +1000, Jonathan Gray wrote: > Should be PM9C1A_NVME not PM9C1a_NVME as we want the macro > to be all uppercase. After I sent the diff, I looked at it again and wondered if that were the case. Thanks for the clarification. Bryan Index: sys/dev/pci/pcidevs =================================================================== RCS file: /cvs/src/sys/dev/pci/pcidevs,v diff -u -p -u -r1.2082 pcidevs --- sys/dev/pci/pcidevs 9 Aug 2024 01:50:16 -0000 1.2082 +++ sys/dev/pci/pcidevs 9 Aug 2024 05:34:03 -0000 @@ -8955,6 +8955,8 @@ product SAMSUNG2 SM981_NVME 0xa808 SM981 product SAMSUNG2 PM991_NVME 0xa809 PM991 NVMe product SAMSUNG2 PM9A1_NVME 0xa80a PM9A1 NVMe product SAMSUNG2 PM9B1_NVME 0xa80b PM9B1 NVMe +product SAMSUNG2 PM9C1_NVME 0xa80c PM9C1 NVMe +product SAMSUNG2 PM9C1A_NVME 0xa80d PM9C1a NVMe product SAMSUNG2 NVME_171X 0xa820 NVMe product SAMSUNG2 NVME_172X 0xa821 NVMe product SAMSUNG2 NVME_172X_A_B 0xa822 NVMe