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:
jmg 2006-11-21 05:46:09 +00:00
parent 08f764de85
commit 97ee785c18

View File

@ -657,7 +657,6 @@ pci_read_vpd(device_t pcib, pcicfgregs *cfg)
break;
default: /* Invalid data, abort */
end = 1;
cksumvalid = 0;
continue;
}
break;