Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2006 14:04:54 -0800
From:      John-Mark Gurney <gurney_j@resnet.uoregon.edu>
To:        Vladimir Kushnir <vkushnir@i.kiev.ua>
Cc:        current@freebsd.org
Subject:   Re: Asus A8V hangs during pci probe on fresh -CURRENT
Message-ID:  <20061102220454.GK25511@funkthat.com>
In-Reply-To: <20061026015618.E1706@kushnir1.kiev.ua>
References:  <20061026015618.E1706@kushnir1.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

--7gGkHNMELEOhSGF6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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."

--7gGkHNMELEOhSGF6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="vpd.fix.patch"

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;

--7gGkHNMELEOhSGF6--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061102220454.GK25511>