don't mark the cksum as invalid here... off is incorrect when we get
here, it's either unset, or it's valid, so we don't need to do anything different... Reported by: Neterion (via rwatson)
This commit is contained in:
parent
08f764de85
commit
97ee785c18
@ -657,7 +657,6 @@ pci_read_vpd(device_t pcib, pcicfgregs *cfg)
|
||||
break;
|
||||
default: /* Invalid data, abort */
|
||||
end = 1;
|
||||
cksumvalid = 0;
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user