On Sun, Feb 2, 2025 at 9:12 PM ruik <r.marek@xxxxxxxxxxxx> wrote: > > Hi, > > Dne 02. 02. 25 v 13:49 Huacai Chen napsal(a): > > + if (pdev->vendor == PCI_VENDOR_ID_LOONGSON && pdev->device == 0x7a14) > > + hcc_params &= ~(0xffL << 8); > > + > > If it would be fixed in the future, would it make sense to check for revision ID as well? Next revision still has no extended capability, and the register reads as 0x0, so the result is the same. New revisions after the next revision are no plan now. Huacai > > Thanks, > Rudolf >