Download raw body.
[PATCH] SK hynix P31 and P41 NVMe add to pcidevs
On Sun, Nov 24, 2024 at 07:31:48PM -0800, Nick Owens wrote: > works on my machine: > > nvme0 at pci4 dev 0 function 0 "SK hynix Platinum P41 NVMe" rev 0x00: > msix, NVMe 1.4 > nvme0: SHPP41-2000GM, firmware 51060A20, serial SJB9N470110809816 > > thanks. Thanks for testing the patch. I would like to get this committed if possible. Thank you. Bryan Index: sys/dev/pci/pcidevs =================================================================== RCS file: /cvs/src/sys/dev/pci/pcidevs,v diff -u -p -u -r1.2094 pcidevs --- sys/dev/pci/pcidevs 9 Nov 2024 10:23:06 -0000 1.2094 +++ sys/dev/pci/pcidevs 20 Nov 2024 03:24:29 -0000 @@ -9267,6 +9267,8 @@ product SIS 966_HDA 0x7502 966 HD Audio /* SK hynix products */ product SKHYNIX BC501 0x1327 BC501 product SKHYNIX PC601 0x1627 PC601 +product SKHYNIX SHGP31 0x174a Gold P31 NVMe +product SKHYNIX SHPP41 0x1959 Platinum P41 NVMe product SKHYNIX BC901 0x1d59 BC901 /* SMC products */
[PATCH] SK hynix P31 and P41 NVMe add to pcidevs