We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaddac commit 1ebd398Copy full SHA for 1ebd398
src/pci.h
@@ -265,6 +265,8 @@ void processDVSEC(MatchFunc matchFunc, ProcessFunc processFunc)
265
}
266
else
267
{
268
+ // BAR type 1 is reserved by the PCI specification and is not valid.
269
+ // Any unknown BAR type (including type 1) is treated as an error.
270
std::cerr << "Error: unknown bar type " << type << " at bar offset 0x" << std::hex << barOffset << std::dec << " \n";
271
272
0 commit comments