Index: pci.c =================================================================== RCS file: /home/ncvs/src/sys/dev/pci/pci.c,v retrieving revision 1.316 diff -u -r1.316 pci.c --- pci.c 20 Oct 2006 21:28:11 -0000 1.316 +++ pci.c 30 Oct 2006 13:17:38 -0000 @@ -630,7 +630,9 @@ state = 5; break; default: /* XXX - unimplemented */ - state = 4; + end = 1; + cksumvalid = 0; + continue; break; } break;