From owner-freebsd-stable@FreeBSD.ORG Tue Sep 2 01:12:34 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C96AF16A4BF for ; Tue, 2 Sep 2003 01:12:34 -0700 (PDT) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFBAF43FFD for ; Tue, 2 Sep 2003 01:12:32 -0700 (PDT) (envelope-from eugen@kuzbass.ru) Received: from kuzbass.ru (kost [213.184.65.82])h828CRel061164 for ; Tue, 2 Sep 2003 16:12:29 +0800 (KRAST) (envelope-from eugen@kuzbass.ru) Message-ID: <3F54509B.936AF5A6@kuzbass.ru> Date: Tue, 02 Sep 2003 16:11:07 +0800 From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.8 [en] (Win98; U) X-Accept-Language: ru,en MIME-Version: 1.0 To: stable@freebsd.org References: <20030824235512.5A28B16A4C1@hub.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Subject: Re: kern/55727: rl(4) not working in recent 4.8-STABLE: watchdog timeout X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 08:12:34 -0000 Bill Paul wrote: > > Ok. I went out and bought a D-Link 530+ card with the same chip you > have and used the latest (.18) driver, and it works fine for me. > I am really not sure what's broken. There are only two small things > that _might_ have bearing on the problem. To test my theory, download > the driver from: > > http://www.freebsd.org/~wpaul/RealTek/4-stable > > Copy the version of if_rl.c and if_rlreg.h from that location into > /sys/pci and see if they work. > > -Bill H! I think I've found traces of breakage. My kernel contains options DEVICE_POLLING. However, I did not enable polling using sysctl. Now I've got your last version and deleted DEVICE_POLLING from the kernel. And all cards started to work as before. Hope this will help. Eugene Grosbein