K 10 svn:author V 3 avg K 8 svn:date V 27 2009-09-18T14:12:40.307248Z K 7 svn:log V 362 MFC r197099: pci(4): don't perform maximum register number check Different sub-kinds of PCI buses may have different rules and thus it is up for the bus backends to do proper input checks. For example, PCIe allows configuration register numbers < 0x1000, while for PCI proper the limit is 0x100. And, in fact, the buses already do the checks. Reviewed by: jhb END