Hi Mark, could you please commit one more small change (well, technically six lines in total after "regen"):
Index: sys/dev/pci/pcidevs =================================================================== RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.2127 diff -u -p -w -r1.2127 pcidevs --- sys/dev/pci/pcidevs 13 Mar 2026 14:22:33 -0000 1.2127 +++ sys/dev/pci/pcidevs 14 Mar 2026 20:25:15 -0000 @@ -9077,6 +9077,7 @@ product RICOH R5U852 0xe852 5U852 SD/MM /* Rockchip products */ product ROCKCHIP RK3399 0x0100 RK3399 +product ROCKCHIP RK3528 0x3528 RK3528 product ROCKCHIP RK3566 0x3566 RK3566 product ROCKCHIP RK3588 0x3588 RK3588 As far as I understand, this brings no functional changes, but it makes the dmesg output a bit prettier. Specifically, instead of this line: ppb0 at pci0 dev 0 function 0 vendor "Rockchip", unknown product 0x3528 rev 0x00 the following line would be printed: ppb0 at pci0 dev 0 function 0 "Rockchip RK3528" rev 0x00 Thank you!
