Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 22:23:25 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        LiuKang <lazykang@hotmail.com>
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: i386/43852: 4.7-RC "device timeout" problem
Message-ID:  <20021014192324.GE684@hades.hell.gr>
In-Reply-To: <200210141400.g9EE0En6055031@freefall.freebsd.org>
References:  <200210141400.g9EE0En6055031@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-10-14 07:00, LiuKang <lazykang@hotmail.com> wrote:
> I got the same problem.
> It said something like : fxp0: FCB timeout.. 
> I use "sysctl kern.polling.enable=0" and upgrade to 4.7-stable, the
> problem seems disappear.
> By the way, I've checked the source code of freebsd,  I didn't find "FCB
> timeout " for device fxp0. what's is FCB? File Control Block?

Hmmm, perhaps it was SCB timeout?

	$ cd /a/freebsd/5-current/src/sys/dev/fxp$ grep 'CB timeout' *
	$ grep 'CB timeout' *
	if_fxp.c:               device_printf(sc->dev, "SCB timeout: 0x%x 0x%x 0x%x 0x%x\n",

'File control block' is a term from the MS-DOS world.  I'm not sure if
it exists as a term in the UNIX world.

Giorgos.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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