? sys/dev/pci/.pci.c.swp ? sys/dev/pci/.swp Index: sys/dev/pci/pci.c =================================================================== RCS file: /usr/cvs/FreeBSD-CVS/src/sys/dev/pci/pci.c,v retrieving revision 1.273 diff -u -r1.273 pci.c --- sys/dev/pci/pci.c 8 Dec 2004 04:35:19 -0000 1.273 +++ sys/dev/pci/pci.c 29 Dec 2004 12:38:48 -0000 @@ -534,9 +534,11 @@ default: result = EINVAL; } - if (result == 0) + if (result == 0) { PCI_WRITE_CONFIG(dev, child, cfg->pp.pp_status, status, 2); + DELAY(10); + } } else { result = ENXIO; }