summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2006-11-21 05:46:09 +0000
committerjmg <jmg@FreeBSD.org>2006-11-21 05:46:09 +0000
commit97ee785c18ed12339177348ae53445bd10c05c9b (patch)
tree0520ba6d516d7679215e83520fe45fb4dc30e71a /sys/dev/pci
parent08f764de85586fb36ca4ce3ee87991e9311260a6 (diff)
downloadFreeBSD-src-97ee785c18ed12339177348ae53445bd10c05c9b.zip
FreeBSD-src-97ee785c18ed12339177348ae53445bd10c05c9b.tar.gz
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)
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 5e5ce61..b0f416c 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -657,7 +657,6 @@ pci_read_vpd(device_t pcib, pcicfgregs *cfg)
break;
default: /* Invalid data, abort */
end = 1;
- cksumvalid = 0;
continue;
}
break;
OpenPOWER on IntegriCloud