From 97ee785c18ed12339177348ae53445bd10c05c9b Mon Sep 17 00:00:00 2001 From: jmg Date: Tue, 21 Nov 2006 05:46:09 +0000 Subject: [PATCH] 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) --- sys/dev/pci/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 5e5ce6138c82..b0f416c6d0e9 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;