> Microsemi PHY have different pages i.e. Std IEEE, Extended, > Extended_2, Extended_3 and GPIO pages.
Yes, nothing special there. Marvell does the same, and probably others. > When I want to use SIOCGMIIREG, I can read Std IEEE only with > SIOCGMIIREG and not other pages. So this is purely for your own debug. So you can hack in anything you want. Just don't submit it for mainline. Or you can do it properly. Take a look at the sources for mii-tool. Figure out a way to do it cleanly which will work for all phys which support multiple pages. Then submit patches which does this for both your own PHY and one other manufacture. I can help with Marvell PHYS, if that is what you want. What will never get accepted is something which is not generic. What you submit must work for multiple vendors, and you need to submit it all, from the userspace/kernel space API all the way down to the PHY, and ideally patches to mii-tool as well. Andrew