Asus A8V hangs during pci probe on fresh -CURRENT
    John-Mark Gurney 
    gurney_j at resnet.uoregon.edu
       
    Thu Nov  2 22:05:47 UTC 2006
    
    
  
Vladimir Kushnir wrote this message on Thu, Oct 26, 2006 at 02:27 +0300:
> Is there anything I could do to help fixing this?
This is likely related to the vpd work that I've done recently...
Attached is a patch that may fix your troubles.  (I'll commit it shortly
once I've tested it on my own systems.)
-- 
  John-Mark Gurney				Voice: +1 415 225 5579
     "All that I will do, has been done, All that I have, has not."
-------------- next part --------------
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;
    
    
More information about the freebsd-current
mailing list