amd64/87316: [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1
amd64
Ilya Sher
ilya79 at actcom.net.il
Sun Nov 13 12:40:17 PST 2005
The following reply was made to PR amd64/87316; it has been noted by GNATS.
From: Ilya Sher <ilya79 at actcom.net.il>
To: bug-followup at FreeBSD.org, ilya79 at 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.
More information about the freebsd-amd64
mailing list