Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2005 20:40:16 GMT
From:      Ilya Sher <ilya79@actcom.net.il>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/87316: [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd64
Message-ID:  <200511132040.jADKeGqo041377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/87316; it has been noted by GNATS.

From: Ilya Sher <ilya79@actcom.net.il>
To: bug-followup@FreeBSD.org, ilya79@actcom.net.il
Cc:  
Subject: Re: amd64/87316: [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1
 amd64
Date: Sun, 13 Nov 2005 22:38:16 +0200

 > if_vge does work on the same system
 it only worked for 2 reboots
 
 * loading if_vge later does not help
 
 * the problem narrowed down to if_vge.c:
   vge_miibus_readreg():
         /* Wait for the read command bit to self-clear. */
         for (i = 0; i < VGE_TIMEOUT; i++) {
                 DELAY(1);
                 if ((CSR_READ_1(sc, VGE_MIICMD) & VGE_MIICMD_RCMD) == 0)
                         break;
         }
 
   Looks like the bit is not automagically cleared.
 
 



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